From e7bd61639921cc0861ebff4a2c53e0e66cd00170 Mon Sep 17 00:00:00 2001 From: yurj26 <1816387074@qq.com> Date: Wed, 5 Jul 2023 16:10:25 +0800 Subject: [PATCH] chore: update css --- common/uni.css | 4 +- pages/component/checkbox/checkbox.uvue | 2 +- pages/component/list/detail/detail.uvue | 32 +++--- pages/component/list/list.uvue | 124 ++++++++++++------------ pages/component/radio/radio.uvue | 2 +- 5 files changed, 82 insertions(+), 82 deletions(-) diff --git a/common/uni.css b/common/uni.css index b58c6b2c..aff6d457 100644 --- a/common/uni.css +++ b/common/uni.css @@ -8,14 +8,14 @@ .uni-title-text { font-size: 30rpx; - font-weight: 500; + font-weight: bold; } .uni-subtitle-text { margin-top: 10rpx; font-size: 24rpx; color: #888; - font-weight: 500; + font-weight: bold; } .uni-common-mb { diff --git a/pages/component/checkbox/checkbox.uvue b/pages/component/checkbox/checkbox.uvue index 46d915c3..0e7210f8 100644 --- a/pages/component/checkbox/checkbox.uvue +++ b/pages/component/checkbox/checkbox.uvue @@ -40,7 +40,7 @@ - + { + success: (data) => { if(this.pageVisible){ - if (data.statusCode == 200) { - const result = data.data as UTSJSONObject + if (data.statusCode == 200) { + const result = data.data as UTSJSONObject this.htmlNodes = result["content"] as string; - } + } } }, fail: () => { console.log('fail'); } }); - }, + }, } } @@ -76,7 +76,7 @@ font-weight: 400; line-height: 42rpx; color: white; - z-index: 11; + /* z-index: 11; */ } .article-meta { diff --git a/pages/component/list/list.uvue b/pages/component/list/list.uvue index 820e7f44..c8ff5462 100644 --- a/pages/component/list/list.uvue +++ b/pages/component/list/list.uvue @@ -6,7 +6,7 @@ - + @@ -19,20 +19,20 @@ - - + +