order spec 8.14 #194

Merged
hansu merged 1 commits from zhy into master 2020-08-14 03:31:16 +00:00
Showing only changes of commit 505e3354a3 - Show all commits

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;