|
@@ -613,9 +613,9 @@ export default {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.goods-cover {
|
|
.goods-cover {
|
|
|
- width: 96upx;
|
|
|
|
|
- height: 96upx;
|
|
|
|
|
- border-radius: 12upx;
|
|
|
|
|
|
|
+ width: 140upx;
|
|
|
|
|
+ height: 140upx;
|
|
|
|
|
+ border-radius: 14upx;
|
|
|
background: #eee;
|
|
background: #eee;
|
|
|
flex-shrink: 0;
|
|
flex-shrink: 0;
|
|
|
}
|
|
}
|
|
@@ -629,7 +629,7 @@ export default {
|
|
|
|
|
|
|
|
.goods-name {
|
|
.goods-name {
|
|
|
display: block;
|
|
display: block;
|
|
|
- font-size: 28upx;
|
|
|
|
|
|
|
+ font-size: 32upx;
|
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
|
color: #222;
|
|
color: #222;
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
@@ -642,7 +642,7 @@ export default {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.meta-tag {
|
|
.meta-tag {
|
|
|
- font-size: 22upx;
|
|
|
|
|
|
|
+ font-size: 26upx;
|
|
|
color: #666;
|
|
color: #666;
|
|
|
background: #fff;
|
|
background: #fff;
|
|
|
padding: 4upx 10upx;
|
|
padding: 4upx 10upx;
|
|
@@ -652,7 +652,7 @@ export default {
|
|
|
.goods-avail {
|
|
.goods-avail {
|
|
|
display: block;
|
|
display: block;
|
|
|
margin-top: 10upx;
|
|
margin-top: 10upx;
|
|
|
- font-size: 24upx;
|
|
|
|
|
|
|
+ font-size: 26upx;
|
|
|
color: #049e2c;
|
|
color: #049e2c;
|
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
|
}
|
|
}
|