替换成蓝色主题缺图标部分

This commit is contained in:
lym
2026-03-09 22:19:06 +08:00
parent df1e0dbb46
commit dfecc0bbd8
8 changed files with 67 additions and 67 deletions

View File

@@ -1,6 +1,6 @@
/**index.wxss**/
page{
background: #ccc;
background: #FFFFFF;
}
.container {
position: relative;
@@ -18,7 +18,7 @@ page{
flex-direction: row;
padding: 70rpx 0;
align-items: center;
background: linear-gradient(to bottom,#00B050,#019042);
background: linear-gradient(to bottom,#3377FF,#2A66CC);
}
.userinfo.agent{
background: linear-gradient(to bottom,#eb15d4,#850a78);
@@ -81,7 +81,7 @@ page{
height: auto;
line-height: 1.2;
margin-left: 0.4em;
background: linear-gradient(to right, #00B050, #00B050);
background: linear-gradient(to right, #3377FF, #3377FF);
color: white;
border: none;
border-radius: 0.5em;
@@ -177,7 +177,7 @@ page{
height:2em;
text-align: center;
line-height: 2em;
background:linear-gradient(to right,#00B050,#00B050);
background:linear-gradient(to right,#3377FF,#3377FF);
color:#fff;
border-radius:0.5em;
}
@@ -199,7 +199,7 @@ page{
border-radius:0.5em 0 0 0.5em;
}
.qhshow-box.agent button{
background:linear-gradient(to right,#00B050,#00B050);
background:linear-gradient(to right,#3377FF,#3377FF);
}
.balance-box{
display:flex;
@@ -239,7 +239,7 @@ page{
align-items: center;
}
.balance-box .balance-item .item-font .money{
color: #ff0000;
color: #3377FF;
}
.balance-box .balance-item .button{
display:flex;
@@ -248,7 +248,7 @@ page{
align-items: center;
justify-content: center;
line-height: 2em;
background:linear-gradient(to right,#00B050,#00B050);
background:linear-gradient(to right,#3377FF,#3377FF);
color: #fff;
border-radius:0.5em;
box-sizing: border-box;
@@ -311,7 +311,7 @@ page{
align-items: center;
justify-content: center;
line-height: 1.6em;
background:linear-gradient(to right,#00B050,#00B050);
background:linear-gradient(to right,#3377FF,#3377FF);
color: #fff;
border-radius:0.5em;
box-sizing: border-box;
@@ -342,7 +342,7 @@ page{
justify-content: center;
text-align: center;
line-height: 1.2em;
background:linear-gradient(to right,#00B050,#00B050);
background:linear-gradient(to right,#3377FF,#3377FF);
color: #fff;
border-radius:0.5em;
box-sizing: border-box;
@@ -392,7 +392,7 @@ page{
width:6em;
}
.balance-box0 .balance-item .item-font .money{
color: #00B050;
color: #3377FF;
}
.pintuan-box{
display:flex;
@@ -437,7 +437,7 @@ page{
.pintuan-box .pintuan-item .item-font{
font-size: 1.2em;
font-weight: 600;
color:#ff4d00;
color:#3377FF;
}
.pintuan-box .pintuan-item .item-title{
@@ -457,7 +457,7 @@ page{
align-items: center;
width: 100%;
height:3em;
background-color: #f52c32;
background-color: #3377FF;
}
.mydata_box view{
margin-top:0.5em;
@@ -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,#00B050,#00B050); color:#fff; border-radius:0.5em;}
.logoutbutton button{width:100%;height:2.5em; line-height: 2.5em; background:linear-gradient(to right,#3377FF,#3377FF); 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,#00B050,#00B050);color:#fff; border-radius:0.5em;}
.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.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;}