From 464746ef97fdfb4fdf50de8a6186222358b88501 Mon Sep 17 00:00:00 2001 From: czm <2192718639@qq.com> Date: Wed, 21 Dec 2022 10:56:25 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(=E7=A0=81=E5=8D=95=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E6=B7=BB=E5=8A=A0=E4=BF=AE=E6=94=B9=E6=8A=AC=E5=A4=B4?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=AE=8C=E6=88=90):?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/FromList/index.scss | 4 ++ .../components/companyItem/index.module.scss | 10 +---- src/pages/weightListAdd/index.scss | 37 +++++++++++++------ 3 files changed, 31 insertions(+), 20 deletions(-) diff --git a/src/components/FromList/index.scss b/src/components/FromList/index.scss index 5d1d331..76921ea 100644 --- a/src/components/FromList/index.scss +++ b/src/components/FromList/index.scss @@ -30,6 +30,7 @@ display: flex; justify-content: space-between; align-items: center; + flex: 1; } .form-list-input { width: 100%; @@ -54,6 +55,9 @@ flex: 1; color: white; } + .form-list-right { + flex: 1; + } .form-list-right input, .form-list-right textarea { // flex: 0 0 auto; diff --git a/src/pages/weightList/components/companyItem/index.module.scss b/src/pages/weightList/components/companyItem/index.module.scss index aed10d4..e13df9c 100644 --- a/src/pages/weightList/components/companyItem/index.module.scss +++ b/src/pages/weightList/components/companyItem/index.module.scss @@ -8,15 +8,7 @@ padding: 0 24px; align-items: center; box-sizing: border-box; - .name { - width: 78px; - height: 78px; - background: linear-gradient(337deg, #7bb7ff 0%, #4581ff 100%); - border-radius: 50%; - color: #fff; - text-align: center; - line-height: 78px; - } + .desc { display: flex; flex-direction: column; diff --git a/src/pages/weightListAdd/index.scss b/src/pages/weightListAdd/index.scss index 4fe5c03..253b449 100644 --- a/src/pages/weightListAdd/index.scss +++ b/src/pages/weightListAdd/index.scss @@ -34,21 +34,36 @@ border-radius: 50%; box-sizing: border-box; display: flex; + align-items: center; + justify-content: center; } + .weight_bottom_btn_con { + position: fixed; + bottom: 20px; + width: 100%; + } + .weight_bottom_btn { + display: flex; + width: 100%; + } .add-address-save { - width: 668px; - height: 82px; - background: #68b4ff; - border-radius: 40px; - font-size: 32px; - font-weight: 400; - color: #ffffff; - display: flex; - align-items: center; - justify-content: center; - margin: 620px auto 0; + width: 311px; + height: 80px; + border-radius: 44px; + border: 1px solid #087eff; + text-align: center; + line-height: 80px; + font-size: 28px; + + &:nth-child(1) { + color: #337fff; + } + &:nth-child(2) { + background-color: #337fffff; + color: #fff; + } } }