Commit 39135f99 by xnn

完善页面需求

parent 3f315e6f
......@@ -45,10 +45,10 @@
flex-direction: row;
align-items: center;
.productImg {
width: 282rpx;
height: 282rpx;
width: 250rpx;
height: 250rpx;
background-color: #D8D8D8;
border-radius: 20rpx;
border-radius: 18rpx;
overflow: hidden;
}
......
......@@ -19,8 +19,9 @@
</view>
<view class="productPrice">
<span class="productPriceIcon">¥</span>{{item.dg_price}} <span
style="text-decoration-line: line-through;font-size: 12px;margin-left: 10px;color: #999999;">零售价
¥{{item.market_price}}</span><span class="productByeNum" style="margin-left: 10rpx;"
style="text-decoration-line: line-through;font-size: 10px;margin-left: 5px;color: #999999;">零售价
¥{{item.market_price}}</span><span class="productByeNum"
style="font-size: 10px;margin-left: 5px;"
v-show="item.tags.field4 && item.tags.field4 != ''">{{item.tags.field4}}</span>
</view>
<view class="productTagList">
......
......@@ -83,10 +83,10 @@
<view class="productPrice">
<span class="productPriceIcon">¥</span>{{item.goods_price}}
<span
style="text-decoration-line: line-through;font-size: 12px;margin-left: 10px;color: #999999;"
style="text-decoration-line: line-through;font-size: 10px;margin-left: 5px;color: #999999;"
v-show="priceFlag">零售价
¥{{item.market_price}}</span>
<span class="productByeNum" style="margin-left: 10rpx;"
<span class="productByeNum" style="font-size: 10px;margin-left: 5px;"
v-show="item.tags.field4 && item.tags.field4 != ''">{{item.tags.field4}}</span>
</view>
<view class="productTagList">
......
......@@ -19,9 +19,10 @@
</view>
<view class="productPrice">
<span class="productPriceIcon">¥</span>{{priceFlag?item.dg_price:item.market_price}} <span
style="text-decoration-line: line-through;font-size: 12px;margin-left: 10px;color: #999999;"
style="text-decoration-line: line-through;font-size: 10px;margin-left: 5px;color: #999999;"
v-show="priceFlag">零售价
¥{{item.market_price}}</span><span class="productByeNum" style="margin-left: 10rpx;"
¥{{item.market_price}}</span><span class="productByeNum"
style="font-size: 10px;margin-left: 5px;"
v-show="item.tags.field4 && item.tags.field4 != ''">{{item.tags.field4}}</span>
</view>
<view class="productTagList">
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -334,10 +334,10 @@
align-items: center;
}
.productModel .productImg {
width: 282rpx;
height: 282rpx;
width: 250rpx;
height: 250rpx;
background-color: #D8D8D8;
border-radius: 20rpx;
border-radius: 18rpx;
overflow: hidden;
}
.productModel .pruductInfo {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
{
"component": true,
"usingComponents": {
"u-icon": "/node-modules/uview-ui/components/u-icon/u-icon"
},
"component": true
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment