页面修改
This commit is contained in:
parent
dedcc53852
commit
0482ad3376
@ -757,8 +757,11 @@
|
|||||||
// padding: 0 20rpx 0;
|
// padding: 0 20rpx 0;
|
||||||
|
|
||||||
.top {
|
.top {
|
||||||
// padding-top: var(--status-bar-height);
|
padding-top: var(--status-bar-height);
|
||||||
padding-top: 80rpx;
|
/* #ifdef H5 */
|
||||||
|
padding-top: 30rpx;
|
||||||
|
/* #endif */
|
||||||
|
// padding-top: 80rpx;
|
||||||
background-color: #F0F2F5;
|
background-color: #F0F2F5;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
@ -872,7 +875,9 @@
|
|||||||
|
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
// margin-top: 50rpx;
|
// margin-top: 50rpx;
|
||||||
padding-top: 100rpx;
|
// padding-top: 100rpx;
|
||||||
|
padding-top: var(--status-bar-height);
|
||||||
|
// margin-top: 200rpx;
|
||||||
|
|
||||||
text {
|
text {
|
||||||
margin: 10rpx;
|
margin: 10rpx;
|
||||||
|
@ -246,7 +246,7 @@
|
|||||||
|
|
||||||
</view>
|
</view>
|
||||||
<view class='no-shop' v-if="!storeList.length && !loading && !loadingIcon" v-cloak>
|
<view class='no-shop' v-if="!storeList.length && !loading && !loadingIcon" v-cloak>
|
||||||
<view class='pictrue' style="margin: 0 auto;background-color: #F5F5F5;">
|
<view class='pictrue' style="margin: 0 auto;background-color: #F0F2F5;">
|
||||||
<image src='../../../static/images/noCart.png'></image>
|
<image src='../../../static/images/noCart.png'></image>
|
||||||
<text>暂无店铺,快去搜索其他店铺吧</text>
|
<text>暂无店铺,快去搜索其他店铺吧</text>
|
||||||
</view>
|
</view>
|
||||||
@ -740,8 +740,10 @@
|
|||||||
// padding: 0 20rpx 0;
|
// padding: 0 20rpx 0;
|
||||||
|
|
||||||
.top {
|
.top {
|
||||||
// padding-top: var(--status-bar-height);
|
padding-top: var(--status-bar-height);
|
||||||
padding-top: 80rpx;
|
/* #ifdef H5 */
|
||||||
|
padding-top: 30rpx;
|
||||||
|
/* #endif */
|
||||||
background-color: #F0F2F5;
|
background-color: #F0F2F5;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
@ -793,12 +795,13 @@
|
|||||||
.right {
|
.right {
|
||||||
.head {
|
.head {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
// color: red;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.li {
|
.li {
|
||||||
display: flex;
|
display: flex;
|
||||||
font-size: 22rpx;
|
font-size: 26.29rpx;
|
||||||
margin-bottom: 10rpx;
|
margin-bottom: 10rpx;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
@ -816,6 +819,7 @@
|
|||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user