From ce85de6f5c0abbc14ce07cb836467466063ebdfb Mon Sep 17 00:00:00 2001 From: liuweiwen <“529520975@qq.com> Date: Mon, 9 Dec 2019 18:09:44 +0800 Subject: [PATCH] =?UTF-8?q?=E8=90=BD=E5=9C=B0=E9=A1=B5=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E9=9C=80=E6=B1=82-=E5=A2=9E=E5=8A=A0app=E8=B4=AD=E4=B9=B0?= =?UTF-8?q?=E6=B5=AE=E5=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Home/View/default/Home/landingPage.html | 50 +++++++++++++-- Public/Home/css/index2.css | 61 +++++++++++++++++-- 2 files changed, 102 insertions(+), 9 deletions(-) diff --git a/Application/Home/View/default/Home/landingPage.html b/Application/Home/View/default/Home/landingPage.html index 824d2a508..923835524 100644 --- a/Application/Home/View/default/Home/landingPage.html +++ b/Application/Home/View/default/Home/landingPage.html @@ -42,11 +42,31 @@
- -
- + +
style="height: 0" > +
+ + +
+ +
+ + +
+ +
+
- + + +
@@ -304,7 +324,26 @@ + + + diff --git a/Public/Home/css/index2.css b/Public/Home/css/index2.css index f434e83df..68b8e0aa1 100644 --- a/Public/Home/css/index2.css +++ b/Public/Home/css/index2.css @@ -1,3 +1,21 @@ + +.home{ + width: 100%; + font-family:PingFang SC; +} +.home-box{ + padding: 0.5rem 0.37rem 0 0.31rem; +} +.home-fiexd{ + height: 4.22rem; + width: 100%; +} +.home-fiexdBox{ + position: fixed; + width: 100%; + top: 0; + left: 0; +} .home-video{ width: 100%; height: 4.22rem; @@ -6,12 +24,45 @@ width: 100%; height: 100%; } -.home{ +.fiexd-heard{ width: 100%; - font-family:PingFang SC; + height: 1.2rem; + background: rgba(255, 255, 255, 0); } -.home-box{ - padding: 0.5rem 0.37rem 0 0.31rem; +.fiexd-heardBox{ + padding: 0 0.3rem; + display: flex; + align-items: center; + justify-content: space-between; + font-size: 0.32rem; + color: #007AFF; + line-height: 1.2rem; +} +.fiexd-heardBox>img{ + width: 0.6rem; + height: 0.6rem; + border-radius: 0.1rem; + margin-left: 1rem; +} +.fiexd-pay{ + display: flex; + align-items: center; +} +.fiexd-pay>span{ + color: #A9A9A9; + font-size: 0.2rem; + margin-right: 0.14rem; +} +.fiexd-pay>div{ + width: 1.5rem; + height: 0.6rem; + background-color: #007AFF; + border-radius: 0.3rem; + color: 0.32rem; + text-align: center; + line-height: 0.6rem; + color: #fff; + font-weight: 500; } .heard{ width: 100%; @@ -519,3 +570,5 @@ font-weight: 500; } + +