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.
40 lines
821 B
40 lines
821 B
/* subpages/points/pages/demand/cpts/list.wxss */
|
|
.list-swiper {
|
|
width: 100%;
|
|
height: calc(100vh - 170rpx);
|
|
box-sizing: border-box;
|
|
}
|
|
.tabs-status {
|
|
display: flex;
|
|
align-items: center;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
height: 80rpx;
|
|
padding: 0 20rpx;
|
|
box-shadow: 1rpx 1rpx 10rpx 1rpx rgba(211,211,211,.5);
|
|
}
|
|
.tabs-status-item {
|
|
width: 130rpx;
|
|
height: 50rpx;
|
|
box-sizing: border-box;
|
|
margin-right: 40rpx;
|
|
font-size: 25rpx;
|
|
font-weight: 400;
|
|
color: #999;
|
|
text-align: center;
|
|
line-height: 48rpx;
|
|
background: #F7F7F7;
|
|
border-radius: 25rpx;
|
|
-webkit-border-radius: 25rpx;
|
|
-moz-border-radius: 25rpx;
|
|
-ms-border-radius: 25rpx;
|
|
-o-border-radius: 25rpx;
|
|
}
|
|
.tabs-status-item:last-child {
|
|
margin-right: 0;
|
|
}
|
|
.tabs-on {
|
|
font-size: 30rpx;
|
|
color: #fff;
|
|
background: #085EB0;
|
|
}
|