diff --git a/view/yinmeng/home/css/index.css b/view/yinmeng/home/css/index.css index afaee8e..ee5151d 100644 --- a/view/yinmeng/home/css/index.css +++ b/view/yinmeng/home/css/index.css @@ -225,7 +225,7 @@ html { .homeM { width: 100%; - height: 16.24rem; + height: 14.3rem; background: url(../images/homeM.png) no-repeat; background-size: 100% 100%; position: relative; } @@ -260,16 +260,16 @@ html { justify-content: space-evenly; position: absolute; left: 0; - bottom: 0.5rem; } + bottom: 0.8rem; } .homeM .download .iphone, .homeM .download .android { width: 2.78rem; height: 0.84rem; } .homeM .swiper2 { width: 100%; - height: 8.6rem; + height: 7.76rem; position: absolute; - top: 5.8rem; + top: 4.5rem; overflow-x: hidden; } .homeM .swiper2 .swiper-wrapper { width: 100%; @@ -279,7 +279,7 @@ html { height: 100%; } .homeM .swiper2 .swiper-pagination { position: absolute; - top: 7.5rem; + top: 6.8rem; left: 0; } .homeM .swiper2 .swiper-pagination .swiper-pagination-bullet { width: 0.25rem !important; @@ -295,45 +295,6 @@ html { background-size: 100% 100% !important; opacity: 1 !important; } - .button-wrapper { - display: block; - position: absolute; - left: 1.28rem; - top: 17.52rem; - width: 7.4666666667rem; - height: 1.2266666667rem; } - .button-wrapper a { - display: inline-block; - width: 100%; - height: 100%; } - - .button2-wrapper { - display: block; - position: absolute; - left: 3.0933333333rem; - bottom: 1.7066666667rem; - width: 4rem; - height: 0.8rem; - background: rgba(255, 255, 255, 0); } - .button2-wrapper a { - display: inline-block; - width: 100%; - height: 100%; } - - .m-button { - display: block; } - - .text-wrapper { - padding-left: 0; - width: 90%; - margin-left: -45%; - padding-top: 108px; } - .text-wrapper .text .txt1 { - margin-bottom: 10px; } - .text-wrapper .text1, - .text-wrapper p { - text-align: center; } - .eori { width: 100%; background: #30312C; @@ -347,8 +308,8 @@ html { .eori .recordfoot .record { display: inline-block; padding-right: 0.0533333333rem; - height: 0.3733333333rem; - width: 0.4266666667rem; + height: 0.3rem; + width: 0.3rem; background: url(../images/icon_police.png) no-repeat; } .eori .gongsi { display: block; diff --git a/view/yinmeng/home/css/index.scss b/view/yinmeng/home/css/index.scss index 364d366..960ce3d 100644 --- a/view/yinmeng/home/css/index.scss +++ b/view/yinmeng/home/css/index.scss @@ -342,7 +342,7 @@ html { .homeM { width: 100%; - height: 16.24rem; + height: 14.3rem; background: url(../images/homeM.png) no-repeat; background-size: 100% 100%; position: relative; @@ -386,7 +386,7 @@ html { justify-content: space-evenly; position: absolute; left: 0; - bottom: 0.5rem; + bottom: 0.8rem; .iphone, .android { @@ -397,9 +397,9 @@ html { .swiper2 { width: 100%; - height: 8.6rem; + height: 7.76rem; position: absolute; - top: 5.8rem; + top: 4.5rem; overflow-x: hidden; .swiper-wrapper { @@ -419,7 +419,7 @@ html { // height: 50%; // transform: rotate(90deg); position: absolute; - top: 7.5rem; + top: 6.8rem; left: 0; .swiper-pagination-bullet { @@ -445,61 +445,6 @@ html { } - .button-wrapper { - display: block; - position: absolute; - left: px2rem(96); - top: px2rem(1314); - width: px2rem(560); - height: px2rem(92); - - a { - display: inline-block; - width: 100%; - height: 100%; - } - } - - .button2-wrapper { - display: block; - position: absolute; - left: px2rem(232); - // top: px2rem(1208); - bottom: px2rem(128); - width: px2rem(300); - height: px2rem(60); - background: rgba(255, 255, 255, 0); - - a { - display: inline-block; - width: 100%; - height: 100%; - } - } - - .m-button { - display: block; - } - - .text-wrapper { - padding-left: 0; - width: 90%; - margin-left: -45%; - padding-top: 108px; - - .text { - .txt1 { - margin-bottom: 10px; - } - - } - - .text1, - p { - text-align: center; - } - } - .eori { // height: 1.2rem; width: 100%; @@ -516,8 +461,8 @@ html { .record { display: inline-block; padding-right: px2rem(4); - height: px2rem(28, ); - width: px2rem(32, ); + height: 0.3rem; + width: 0.3rem; background: url(../images/icon_police.png) no-repeat; } } diff --git a/view/yinmeng/home/images/homeM.png b/view/yinmeng/home/images/homeM.png index b4c1df4..9e562db 100644 Binary files a/view/yinmeng/home/images/homeM.png and b/view/yinmeng/home/images/homeM.png differ diff --git a/view/yinmeng/home/images/mpic1.png b/view/yinmeng/home/images/mpic1.png index 126b849..8b58f58 100644 Binary files a/view/yinmeng/home/images/mpic1.png and b/view/yinmeng/home/images/mpic1.png differ diff --git a/view/yinmeng/home/images/mpic2.png b/view/yinmeng/home/images/mpic2.png index 1550a84..ae3750c 100644 Binary files a/view/yinmeng/home/images/mpic2.png and b/view/yinmeng/home/images/mpic2.png differ diff --git a/view/yinmeng/home/images/pic1.png b/view/yinmeng/home/images/pic1.png index f26b55c..b6bd0fe 100644 Binary files a/view/yinmeng/home/images/pic1.png and b/view/yinmeng/home/images/pic1.png differ diff --git a/view/yinmeng/modules/payment/images/logo.png b/view/yinmeng/modules/payment/images/logo.png index 6fdea6f..b5a3144 100644 Binary files a/view/yinmeng/modules/payment/images/logo.png and b/view/yinmeng/modules/payment/images/logo.png differ diff --git a/view/yinmeng/modules/payment_pc/images/logo.png b/view/yinmeng/modules/payment_pc/images/logo.png index e364f8f..b5a3144 100644 Binary files a/view/yinmeng/modules/payment_pc/images/logo.png and b/view/yinmeng/modules/payment_pc/images/logo.png differ diff --git a/view/yinmeng/modules/share_room/images/ic_launcher-web.png b/view/yinmeng/modules/share_room/images/ic_launcher-web.png index 6fdea6f..b5a3144 100644 Binary files a/view/yinmeng/modules/share_room/images/ic_launcher-web.png and b/view/yinmeng/modules/share_room/images/ic_launcher-web.png differ diff --git a/view/yinmeng/modules/share_room/images/share_bg.png b/view/yinmeng/modules/share_room/images/share_bg.png index 1b55c55..381efe2 100644 Binary files a/view/yinmeng/modules/share_room/images/share_bg.png and b/view/yinmeng/modules/share_room/images/share_bg.png differ