...
|
...
|
@@ -85,7 +85,7 @@ |
|
|
justify-content: space-between;
|
|
|
box-shadow: 0rpx 4rpx 16rpx 0rpx rgba(0, 0, 0, 0.08);
|
|
|
border-radius: 5rpx;
|
|
|
padding: 16rpx 20rpx;
|
|
|
padding: 16rpx 0;
|
|
|
box-sizing: border-box;
|
|
|
position: relative;
|
|
|
margin-bottom: 40rpx;
|
...
|
...
|
@@ -109,6 +109,7 @@ |
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
flex-direction: column;
|
|
|
margin-left: 15rpx;
|
|
|
/* position: absolute;
|
|
|
left: 0;
|
|
|
top: -20rpx; */
|
...
|
...
|
@@ -147,7 +148,7 @@ |
|
|
}
|
|
|
|
|
|
.label_item {
|
|
|
width: 115rpx;
|
|
|
width: 136rpx;
|
|
|
height: 80rpx;
|
|
|
background: rgba(242, 244, 247, 1);
|
|
|
border-radius: 5rpx;
|
...
|
...
|
@@ -158,12 +159,13 @@ |
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
margin: 0 20rpx 20rpx 0;
|
|
|
padding: 0 20rpx;
|
|
|
padding: 0 15rpx;
|
|
|
}
|
|
|
|
|
|
.list_right_box {
|
|
|
width: 16%;
|
|
|
margin-top: 50rpx;
|
|
|
margin-right: 10rpx;
|
|
|
}
|
|
|
|
|
|
.list_btn_box {
|
...
|
...
|
|