From a705f05e21e78e49112eb6d1c221dedaa1cac6ba Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Mon, 9 May 2022 17:45:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B9=A1=E6=9D=91=E7=9B=B8=E5=86=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/saas/AppCountryAlbum/components/Daily.vue | 138 +++++++++++++++++- .../AppCountryAlbum/components/WorkReport.vue | 1 - 2 files changed, 134 insertions(+), 5 deletions(-) diff --git a/src/saas/AppCountryAlbum/components/Daily.vue b/src/saas/AppCountryAlbum/components/Daily.vue index 54390e7f..cefdf8be 100644 --- a/src/saas/AppCountryAlbum/components/Daily.vue +++ b/src/saas/AppCountryAlbum/components/Daily.vue @@ -1,12 +1,43 @@ \ No newline at end of file + * { + box-sizing: border-box; + } + + .top { + display: flex; + align-items: center; + padding: 8px 0 16px; + color: #333333; + font-size: 32px; + border-bottom: 4px solid #000; + } + + .body { + margin-top: 16px; + + h2 { + font-size: 68px; + color: #333; + font-weight: 600; + } + + .subtitle { + margin-top: 24px; + margin-bottom: 24px; + color: #000; + font-size: 34px; + } + } + + .bottom { + margin-top: 24px; + + .bottom-item__wrapper { + .bottom-item { + display: flex; + justify-content: space-between; + line-height: 64px; + margin-bottom: 16px; + padding: 0 16px; + color: #fff; + font-size: 28px; + background: #D84A36; + + i { + font-style: normal; + } + + &:last-child { + height: auto; + line-height: 1.3; + padding: 12px 16px; + margin-bottom: 0; + color: #D84A36; + font-size: 28px; + text-align: justify; + border: 3px solid #DB6352; + background: #fff; + + span { + flex: 1; + } + } + } + } + + .add { + display: flex; + align-items: center; + flex-direction: column; + justify-content: center; + height: 480px; + margin-top: 32px; + background: #F7F7F7; + border-radius: 8px; + + .add-btn { + display: flex; + align-items: center; + justify-content: center; + width: 232px; + height: 80px; + color: #FFFFFF; + font-size: 32px; + background: #408EF6; + border-radius: 40px; + + &:last-child { + margin-top: 48px; + color: #408EF6; + background: #E7F5FE; + } + } + } + } + } + diff --git a/src/saas/AppCountryAlbum/components/WorkReport.vue b/src/saas/AppCountryAlbum/components/WorkReport.vue index 0fb374af..e66c4676 100644 --- a/src/saas/AppCountryAlbum/components/WorkReport.vue +++ b/src/saas/AppCountryAlbum/components/WorkReport.vue @@ -70,7 +70,6 @@ justify-content: space-between; align-items: center; padding: 8px 0; - width: 686px; color: #333333; font-size: 32px; border-bottom: 4px solid #E3464B;