Commit 5ec478f2 by zhangzhen

细节优化

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