37 lines
546 B
Plaintext
37 lines
546 B
Plaintext
.in-img-max:after {
|
|
display: block;
|
|
clear: both;
|
|
content: "";
|
|
visibility: hidden;
|
|
height: 0
|
|
}
|
|
|
|
.in-img-max {
|
|
width: auto;
|
|
zoom: 1
|
|
}
|
|
|
|
.in-img-div {
|
|
position: relative;
|
|
margin: 0 8px 8px 0;
|
|
float: left;
|
|
}
|
|
|
|
.in-img-div image {
|
|
width: 180rpx;
|
|
height: 180rpx;
|
|
border-radius: 15rpx;
|
|
position: relative;
|
|
}
|
|
|
|
.van-steps {
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
.van-step--horizontal .van-step__circle-container {
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
.van-steps--horizontal {
|
|
padding: 10px 20px !important;
|
|
} |