Commit 5ec478f2 by zhangzhen

细节优化

parent b0f3a2ca
...@@ -164,8 +164,8 @@ ...@@ -164,8 +164,8 @@
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
width: 46px; width: 50px;
height: 43px; height: 44px;
border-radius: 20upx 0 0 20upx; border-radius: 20upx 0 0 20upx;
background: rgba(255, 255, 255, 0.72); background: rgba(255, 255, 255, 0.72);
// border-top: 1px solid #E40583; // border-top: 1px solid #E40583;
...@@ -175,6 +175,7 @@ ...@@ -175,6 +175,7 @@
transition-property: all; transition-property: all;
transition-timing-function:ease; transition-timing-function:ease;
box-shadow: -4rpx 4rpx 13rpx 0rpx rgba(74, 11, 47, 0.4); box-shadow: -4rpx 4rpx 13rpx 0rpx rgba(74, 11, 47, 0.4);
overflow: hidden;
.image{ .image{
width: 100%; width: 100%;
height: 100%; height: 100%;
...@@ -186,10 +187,10 @@ ...@@ -186,10 +187,10 @@
} }
} }
.active{ .active{
width: 28px; width: 30px;
height:26px; height:26px;
border-radius: 12upx 0 0 12upx; border-radius: 12upx 0 0 12upx;
opacity: 0.8; opacity: 0.9;
} }
} }
</style> </style>
\ No newline at end of file
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
</view> </view>
<view class="store-nav"> <view class="store-nav">
<view class="icon-box"> <view class="icon-box">
<image :src="assetsPath +'/cart.png'" mode="widthFix"></image> <image :src="assetsPath +'/logo_icon.png'" mode="widthFix"></image>
</view> </view>
<view class="flex-col content"> <view class="flex-col content">
<view class="flex-row title-content "> <view class="flex-row title-content ">
...@@ -555,6 +555,7 @@ ...@@ -555,6 +555,7 @@
height: 128rpx; height: 128rpx;
background: #FFFFFF; background: #FFFFFF;
border-radius: 50%; border-radius: 50%;
border: 4upx solid #E40583;
overflow: hidden; overflow: hidden;
} }
......
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
</view> </view>
<view v-if="item.couponId" class="flex-between part-1"> <view v-if="item.couponId" class="flex-between part-1">
<text class="text-gray margin-right">优惠券抵扣</text> <text class="text-gray margin-right">优惠券抵扣</text>
<text class="text-title">{{item.couponName}}</text> <text class="text-title">{{item.couponName||'-'}}</text>
</view> </view>
<view class="flex-between part-1"> <view class="flex-between part-1">
<text class="text-gray margin-right">订单编号:</text> <text class="text-gray margin-right">订单编号:</text>
......
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