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.
13 lines
1.1 KiB
13 lines
1.1 KiB
3 years ago
|
.nav{height:92rpx;line-height:92rpx;font-size:34rpx;padding: 0 6%;background:#fff;box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.04);display:flex;justify-content: space-between;}
|
||
|
.nav image{height:36rpx;width:6rpx;vertical-align: middle;margin-right:16rpx;}
|
||
|
.cluber{width:100%;padding:12rpx 0;}
|
||
|
.cluber .list{width:94%;height:224rpx;background: #fff;margin:24rpx auto;border-radius: 12px;
|
||
|
box-shadow: 0px 8px 20px 0px rgba(97,97,97,0.05); }
|
||
|
.cluber .list .list-top{height:80rpx;display: flex;justify-content: space-between;padding:0 24rpx;line-height:80rpx;font-size:28rpx;}
|
||
|
.cluber .list .list-top text{color:#BCBCBC}
|
||
|
.cluber .list .list-content{height:96rpx;line-height:96rpx;padding:24rpx;border-top:2rpx solid #F1F1F1;display: flex;justify-content: space-between;}
|
||
|
.cluber .list .list-content .content-left{font-size:32rpx;}
|
||
|
.cluber .list .list-content .content-left image{width:96rpx;height:96rpx;margin-right:16rpx;vertical-align:middle;}
|
||
|
.cluber .list .list-content .statusIn{font-size:26rpx;color:#F66A01}
|
||
|
.cluber .list .list-content .statusMa{font-size:26rpx;color:#00C777}
|
||
|
.cluber .list .list-content .statusOut{font-size:26rpx;color:#ADADAD}
|