feat(sqszx202): configure integral mall deployment
This commit is contained in:
@@ -634,12 +634,13 @@ export default {
|
||||
min-height: 100vh;
|
||||
background-color: #F8F8F8;
|
||||
padding-bottom: 20rpx;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
// 顶部橙色头部
|
||||
.header-section {
|
||||
background: linear-gradient(90deg, #FF6900 0%, #F54900 100%);
|
||||
padding: 60rpx 30rpx 60rpx 1px;
|
||||
padding: 60rpx 30rpx;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
margin-bottom: 1rpx;
|
||||
@@ -739,14 +740,34 @@ export default {
|
||||
font-weight: 600;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.banner-section {
|
||||
padding: 20rpx;
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
.banner-swiper {
|
||||
width: 100%;
|
||||
height: 260rpx;
|
||||
border-radius: 16rpx;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.banner-image {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
// 分类导航
|
||||
.category-scroll {
|
||||
white-space: nowrap; font-size: 32rpx;
|
||||
white-space: nowrap;
|
||||
font-size: 32rpx;
|
||||
background-color: #FFFFFF;
|
||||
height: 108rpx; padding: 10rpx 20rpx;
|
||||
margin-bottom: 20rpx;
|
||||
border-bottom: 1px solid #EEEEEE;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.category-item {
|
||||
@@ -807,6 +828,7 @@ export default {
|
||||
}
|
||||
|
||||
.goods-image {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
@@ -910,6 +932,7 @@ export default {
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
width: 100%;
|
||||
height: 100rpx;
|
||||
background-color: #FFFFFF;
|
||||
display: flex;
|
||||
@@ -945,6 +968,7 @@ export default {
|
||||
}
|
||||
|
||||
.tab-icon {
|
||||
display: block;
|
||||
width: 44rpx;
|
||||
height: 44rpx;
|
||||
// background-color: #CCCCCC; // Placeholder
|
||||
@@ -1039,6 +1063,7 @@ export default {
|
||||
}
|
||||
|
||||
.empty-image {
|
||||
display: block;
|
||||
width: 300rpx;
|
||||
height: 300rpx;
|
||||
}
|
||||
|
||||
@@ -343,12 +343,12 @@ export default {
|
||||
// window.location.href = 'https://shop.wenjinhui.com/?#/pages/personal/index'
|
||||
//window.location.href = 'https://anyue.szxingming.com/?#/pages/personal/index'
|
||||
// window.location.href = 'https://xiashengjun.com/?#/pages/personal/index'
|
||||
window.location.href = 'https://h5y2c.com/?#/pages/personal/index'
|
||||
window.location.href = 'https://j3s4s5.com/?#/pages/personal/index'
|
||||
// window.location.href = 'http://shop.bosenyuan.com/?#/pages/personal/index'
|
||||
// #endif
|
||||
// #ifndef H5
|
||||
uni.navigateTo({
|
||||
url: '/pages/web-view/index?url=' + encodeURIComponent('https://h5y2c.com/?#/pages/personal/index')
|
||||
url: '/pages/web-view/index?url=' + encodeURIComponent('https://j3s4s5.com/?#/pages/personal/index')
|
||||
})
|
||||
// #endif
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user