修改遗漏的另一个商品详情页面
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/**index.wxss**/
|
||||
page{
|
||||
background: #ccc;
|
||||
background: linear-gradient(to bottom, #E8F4FC, #F5FAFF);
|
||||
}
|
||||
.container {
|
||||
position: relative;
|
||||
@@ -27,7 +27,7 @@ background:linear-gradient(to bottom,#dedede,#eee);
|
||||
.login-box .frombody view.loginbottom view switch{float:left; display:block;width:5em;}
|
||||
.login-box .frombody view.wjmm{float:left; display:block;width:100%; text-align: center;border-bottom:0;}
|
||||
.login-box .frombody view.wjmm view{float:left; display:block;width:50%; text-align: center;border-bottom:0;}
|
||||
.login-box .frombody view.wjmm view.zchy{color:#00B050; font-weight: 900;}
|
||||
.login-box .frombody view.wjmm view.zchy{color:#6BA3F0; font-weight: 900;}
|
||||
.login-box .frombody view input{width:14em;height:2.5em; line-height: 2.5em;}
|
||||
.login-box .frombody view.area input{width:12.8em;}
|
||||
.login-box .frombody view.area image{position: absolute; top:1.1em; right:0; width:1.2em;height:1.2em;}
|
||||
@@ -35,6 +35,6 @@ background:linear-gradient(to bottom,#dedede,#eee);
|
||||
.login-box .frombody view.code input{width:8em;}
|
||||
.login-box .frombody view.code button{width:6em; margin-top: 0.5em; padding:0; height:2em; line-height: 2em; font-size:0.85em; background:#ff4d00; color:#fff; border-radius:0.5em;}
|
||||
.login-box .frombody view.button{border: 0;}
|
||||
.login-box .frombody view.button button{width:100%;height:2.5em; line-height: 2.5em; background:linear-gradient(to right,#00B050,#00B050); color:#fff; border-radius:0.5em;}
|
||||
.login-box .frombody view.button button{width:100%;height:2.5em; line-height: 2.5em; background:linear-gradient(to right, #6BA3F0, #8BBDF5); color:#fff; border-radius:0.5em;}
|
||||
.login-box .frombody view.weixinbutton{border: 0;position: fixed; bottom:0; left:0;padding: 1em; box-sizing: border-box;}
|
||||
.login-box .frombody view.weixinbutton button{width:100%;height:2.5em; line-height: 2.5em; background:linear-gradient(to left,#1e990a,#87ae10); color:#fff; border-radius:0.5em;}
|
||||
.login-box .frombody view.weixinbutton button{width:100%;height:2.5em; line-height: 2.5em; background:linear-gradient(to right, #07C160, #10B981); color:#fff; border-radius:0.5em;}
|
||||
|
||||
Reference in New Issue
Block a user