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.
11 lines
801 B
11 lines
801 B
3 years ago
|
.container{background: #fff;}
|
||
|
.list{width:94%;padding:26rpx 3%;height:96rpx;display: flex;justify-content: start;}
|
||
|
.list .list-left{width:17%;}
|
||
|
.list .list-left image{width:96rpx;height:96rpx}
|
||
|
.list .list-right{width:83%;}
|
||
|
.list .list-right .right-top{width:100%;height:42rpx;line-height:42rpx;display: flex;justify-content: space-between;font-size:30rpx;}
|
||
|
.list .list-right .right-top text{color:#B4B4B4;font-size:24rpx;}
|
||
|
.list .list-right .right-content{width:100%;padding-top:16rpx;font-size:24rpx;color:#B1B1B1;display: flex;justify-content: space-between;}
|
||
|
.list .list-right .right-content text{color:#00C777}
|
||
|
button{background:#fff;border:none;padding-left:0;padding-right:0;display:inline;text-align: left;width:100%;display: flex;justify-content: start;}
|
||
|
button::after{width:100%;border:none;}
|