From 3c8988fb275a767332e9f1365cb3ff2a421d52f2 Mon Sep 17 00:00:00 2001 From: meo <18801474720@163.com> Date: Tue, 19 Mar 2019 16:03:22 +0800 Subject: [PATCH] =?UTF-8?q?[=E7=A0=8D=E4=BB=B7][=E4=BF=AE=E6=94=B9]:[?= =?UTF-8?q?=E7=A0=8D=E4=BB=B7ui=E9=A1=B5=E9=9D=A2=E4=BF=AE=E6=94=B9]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/bargain/bargain.wxml | 20 +++++--- pages/bargain/bargain.wxss | 85 +++++++++++++++++++++++--------- pages/main/bargain/index.wxss | 1 - pages/spellGroup/spellGroup.wxml | 6 +-- pages/spellGroup/spellGroup.wxss | 3 -- 5 files changed, 78 insertions(+), 37 deletions(-) diff --git a/pages/bargain/bargain.wxml b/pages/bargain/bargain.wxml index 7b77a51..ea014aa 100644 --- a/pages/bargain/bargain.wxml +++ b/pages/bargain/bargain.wxml @@ -1,8 +1,10 @@ - - + + {{loadingtext}} --> - + @@ -52,8 +54,10 @@ 暂无数据 - - 砍价商品 - 我的砍价 + + 砍价商品 + 我的砍价 + + \ No newline at end of file diff --git a/pages/bargain/bargain.wxss b/pages/bargain/bargain.wxss index bf7b63c..2936781 100644 --- a/pages/bargain/bargain.wxss +++ b/pages/bargain/bargain.wxss @@ -1,20 +1,10 @@ page{ + position: relative; height: auto!important; background:#f89132; background-image:url('https://s3.cn-northwest-1.amazonaws.com.cn/iformall-net/cimg/spell-bg.png'); } -.banner .bg { - display: block; - width: 100%; -} -.bannerimg { - display: block; - width: 710rpx; - height: 260rpx; - border-radius: 15rpx; - margin: -120rpx auto 0; -} .list{ padding: 0 32rpx; } @@ -30,7 +20,7 @@ page{ height: 116rpx; position: absolute; top: 0; - right: 0; + right: 30rpx; } .listitem .ri { margin-left: 26rpx; @@ -83,6 +73,7 @@ page{ background: #fff; border-radius: 20rpx; margin-bottom: 20rpx; + margin-top: 20rpx; } .botton{ position: absolute; @@ -99,7 +90,7 @@ page{ } .botton1{ position: absolute; - right: 0; + right: 36rpx; text-align: center; bottom: 6rpx; width:186rpx; @@ -115,7 +106,7 @@ page{ } .botton2{ position: absolute; - right: 0; + right: 36rpx; text-align: center; bottom: 8rpx; border-radius:24rpx; @@ -128,7 +119,7 @@ page{ } .botton3{ position: absolute; - right: 0; + right: 36rpx; text-align: center; bottom: 8rpx; line-height:48rpx; @@ -139,7 +130,7 @@ page{ height:48rpx; background:linear-gradient(90deg,rgba(255,145,2,1) 0%,rgba(255,176,22,1) 100%); } -.buttonfix{ +/* .buttonfix{ position: fixed; height: 95rpx; line-height: 95rpx; @@ -152,7 +143,7 @@ page{ border-top:1rpx solid #C6C6C6; justify-content: space-around; text-align: center; -} +} */ .buttonfix > view{ text-align: center; font-size: 32rpx; @@ -422,8 +413,58 @@ page{ height: 200rpx; } .banner{ - margin-bottom: 20rpx; - background:#F13C42; - position: relative; - z-index: 100; - } \ No newline at end of file + margin-bottom:20rpx; + background:none!important; + border-radius:16rpx; + } +.banner .bannerbg image{ + display: none!important; + height: 0!important; + overflow: hidden; +} +.top{ + position: absolute; + top: 30rpx; + width: 710rpx; + height: 260rpx; + background: #fff; + left: 20rpx; + border-radius: 16rpx; + overflow: hidden; +} +.bottom{ + width: 690rpx; + height: 85rpx; + position: fixed; + bottom: 26rpx; + left: 30rpx; + /* background:rgba(243,69,58,1); */ + border:1px solid rgba(255, 222, 67, 1); + border-radius:40px; + color: #fff; + overflow: hidden; +} +.bottom-left{ + width: 50%; + float: left; + margin-left: -1rpx; + text-align: center; + line-height: 85rpx; + font-size:30rpx; + font-family:PingFang-SC-Medium; + font-weight:500; + color:rgba(255,253,245,1); + border-right:1px solid rgba(255, 222, 67, 1); + opacity: 1; +} +.bottom-right{ + width: 50%; + float: left; + text-align: center; + line-height: 85rpx; + font-size:30rpx; + font-family:PingFang-SC-Medium; + font-weight:500; + color:rgba(255,253,245,1); + opacity: 1; +} \ No newline at end of file diff --git a/pages/main/bargain/index.wxss b/pages/main/bargain/index.wxss index 55bc137..c18f3a5 100644 --- a/pages/main/bargain/index.wxss +++ b/pages/main/bargain/index.wxss @@ -89,4 +89,3 @@ .commodity-info-price{ line-height: 36rpx; } - diff --git a/pages/spellGroup/spellGroup.wxml b/pages/spellGroup/spellGroup.wxml index 842499d..fe38c7d 100644 --- a/pages/spellGroup/spellGroup.wxml +++ b/pages/spellGroup/spellGroup.wxml @@ -1,9 +1,9 @@ - + 暂无数据 @@ -12,7 +12,7 @@ 暂无数据 - + diff --git a/pages/spellGroup/spellGroup.wxss b/pages/spellGroup/spellGroup.wxss index 42b4bf9..e08d914 100644 --- a/pages/spellGroup/spellGroup.wxss +++ b/pages/spellGroup/spellGroup.wxss @@ -63,9 +63,6 @@ image{ border-radius: 16rpx; overflow: hidden; } -.content{ - margin-top: 320rpx; -} .content .sepll-list{ width: 690rpx; height: 230rpx;