From 069a6f8d380926668763e9b556d58533353d3e7d Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期一, 15 四月 2024 10:15:48 +0800 Subject: [PATCH] 样式 --- packagePersonal/pages/userSetting/index.wxss | 8 ++++++-- packageDomain/pages/sampleBookList/index.js | 2 ++ packagePersonal/pages/feedBack/index.wxss | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/packageDomain/pages/sampleBookList/index.js b/packageDomain/pages/sampleBookList/index.js index 73a2f74..666c983 100644 --- a/packageDomain/pages/sampleBookList/index.js +++ b/packageDomain/pages/sampleBookList/index.js @@ -512,6 +512,7 @@ //楂樼骇鍒嗙被閫夋嫨 onChangeIcon(e) { this.setData({ + bookList: [], 'assortCheck.code': e.detail.value, stairCode: '', secondCode: '', @@ -528,6 +529,7 @@ `${this.data.assortCheck.code}\\${e.detail.value}` : this.data.assortCheck.code; this.setData({ + bookList: [], pathList: [], stairCode: e.detail.value, secondCode: '', diff --git a/packagePersonal/pages/feedBack/index.wxss b/packagePersonal/pages/feedBack/index.wxss index 409617b..1abecb4 100644 --- a/packagePersonal/pages/feedBack/index.wxss +++ b/packagePersonal/pages/feedBack/index.wxss @@ -118,7 +118,7 @@ .listBox .titleBox { font-size: 28rpx; - font-weight: bold; + font-weight: 600; border-bottom: 2rpx solid #EDEDED; line-height: 80rpx; word-break: break-all; diff --git a/packagePersonal/pages/userSetting/index.wxss b/packagePersonal/pages/userSetting/index.wxss index 897f9ac..40e4259 100644 --- a/packagePersonal/pages/userSetting/index.wxss +++ b/packagePersonal/pages/userSetting/index.wxss @@ -11,10 +11,14 @@ justify-content: space-between !important; } +.itemList:nth-child(1) { + padding: 16rpx 30rpx !important; +} + .itemList .label { font-weight: bold; width: 180rpx; - font-size: 32rpx; + font-size: 29rpx; color: #333333; } @@ -41,7 +45,7 @@ .content { flex: 1; color: #5C5C5C; - font-size: 32rpx; + font-size: 29rpx; } .block { -- Gitblit v1.9.1