订单商品处理,商品列表头部图片处理
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<view class="top--panel">
|
||||
<navseat :opacity='opacity' :titleshow='true'></navseat>
|
||||
<!-- 顶部面板,可添加所需要放在页面顶部的内容代码。比如banner图 -->
|
||||
<image class="panelimgbackground" :src="shopInfo.storeInfo.coverImg" mode="aspectFill">
|
||||
<image class="panelimgbackground" :src="shopInfo.storeInfo.coverImg||'https://czg-qr-order.oss-cn-beijing.aliyuncs.com/shopDetails/topBanner.png'" mode="aspectFill">
|
||||
</image>
|
||||
<view class="panelone">
|
||||
{{ shopInfo.storeInfo.shopName }}
|
||||
@@ -922,17 +922,16 @@
|
||||
}
|
||||
|
||||
.top--panel {
|
||||
padding: 0 20rpx;
|
||||
// padding: 0 20rpx;
|
||||
background-color: #fff;
|
||||
|
||||
.panelimgbackground {
|
||||
width: 382rpx;
|
||||
margin: 82rpx auto 0 auto;
|
||||
height: 158rpx;
|
||||
width: 100%;
|
||||
height: 272rpx;
|
||||
}
|
||||
|
||||
.panelone {
|
||||
margin-top: 32rpx;
|
||||
padding: 20rpx 20rpx 0 20rpx;
|
||||
font-family: Source Han Sans CN, Source Han Sans CN;
|
||||
font-weight: 500;
|
||||
font-size: 32rpx;
|
||||
@@ -940,6 +939,7 @@
|
||||
}
|
||||
|
||||
.paneltow {
|
||||
padding: 0 20rpx;
|
||||
margin-top: 16rpx;
|
||||
font-family: Source Han Sans CN, Source Han Sans CN;
|
||||
font-weight: 400;
|
||||
@@ -954,7 +954,7 @@
|
||||
font-weight: 400;
|
||||
font-size: 24rpx;
|
||||
color: #999999;
|
||||
|
||||
padding: 0 20rpx;
|
||||
.paneltheretext {
|
||||
font-family: Source Han Sans CN, Source Han Sans CN;
|
||||
font-weight: 400;
|
||||
@@ -977,11 +977,12 @@
|
||||
font-weight: bold;
|
||||
font-size: 32rpx;
|
||||
color: #333333;
|
||||
padding: 0 20rpx;
|
||||
}
|
||||
|
||||
.panelfive {
|
||||
width: 100%;
|
||||
|
||||
padding: 0 20rpx;
|
||||
.panelfive_list {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user