Style(购物车):细节调整
This commit is contained in:
+16
-11
@@ -11,17 +11,6 @@
|
|||||||
fixed
|
fixed
|
||||||
/>
|
/>
|
||||||
<view v-if="isLoad">
|
<view v-if="isLoad">
|
||||||
<view
|
|
||||||
v-if="list.length === 0"
|
|
||||||
class="tc"
|
|
||||||
style="margin-top: 300rpx"
|
|
||||||
>
|
|
||||||
<image
|
|
||||||
:src="$VUE_APP_RESOURCES_URL + '/20240106211138206789.png'"
|
|
||||||
style="width: 420rpx;height: 418rpx"
|
|
||||||
mode="scaleToFill"
|
|
||||||
/>
|
|
||||||
</view>
|
|
||||||
<view class="v12-justify-between v12-px-2">
|
<view class="v12-justify-between v12-px-2">
|
||||||
<view class="v12-font-28 v12-dark-text v12-align-center" @click="show = true">
|
<view class="v12-font-28 v12-dark-text v12-align-center" @click="show = true">
|
||||||
<image :src="webUrl+'/orderIcon/map.png'" style="width: 30rpx;height: 30rpx" class="v12-mr-1"/>
|
<image :src="webUrl+'/orderIcon/map.png'" style="width: 30rpx;height: 30rpx" class="v12-mr-1"/>
|
||||||
@@ -32,6 +21,18 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="v12-font-28 v12-font-bold v12-dark-text" @click="editCart">{{ isEdit ? '完成' : '管理' }}</view>
|
<view class="v12-font-28 v12-font-bold v12-dark-text" @click="editCart">{{ isEdit ? '完成' : '管理' }}</view>
|
||||||
</view>
|
</view>
|
||||||
|
<view
|
||||||
|
v-if="list.length === 0"
|
||||||
|
class="tc"
|
||||||
|
style="margin-top: 300rpx"
|
||||||
|
>
|
||||||
|
<image
|
||||||
|
:src="$VUE_APP_RESOURCES_URL + '/orderIcon/购物车2.png'"
|
||||||
|
style="width: 294rpx;height: 354rpx"
|
||||||
|
mode="scaleToFill"
|
||||||
|
/>
|
||||||
|
</view>
|
||||||
|
|
||||||
<view
|
<view
|
||||||
v-for="(item, index) in list"
|
v-for="(item, index) in list"
|
||||||
:key="index"
|
:key="index"
|
||||||
@@ -789,6 +790,10 @@ view {
|
|||||||
height: 100rpx;
|
height: 100rpx;
|
||||||
box-shadow: 0 6rpx 12rpx rgba(0, 0, 0, 0.16);
|
box-shadow: 0 6rpx 12rpx rgba(0, 0, 0, 0.16);
|
||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
|
width: 708rpx;
|
||||||
|
right: 0;
|
||||||
|
margin: auto;
|
||||||
|
border-radius: 26rpx;
|
||||||
|
|
||||||
.btn-submit {
|
.btn-submit {
|
||||||
width: 196rpx;
|
width: 196rpx;
|
||||||
|
|||||||
Reference in New Issue
Block a user