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.
26 lines
355 B
26 lines
355 B
/* swiper msg */
|
|
.uni-swiper-msg {
|
|
width: 100%;
|
|
padding: 12rpx 0;
|
|
flex-wrap: nowrap;
|
|
display: flex;
|
|
}
|
|
|
|
.uni-swiper-msg-icon {
|
|
width: 50upx;
|
|
margin-right: 20upx;
|
|
}
|
|
|
|
.uni-swiper-msg-icon image {
|
|
width: 100%;
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
.uni-swiper-msg swiper {
|
|
width: 100%;
|
|
height: 50upx;
|
|
}
|
|
|
|
.uni-swiper-msg swiper-item {
|
|
line-height: 50upx;
|
|
}
|
|
|