本次修改ui完成

This commit is contained in:
lym
2026-03-18 20:11:05 +08:00
parent c076cf32b0
commit 31fda700cf
19 changed files with 128 additions and 46 deletions

View File

@@ -1,5 +1,5 @@
<view class="container">
<view class="mydata_box0">
<!-- <view class="mydata_box0">
<view class="umoney1">
@@ -15,7 +15,7 @@
<text>{{zcount}}</text>
<text>月总业绩</text>
</view>
</view>
</view> -->
<view class="mydata_box0">
<view class="umoney1">

View File

@@ -1,5 +1,5 @@
page{
background: #ccc;
background: linear-gradient(to bottom, #E8F4FC, #F5FAFF);
}
.container {
position: relative;
@@ -30,7 +30,7 @@ page{
border-left:1px solid #f5f5f5;
}
.mydata_box0 view.umoney1.alink{
color:#00B050;
color:#6BA3F0;
}
.mydata_box0 view image{
width: 4em;
@@ -56,10 +56,10 @@ page{
.searchbox2{ display: flex; flex-direction: row; margin:0 1em; margin-top:1em;height:3.5em; border-bottom:1px solid #f1f1f1; font-size:0.85em;}
.searchbox2{ display: flex; flex-direction: row; margin:0 1em; margin-top:1em;height:4em; font-size:0.85em;}
.searchbox2 .inpubox{flex-grow: 1; height:3em; }
.searchbox2 .inpubox #keyword{ margin:0; padding-left: 0.2em; width: 100%; font-size:1em; height:3em; border:1px solid #f01a4d; outline: none; text-indent: 0.3em;box-sizing:border-box;}
.searchbox2 .icobox{width:3em;height:3em; font-size:1em; background: linear-gradient(to bottom, #f01a4d, #f01a4d); color:#fff;box-sizing:border-box;}
.searchbox2 .inpubox #keyword{ margin:0; padding-left: 0.2em; width: 100%; font-size:1em; height:3em; border:1px solid #6BA3F0; outline: none; text-indent: 0.3em;box-sizing:border-box;}
.searchbox2 .icobox{width:3em;height:3em; font-size:1em; background: linear-gradient(to right, #6BA3F0, #8BBDF5); color:#fff;box-sizing:border-box;}
.searchbox2 .icobox image{width: 1.6em; height:1.6em; margin-top: .75em; margin-left: 0.6em;}
.searchbox2 .icobox0{width:auto; padding:0 0.5em; height:3em; font-size:1em; background: linear-gradient(to bottom, #ff401a, #ff401a); color:#fff;box-sizing:border-box;}
.searchbox2 .icobox0{width:auto; padding:0 0.5em; height:3em; font-size:1em; background: linear-gradient(to right, #6BA3F0, #8BBDF5); color:#fff;box-sizing:border-box;}
.searchbox2 .icobox0 image{float:left; margin-left: 0em; width: 1.6em; height:1.6em; margin-top: .75em;}
.searchbox2 .icobox0 text{float:left;display: block; width:auto;height:3em; line-height:3em; color:#fff;}