Commit bfdbac82 by songbingqi

修改部分页面图片 修改购物车最高高度问题

parent 664a6ff7
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
<view class="more_info" @click="openDetail"> <view class="more_info" @click="openDetail">
<view :style="[descColor]"class="desc" v-if="info.couponType===0||info.couponType===1">抵扣订单金额</view> <view :style="[descColor]"class="desc" v-if="info.couponType===0||info.couponType===1">抵扣订单金额</view>
<view :style="[descColor]"class="desc" v-else>下单可抵扣商品,指定分类商品可用</view> <view :style="[descColor]"class="desc" v-else>下单可抵扣商品,指定分类商品可用</view>
<image :class="['arrow-right-select',arrowFlag?'arrow-right-select-down':'arrow-right-select-up']" :src="'../../static/imgs/jiantouhei.png'" /> <image :class="['arrow-right-select',arrowFlag?'arrow-right-select-down':'arrow-right-select-up']" :src="info.status!==0?'../../static/imgs/jiantouqian.png':'../../static/imgs/jiantouhei.png'" />
</view> </view>
</view> </view>
</view> </view>
...@@ -377,10 +377,14 @@ export default { ...@@ -377,10 +377,14 @@ export default {
} }
.partOne::before { .partOne::before {
content: ''; content: '';
width: 2rpx;
height: 198rpx; height: 198rpx;
border: 1rpx dashed #F6F6F6; // border: 1rpx solid red;
background:url("../../static/imgs/xuxian1.png");
background-size: 2rpx 198rpx;
background-repeat: no-repeat;
position: absolute; position: absolute;
left: 176rpx; left: 179rpx;
top: 0; top: 0;
bottom: 0; bottom: 0;
margin: auto; margin: auto;
...@@ -421,7 +425,10 @@ export default { ...@@ -421,7 +425,10 @@ export default {
content: ''; content: '';
height: 1rpx; height: 1rpx;
width: 122rpx; width: 122rpx;
border: 1rpx dashed #FFFFFF; // border: 1rpx dashed #FFFFFF;
background:url("../../static/imgs/xuxian3.png");
background-size: 122rpx 1rpx;
background-repeat: no-repeat;
position: absolute; position: absolute;
left: 33.75rpx; left: 33.75rpx;
} }
...@@ -429,7 +436,10 @@ export default { ...@@ -429,7 +436,10 @@ export default {
content: ''; content: '';
height: 1rpx; height: 1rpx;
width: 460rpx; width: 460rpx;
border: 1rpx dashed #FFFFFF; // border: 1rpx dashed #FFFFFF;
background:url("../../static/imgs/xuxian2.png");
background-size: 460rpx 1rpx;
background-repeat: no-repeat;
position: absolute; position: absolute;
left: 196.75rpx; left: 196.75rpx;
top: 0rpx; top: 0rpx;
......
...@@ -3,7 +3,8 @@ ...@@ -3,7 +3,8 @@
<scroll-view class="nav-left" :style="[heightStyle]" :class="[shopCarFlag?'shopCarcss':'' ]" scroll-y :scroll-top="scrollLeftTop" scroll-with-animation> <scroll-view class="nav-left" :style="[heightStyle]" :class="[shopCarFlag?'shopCarcss':'' ]" scroll-y :scroll-top="scrollLeftTop" scroll-with-animation>
<view class="nav-left-item" v-for="item in classifyData" @click="categoryClickMain(item.id)" :key="item.id" <view class="nav-left-item" v-for="item in classifyData" @click="categoryClickMain(item.id)" :key="item.id"
:class="item.id == categoryId ? 'active' : ''"> :class="item.id == categoryId ? 'active' : ''">
<span>{{ item.name }}</span> <!-- <view class="imgbox"><image :style="{'height':'100%','width':'100%'}" :src="'../../static/imgs/image_50_50.png'"/></view> -->
<view><span>{{ item.name }}</span></view>
<!-- <view :class="item.id == categoryId ? 'active-line' : ''"></view> --> <!-- <view :class="item.id == categoryId ? 'active-line' : ''"></view> -->
</view> </view>
</scroll-view> </scroll-view>
...@@ -239,7 +240,13 @@ export default { ...@@ -239,7 +240,13 @@ export default {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
flex-direction: column;
font-family: PingFangSC-Regular, PingFang SC; font-family: PingFangSC-Regular, PingFang SC;
.imgbox {
height: auto;
width: 50%;
}
} }
.active { .active {
......
...@@ -298,7 +298,7 @@ export default { ...@@ -298,7 +298,7 @@ export default {
.shop-car { .shop-car {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
height: 495rpx; max-height: 715rpx;
.header { .header {
padding:24.87rpx 31.78rpx 22.3rpx 31.54rpx; padding:24.87rpx 31.78rpx 22.3rpx 31.54rpx;
......
...@@ -17,7 +17,11 @@ ...@@ -17,7 +17,11 @@
</view> </view>
<view class="morInfo" v-if="list.length>4" @click="watchMore"> <view class="morInfo" v-if="list.length>4" @click="watchMore">
更多退款信息
<view>更多退款信息</view>
<view class="function_item_icon">
<image :style="{'height':'100%','width':'100%'}" :src="'../../../static/imgs/jiantoulan.png'" />
</view>
</view> </view>
</view> </view>
</view> </view>
...@@ -218,6 +222,14 @@ export default { ...@@ -218,6 +222,14 @@ export default {
font-weight: 400; font-weight: 400;
color: #0050F6; color: #0050F6;
line-height: 34rpx; line-height: 34rpx;
display: flex;
justify-content: flex-end;
.function_item_icon {
margin-left: 6rpx;
width: 11.27rpx;
height: 15.68rpx;
}
} }
} }
</style> </style>
\ No newline at end of file
...@@ -167,5 +167,5 @@ export default { ...@@ -167,5 +167,5 @@ export default {
}else{ }else{
return val.toFixed(1) return val.toFixed(1)
} }
}, }
}; };
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