25 lines
388 B
Plaintext
25 lines
388 B
Plaintext
/* packageA/mycomponent/goodsComponent/plugin/goodSwipe/goodSwipe.wxss */
|
|
.ithumb {
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.ithumb swiper {
|
|
height: 750rpx;
|
|
}
|
|
|
|
.ithumb image {
|
|
width: 100%;
|
|
}
|
|
|
|
.number-box {
|
|
position: absolute;
|
|
right: 15px;
|
|
bottom: 10px;
|
|
font-size: 12px;
|
|
padding: 4px 15px;
|
|
color: #fff;
|
|
border-radius: 12px;
|
|
background-color: rgba(0, 0, 0, 0.4);
|
|
}
|