From 8483914d0bf5157f2c9dee9446952edb6705ff98 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-lx):=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 | 741 +++++++++++++++++++------------------- config/request.js | 2 +- pages/bonus/index.vue | 526 ++++++++++++++++----------- 3 files changed, 682 insertions(+), 587 deletions(-) diff --git a/components/bonus/sgsy.vue b/components/bonus/sgsy.vue index 0ba8f81..dde3ad1 100644 --- a/components/bonus/sgsy.vue +++ b/components/bonus/sgsy.vue @@ -1,410 +1,419 @@ - \ 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/config/request.js b/config/request.js index 7a85d8a..ef3e1f9 100644 --- a/config/request.js +++ b/config/request.js @@ -13,7 +13,7 @@ module.exports = vm => { //#ifdef DEV_SERVER console.log('DEV_SERVER') - config.baseURL = 'http://localhost:8080' + config.baseURL = 'http://t-app.beida413.com/prod-api' //#endif //#ifdef QA_SERVER diff --git a/pages/bonus/index.vue b/pages/bonus/index.vue index 05d15c5..5b76bc1 100644 --- a/pages/bonus/index.vue +++ b/pages/bonus/index.vue @@ -1,234 +1,320 @@ \ 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; + } +} +