15 changed files with 57 additions and 23 deletions
@ -1,8 +1,24 @@ |
|||
/* 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); |
|||
} |
@ -1,6 +1,7 @@ |
|||
{ |
|||
"navigationBarTitleText": "人才政策", |
|||
"usingComponents": { |
|||
"e-segment": "/components/segment/index" |
|||
"e-segment": "/components/segment/index", |
|||
"e-empty": "/components/empty/index" |
|||
} |
|||
} |
Loading…
Reference in new issue