order spec 8.14

This commit is contained in:
ghusermoon 2020-08-14 11:30:49 +08:00
parent f9224f10cf
commit 505e3354a3

View File

@ -182,17 +182,16 @@ export default {
margin-right: 30rpx; margin-right: 30rpx;
} }
.goods-text { .goods-text {
// display: flex; display: flex;
// flex-direction: column; flex-direction: column;
// justify-content: space-between; justify-content: space-between;
.goods-name { .goods-name {
font-size: 28rpx; font-size: 28rpx;
color: rgba(51,51,51,1); color: rgba(51,51,51,1);
line-height: 38rpx; line-height: 38rpx;
} }
.goods-sku { .goods-sku {
margin-top: 10rpx; align-self: baseline;
display: inline-block;
max-width: 230rpx; max-width: 230rpx;
background: rgba(236,236,236,1); background: rgba(236,236,236,1);
border-radius: 6rpx; border-radius: 6rpx;