From 6d7b5e9bf580529b59f173a7e7d22984b6281e13 Mon Sep 17 00:00:00 2001 From: liujiangyong Date: Tue, 9 May 2023 16:51:38 +0800 Subject: [PATCH] =?UTF-8?q?=E7=82=B9=E4=BD=8D=E5=B8=83=E8=AE=BEUI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- weapp/images/function.svg | 79 ++++++++++++++++++++ weapp/package/pointsStatus/pointsStatus.wxml | 8 +- weapp/package/pointsStatus/pointsStatus.wxss | 33 +++++++- 3 files changed, 116 insertions(+), 4 deletions(-) create mode 100644 weapp/images/function.svg diff --git a/weapp/images/function.svg b/weapp/images/function.svg new file mode 100644 index 0000000..562bfe7 --- /dev/null +++ b/weapp/images/function.svg @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/weapp/package/pointsStatus/pointsStatus.wxml b/weapp/package/pointsStatus/pointsStatus.wxml index 0301075..834b6d0 100644 --- a/weapp/package/pointsStatus/pointsStatus.wxml +++ b/weapp/package/pointsStatus/pointsStatus.wxml @@ -22,5 +22,9 @@ - -简介:{{describe || '--'}} \ No newline at end of file + + + + 简介: + {{describe || '--'}} + \ No newline at end of file diff --git a/weapp/package/pointsStatus/pointsStatus.wxss b/weapp/package/pointsStatus/pointsStatus.wxss index 53a9fcd..0aab660 100644 --- a/weapp/package/pointsStatus/pointsStatus.wxss +++ b/weapp/package/pointsStatus/pointsStatus.wxss @@ -1,4 +1,8 @@ /* package/pointsStatus/pointsStatus.wxss */ +page { + background: #F7F7FA; +} + .image-box { width: 100%; position: relative; @@ -24,6 +28,31 @@ word-break: normal; } -.describe { - margin: 10px; +.describe-box { + margin: 16px 4px 10px 16px; +} + +.describe-box .icon { + float: left; + width: 24px; + height: 24px; + margin-right: 5px; +} + +.describe-box .title { + float: left; + font-size: 16px; + line-height: 24px; + font-weight: bold; + color: #333333; +} + +.describe-box .content { + clear: both; + font-weight: 400; + font-size: 14px; + color: #000000d9; + letter-spacing: 1px; + line-height: 24px; + text-indent: 2em } \ No newline at end of file