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.
55 lines
713 B
55 lines
713 B
9 months ago
|
|
||
|
._div,
|
||
|
scroll-view,
|
||
|
swiper {
|
||
|
box-sizing: border-box;
|
||
|
}
|
||
|
.wuc-tab {
|
||
|
white-space: nowrap;
|
||
|
}
|
||
|
.wuc-tab-item {
|
||
|
height: 90rpx;
|
||
|
display: inline-block;
|
||
|
line-height: 90rpx;
|
||
|
margin: 0 10rpx;
|
||
|
padding: 0 20rpx;
|
||
|
}
|
||
|
.wuc-tab-item.cur {
|
||
|
border-bottom: 4rpx solid;
|
||
|
}
|
||
|
.wuc-tab.fixed {
|
||
|
position: fixed;
|
||
|
width: 100%;
|
||
|
top: 0;
|
||
|
z-index: 1024;
|
||
|
box-shadow: 0 1rpx 6rpx rgba(0, 0, 0, 0.1);
|
||
|
}
|
||
|
.flex {
|
||
|
display: flex;
|
||
|
}
|
||
|
.text-center {
|
||
|
text-align: center;
|
||
|
}
|
||
|
.flex-sub {
|
||
|
flex: 1;
|
||
|
}
|
||
|
.text-blue{
|
||
|
color:#0081ff;
|
||
|
}
|
||
|
.text-white{
|
||
|
color:#ffffff;
|
||
|
}
|
||
|
.bg-white{
|
||
|
background-color: #ffffff;
|
||
|
}
|
||
|
.bg-blue{
|
||
|
background-color: #0081ff;
|
||
|
}
|
||
|
.text-orange{
|
||
|
color: #f37b1d
|
||
|
}
|
||
|
.text-xl {
|
||
|
font-size: 36rpx;
|
||
|
}
|
||
|
|