19 lines
298 B
Plaintext
19 lines
298 B
Plaintext
.swiper_container1 {
|
|
margin-top:12rpx;
|
|
height: 50rpx;
|
|
width: 100%;
|
|
text-align: center
|
|
}
|
|
.swiper_item1 {
|
|
font-size: 30rpx;
|
|
font-weight: bold;
|
|
color:darkblue;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
.weui-cells{
|
|
margin-left:6px;
|
|
margin-right:6px;
|
|
border-radius: 6px;
|
|
} |