diff --git a/pages/index/index.vue b/pages/index/index.vue index 6775c12..5b65cd3 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -72,7 +72,7 @@ query: { id: shopInfo.id } }" > - + {{ shopInfo.name }} @@ -87,11 +87,19 @@ - - - 切换旗舰店 + + + 茶址甄选茶仓 - + 切换当地店 @@ -540,6 +548,7 @@ page { .store-info { padding-right: 30rpx; padding-left: 24rpx; + box-sizing: border-box; .store-tag { background: linear-gradient(267deg, #ff2c3c 0%, #f52e99 100%); @@ -559,8 +568,8 @@ page { .switch-btn { background: linear-gradient(97deg, #ff5784 0%, #ff2c3c 100%); height: 52rpx; - padding: 0 16rpx; - font-size: 24rpx; + width: 190rpx; + font-size: 28rpx; } } }