ui修改
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/**index.wxss**/
|
||||
page{
|
||||
background: #ccc;
|
||||
background: linear-gradient(to bottom, #E8F4FC, #F5FAFF);
|
||||
}
|
||||
.container {
|
||||
position: relative;
|
||||
@@ -10,12 +10,12 @@ page{
|
||||
color: #000;
|
||||
}
|
||||
.userinfo {
|
||||
|
||||
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
padding: 50rpx 0;
|
||||
align-items: center;
|
||||
background: linear-gradient(to bottom,#fe3882,#ff3047);
|
||||
background: linear-gradient(to bottom, #96C6F5, #B8DAF8);
|
||||
}
|
||||
.userinfo-avatar {
|
||||
|
||||
@@ -82,7 +82,7 @@ page{
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
height:3em;
|
||||
background-color: #f52c32;
|
||||
background: linear-gradient(to right, #6BA3F0, #8BBDF5);
|
||||
}
|
||||
.mydata_box view{
|
||||
margin-top:0.5em;
|
||||
@@ -118,7 +118,7 @@ page{
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: #d4237a;
|
||||
color: #6BA3F0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.mydata_box0 view.umoney1{
|
||||
@@ -178,7 +178,7 @@ page{
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
.logoutbutton{width: 100%; margin-top: 0em; padding:0.8em; box-sizing: border-box;}
|
||||
.logoutbutton button{width:100%;height:2.5em; line-height: 2.5em; background:linear-gradient(to right,#00B050,#00B050); 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);}
|
||||
.Hidden_box_to{position: relative; padding: 8px; width:90%;height:auto; background-color: #fff; box-sizing: border-box; border-radius:0.5em;}
|
||||
|
||||
Reference in New Issue
Block a user