diff --git a/pages/gamll/index.vue b/pages/gamll/index.vue index fd38c62..63852dd 100644 --- a/pages/gamll/index.vue +++ b/pages/gamll/index.vue @@ -2,7 +2,8 @@ - + + @@ -18,8 +19,7 @@ - - + - + {{a.name}} - + {{item.feature}} - @@ -150,7 +150,7 @@ 选择支付方式 - @@ -176,7 +176,12 @@ - 本产品为软件服务产品,购买后不支持退款开通即表示接受《软件付费服务协议》 + + 本产品为软件服务产品,购买后不支持退款 + + + 开通即表示接受《软件付费服务协议》 + @@ -218,8 +223,9 @@ let img = 'https://www.royaum.com.cn/static/user/gmallBg.png' return { background: { - background: 'url(' + img + ') center top no-repeat', - backgroundSize: '100%', + // background: 'url(' + img + ') center top no-repeat', + // backgroundSize: '100%', + background: '#fdcac5', }, backgroundNone: { background: 'none' @@ -231,6 +237,7 @@ paymentMethods: [], isClick: true, radius: '28rpx 0 0 0', + paddingTo: '0rpx', leftNum: 33.33333, tabbar: ['零售商城', '批发商城'], tabIndex: 0, @@ -284,6 +291,13 @@ if (data) { // 元素的top值如果是0,说明它到达了顶部 this.isAtTop = data.top === 0; + if (this.isAtTop) { + this.radius = '28rpx 0 0 0'; + this.paddingTo = '120rpx'; + } else { + this.radiu = '0'; + this.paddingTo = '0rpx'; + } } }).exec(); }, @@ -706,12 +720,9 @@ .tab_fix { overflow: hidden; position: -webkit-sticky; - /* 针对Safari浏览器的兼容性 */ position: sticky; top: 0; - /* 设置吸顶的位置 */ z-index: 99999; - /* 确保sticky元素在其他内容之上 */ background: linear-gradient(180deg, rgba(253, 202, 197, 1) 0.42%, rgba(254, 231, 229, 1) 32.99%, rgba(255, 255, 255, 1) 100%); } @@ -863,9 +874,6 @@ .tab-box { margin: 10rpx 30rpx 24rpx 30rpx; overflow: hidden; - - - .tabFavour { display: flex; justify-content: space-between; @@ -974,8 +982,6 @@ .equity { margin-bottom: 60rpx; position: relative; - max-height: 1800rpx; - overflow: auto; .table_box { overflow: hidden; @@ -1141,13 +1147,13 @@ position: fixed; bottom: 0; left: 0; - height: 200upx; + height: 180upx; z-index: 88; background: #fff; .paytext { - line-height: 27rpx; - font-size: 22rpx; + line-height: 24rpx; + font-size: 20rpx; color: #333; margin: 0 160rpx; text-align: center; @@ -1156,8 +1162,8 @@ } .submitBtn { - height: 90rpx; - line-height: 88upx; + height: 85rpx; + line-height: 85upx; background: #FFAAA4; background: #FE483B; border-radius: 36px;