22 lines
316 B
Plaintext
22 lines
316 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-grids{
|
|
border-top: 0px;
|
|
border-bottom: 0px;
|
|
}
|
|
.weui-grid {
|
|
border-bottom: 0px;
|
|
} |