From e4b055b75a84226fd5e480a84a1db9c9efd086c4 Mon Sep 17 00:00:00 2001 From: woody Date: Thu, 5 Jun 2025 14:15:01 +0800 Subject: [PATCH] =?UTF-8?q?fix(bonus):=20=E5=A5=96=E9=87=91=E6=98=8E?= =?UTF-8?q?=E7=BB=86=E9=A1=B5=E9=9D=A2=E8=B0=83=E6=95=B4=E4=BC=98=E5=8C=96?= =?UTF-8?q?=20bug-149?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/bonus/sgsy.vue | 705 +++++++++++++++++++------------------- pages/bonus/index.vue | 506 +++++++++++++++------------ 2 files changed, 639 insertions(+), 572 deletions(-) diff --git a/components/bonus/sgsy.vue b/components/bonus/sgsy.vue index 6fee7e6..c667ba3 100644 --- a/components/bonus/sgsy.vue +++ b/components/bonus/sgsy.vue @@ -1,83 +1,80 @@ - \ No newline at end of file +.search-bg { + width: 432rpx; + height: 35rpx; + background: #f5f6f8; + border-radius: 33rpx; + display: flex; + position: relative; + padding: 20rpx 50rpx; + margin-left: 20rpx; +} + diff --git a/pages/bonus/index.vue b/pages/bonus/index.vue index 6bc7774..2d30568 100644 --- a/pages/bonus/index.vue +++ b/pages/bonus/index.vue @@ -1,233 +1,301 @@ \ No newline at end of file +.texts { + color: #333; + font-size: 26rpx; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; + /* width:200rpx; */ + text-align: right; +} + +.select-text { + display: flex; + margin-right: 20rpx; + font-size: 26rpx; + color: #333; + position: relative; +} + +.selIcon { + width: 30rpx; + height: 30rpx; + margin: 5rpx 0 0 20rpx; +} + +page { + background-color: #f2f2f2; +} + +.styles { + border: none !important; + color: #fff !important; + background: #005bac; +} + +.top-lists { + width: fit-content; + display: flex; + padding: 30rpx 30rpx 0 0; + background-color: #fff; + height: 80rpx; + line-height: 80rpx; + + .nav-view { + width: 200rpx; + cursor: pointer; + padding: 0 26rpx; + height: 44rpx; + border-radius: 10rpx; + border: 1rpx solid #999999; + font-size: 14rpx; + text-align: center; + line-height: 44rpx; + margin-left: 20rpx; + color: #999; + } +} +