调整首页全部拼团样式
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
<image class="head" :src="info.pintuan_image" mode="widthFix"></image>
|
||||
<text class="title u-line-1">{{ info.pintuan_goods_name }}</text>
|
||||
<view class="price">
|
||||
<view>¥{{ info.pintuan_goods_price }}</view>
|
||||
<view>立即拼团</view>
|
||||
<view class="value">¥{{ info.pintuan_goods_price }}</view>
|
||||
<view class="btn">立即拼团</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
@@ -65,18 +65,18 @@ export default {
|
||||
// align-items: center;
|
||||
// align-content: flex-end;
|
||||
justify-content: space-between;
|
||||
margin-top: 10rpx;
|
||||
> view:first-child{
|
||||
margin-top: 16rpx;
|
||||
.value {
|
||||
font-size: 26rpx;
|
||||
color: #FF3131;
|
||||
margin-bottom: 12rpx;
|
||||
// margin-bottom: 12rpx;
|
||||
}
|
||||
> view:last-child{
|
||||
.btn {
|
||||
font-size: 22rpx;
|
||||
height: 22rpx;
|
||||
color: #FDD360;
|
||||
text-align: end;
|
||||
margin-top:8rpx;
|
||||
// margin-top:8rpx;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user