You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
393 B
24 lines
393 B
/* components/swiper/index.wxss */
|
|
.e-swiper {
|
|
position: relative;
|
|
}
|
|
.e-swiper>swiper {
|
|
height: 180px;
|
|
}
|
|
.swiper_icon {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.swiper_title {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
padding: 0 10rpx;
|
|
z-index: 10;
|
|
text-overflow: ellipsis;
|
|
color: white;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
background-color: rgba(0, 0, 0, 0.2);
|
|
}
|