修改样式
This commit is contained in:
parent
ed0edbab2f
commit
1313a90d5e
@ -135,14 +135,14 @@
|
|||||||
</u-popup>
|
</u-popup>
|
||||||
<!-- 普通商品 tool -->
|
<!-- 普通商品 tool -->
|
||||||
<view class="tloos" v-if="type == 1">
|
<view class="tloos" v-if="type == 1">
|
||||||
<view class="navs">
|
<!-- <view class="navs">
|
||||||
<image src="/static/image/common/18.png"></image>
|
<image src="/static/image/common/18.png"></image>
|
||||||
店铺
|
店铺
|
||||||
</view>
|
</view>
|
||||||
<view class="navs" style="margin-right:30rpx">
|
<view class="navs" style="margin-right:30rpx">
|
||||||
<image src="/static/image/common/19.png"></image>
|
<image src="/static/image/common/19.png"></image>
|
||||||
客服
|
客服
|
||||||
</view>
|
</view> -->
|
||||||
<view class="button" style="background:rgba(253,211,96,0.6);" v-if="goodsInfo.goods_try == 1" @click="tryDress">试穿试送</view>
|
<view class="button" style="background:rgba(253,211,96,0.6);" v-if="goodsInfo.goods_try == 1" @click="tryDress">试穿试送</view>
|
||||||
<view class="button" style="background:rgba(253,211,96,1);" @click="addCart">加入购物车</view>
|
<view class="button" style="background:rgba(253,211,96,1);" @click="addCart">加入购物车</view>
|
||||||
<view class="button" style="background:rgba(255,120,15,1);" @click="settlementOrder">立即购买</view>
|
<view class="button" style="background:rgba(255,120,15,1);" @click="settlementOrder">立即购买</view>
|
||||||
|
@ -292,6 +292,7 @@ export default {
|
|||||||
.info {
|
.info {
|
||||||
width: 418rpx;
|
width: 418rpx;
|
||||||
height: 160rpx;
|
height: 160rpx;
|
||||||
|
line-height: 48rpx;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
@ -58,5 +58,6 @@ export default {
|
|||||||
min-height: calc(100vh - var(--window-top));
|
min-height: calc(100vh - var(--window-top));
|
||||||
background: #ECECEC;
|
background: #ECECEC;
|
||||||
padding: 20rpx 35rpx 0;
|
padding: 20rpx 35rpx 0;
|
||||||
|
line-height: 45rpx;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
@ -46,7 +46,7 @@
|
|||||||
<view class="title">
|
<view class="title">
|
||||||
<view class="title-text">我的订单</view>
|
<view class="title-text">我的订单</view>
|
||||||
<view class="more" @click="toOtherPage('/order/Index')">
|
<view class="more" @click="toOtherPage('/order/Index')">
|
||||||
<view>查看全部订单</view>
|
<view class="title-text">查看全部订单</view>
|
||||||
<image src="/static/image/mine/21.png"></image>
|
<image src="/static/image/mine/21.png"></image>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@ -355,7 +355,7 @@ export default {
|
|||||||
}
|
}
|
||||||
.tool {
|
.tool {
|
||||||
@include common-mine(
|
@include common-mine(
|
||||||
$content-padding-top: 8rpx,
|
$content-padding-top: 24rpx,
|
||||||
$content-padding-bottom: 25rpx,
|
$content-padding-bottom: 25rpx,
|
||||||
$image-height: 71rpx,
|
$image-height: 71rpx,
|
||||||
$image-width: 71rpx
|
$image-width: 71rpx
|
||||||
@ -368,7 +368,7 @@ export default {
|
|||||||
}
|
}
|
||||||
.more-tool {
|
.more-tool {
|
||||||
@include common-mine(
|
@include common-mine(
|
||||||
$content-padding-top: 8rpx,
|
$content-padding-top: 24rpx,
|
||||||
$content-padding-bottom: 48rpx,
|
$content-padding-bottom: 48rpx,
|
||||||
$image-height: 71rpx,
|
$image-height: 71rpx,
|
||||||
$image-width: 71rpx
|
$image-width: 71rpx
|
||||||
|
Loading…
Reference in New Issue
Block a user