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.
37 lines
690 B
37 lines
690 B
4 months ago
|
|
||
|
.wanlpage-headlines {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
.wanlpage-headlines .icontext {
|
||
|
font-size: 60rpx;
|
||
|
color: #924849;
|
||
|
}
|
||
|
.wanlpage-headlines .swiper {
|
||
|
width: 100%;
|
||
|
height: 100rpx;
|
||
|
}
|
||
|
.wanlpage-headlines .swiper-item {
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
align-items: center;
|
||
|
position: relative;
|
||
|
}
|
||
|
.wanlpage-headlines .swiper-item .list{
|
||
|
width: calc(100% - 116rpx);
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
.wanlpage-headlines .swiper-item .list .item{
|
||
|
margin: 2rpx 0;
|
||
|
}
|
||
|
.wanlpage-headlines .swiper-item .list .item .content{
|
||
|
vertical-align: middle;
|
||
|
}
|
||
|
.wanlpage-headlines .swiper-item image{
|
||
|
width: 100rpx;
|
||
|
height: 100rpx;
|
||
|
border-radius: 0 20rpx 20rpx 0;
|
||
|
}
|
||
|
|