|
@@ -85,7 +85,7 @@ |
|
@@ -85,7 +85,7 @@ |
85
|
justify-content: space-between;
|
85
|
justify-content: space-between;
|
86
|
box-shadow: 0rpx 4rpx 16rpx 0rpx rgba(0, 0, 0, 0.08);
|
86
|
box-shadow: 0rpx 4rpx 16rpx 0rpx rgba(0, 0, 0, 0.08);
|
87
|
border-radius: 5rpx;
|
87
|
border-radius: 5rpx;
|
88
|
- padding: 16rpx 20rpx;
|
88
|
+ padding: 16rpx 0;
|
89
|
box-sizing: border-box;
|
89
|
box-sizing: border-box;
|
90
|
position: relative;
|
90
|
position: relative;
|
91
|
margin-bottom: 40rpx;
|
91
|
margin-bottom: 40rpx;
|
|
@@ -109,6 +109,7 @@ |
|
@@ -109,6 +109,7 @@ |
109
|
align-items: center;
|
109
|
align-items: center;
|
110
|
justify-content: center;
|
110
|
justify-content: center;
|
111
|
flex-direction: column;
|
111
|
flex-direction: column;
|
|
|
112
|
+ margin-left: 15rpx;
|
112
|
/* position: absolute;
|
113
|
/* position: absolute;
|
113
|
left: 0;
|
114
|
left: 0;
|
114
|
top: -20rpx; */
|
115
|
top: -20rpx; */
|
|
@@ -147,7 +148,7 @@ |
|
@@ -147,7 +148,7 @@ |
147
|
}
|
148
|
}
|
148
|
|
149
|
|
149
|
.label_item {
|
150
|
.label_item {
|
150
|
- width: 115rpx;
|
151
|
+ width: 136rpx;
|
151
|
height: 80rpx;
|
152
|
height: 80rpx;
|
152
|
background: rgba(242, 244, 247, 1);
|
153
|
background: rgba(242, 244, 247, 1);
|
153
|
border-radius: 5rpx;
|
154
|
border-radius: 5rpx;
|
|
@@ -158,12 +159,13 @@ |
|
@@ -158,12 +159,13 @@ |
158
|
align-items: center;
|
159
|
align-items: center;
|
159
|
justify-content: center;
|
160
|
justify-content: center;
|
160
|
margin: 0 20rpx 20rpx 0;
|
161
|
margin: 0 20rpx 20rpx 0;
|
161
|
- padding: 0 20rpx;
|
162
|
+ padding: 0 15rpx;
|
162
|
}
|
163
|
}
|
163
|
|
164
|
|
164
|
.list_right_box {
|
165
|
.list_right_box {
|
165
|
width: 16%;
|
166
|
width: 16%;
|
166
|
margin-top: 50rpx;
|
167
|
margin-top: 50rpx;
|
|
|
168
|
+ margin-right: 10rpx;
|
167
|
}
|
169
|
}
|
168
|
|
170
|
|
169
|
.list_btn_box {
|
171
|
.list_btn_box {
|