市北人才赋能平台 --小程序端
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

6 years ago
/* components/swiper/index.wxss */
6 years ago
.e-swiper {
position: relative;
}
6 years ago
.e-swiper>swiper {
height: 180px;
}
.swiper_icon {
width: 100%;
height: 100%;
6 years ago
}
.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);
6 years ago
}