新颜色第一版
This commit is contained in:
@@ -73,7 +73,7 @@ Page({
|
||||
WxParse = require('../../wxParse/wxParse.js');
|
||||
that = this
|
||||
wx.setBackgroundColor({
|
||||
backgroundColor: "#00B050",
|
||||
backgroundColor: "#96C6F5",
|
||||
})
|
||||
that.rdata(0)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/**index.wxss**/
|
||||
page{
|
||||
background: #FFFFFF;
|
||||
background: linear-gradient(to bottom, #E8F4FC, #F5FAFF);
|
||||
}
|
||||
.container {
|
||||
position: relative;
|
||||
@@ -18,7 +18,7 @@ page{
|
||||
flex-direction: row;
|
||||
padding: 70rpx 0;
|
||||
align-items: center;
|
||||
background: linear-gradient(to bottom,#3377FF,#2A66CC);
|
||||
background: linear-gradient(to bottom, #96C6F5, #B8DAF8);
|
||||
}
|
||||
.userinfo.agent{
|
||||
background: linear-gradient(to bottom,#eb15d4,#850a78);
|
||||
@@ -562,7 +562,7 @@ page{
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
.logoutbutton{width: 100%; margin-bottom: 6em; padding:0.8em; box-sizing: border-box;}
|
||||
.logoutbutton button{width:100%;height:2.5em; line-height: 2.5em; background:linear-gradient(to right,#3377FF,#3377FF); color:#fff; border-radius:0.5em;}
|
||||
.logoutbutton button{width:100%;height:2.5em; line-height: 2.5em; background:linear-gradient(to right, #6BA3F0, #8BBDF5); color:#fff; border-radius:0.5em;}
|
||||
.Hidden_box{ position: fixed;display: flex;align-items: center; justify-content: center; top:0; left:0; width:100%;height:100vh; background:rgba(0, 0, 0, 0.5);z-index: 100;}
|
||||
.Hidden_box_to{position: relative; padding: 8px; width:90%;height:auto; background-color: #fff; box-sizing: border-box; border-radius:0.5em;}
|
||||
.Hidden_box_to.addcart_box{ position: absolute; bottom:0; width:100%;border-radius:0.5em 0.5em 0 0;}
|
||||
@@ -571,7 +571,7 @@ page{
|
||||
.Hidden_box_to .title{width:100%;height:2.5em;}
|
||||
.Hidden_box_to .body{line-height:1em;}
|
||||
.Hidden_box_to .body button::after{border:0;}
|
||||
.Hidden_box_to .body button{margin-top:0.5em;background:linear-gradient(to right,#3377FF,#3377FF);color:#fff; border-radius:0.5em;}
|
||||
.Hidden_box_to .body button{margin-top:0.5em;background:linear-gradient(to right, #6BA3F0, #8BBDF5);color:#fff; border-radius:0.5em;}
|
||||
.Hidden_box_to.gotoagent .body{padding:1em 0; line-height: 1.2em;}
|
||||
.Hidden_box_to.gotoagent .body button{float: left;margin-top:1.5em; width:49%;height:2em; line-height:2em;}
|
||||
.Hidden_box_to.gotoagent .body button.closebtn{margin-right: 2%; background:#eee; color:#aaa;}
|
||||
Reference in New Issue
Block a user