首页/资产列表/资产详情页面样式修改

This commit is contained in:
2025-12-25 17:14:51 +08:00
parent 964e4f9c33
commit d5953d219f
4 changed files with 1446 additions and 873 deletions

View File

@@ -544,23 +544,23 @@
height: 44px;
border-bottom: solid 1rpx #eee;
z-index: 12;
background-color: #ffffff;
background: linear-gradient(-90deg, #F9DED9 0%, #F8DFC0 99%);
flex-direction: row;
.first-menu {
width: 100%;
font-size: 15px;
color: #757575;
color: #000000;
flex-direction: row;
align-items: center;
justify-content: center;
transition: color .2s linear;
&.on {
color: #2979ff;
color: #f44336;
.iconfont {
color: #2979ff;
color: #f44336;
}
}
@@ -585,6 +585,7 @@
width: 100%;
position: absolute;
left: 0;
margin-top: -2px;
transform: translate3d(0, - 100%, 0);
max-height: 345px;
background-color: #ffffff;
@@ -624,7 +625,7 @@
> .iconfont {
display: none;
font-size: 18px;
color: #2979ff;
color: #f44336;
}
}
}
@@ -654,7 +655,7 @@
border-bottom: solid 1rpx #e5e5e5;
&.on {
color: #2979ff;
color: #f44336;
> .menu-name {
> .iconfont {
@@ -677,12 +678,12 @@
> .iconfont {
display: none;
font-size: 18px;
color: #2979ff;
color: #f44336;
}
}
&.on {
color: #2979ff;
color: #f44336;
> .menu-name {
> .iconfont {
@@ -716,7 +717,7 @@
&.on {
border-color: #f6c8ac;
color: #2979ff;
color: #f44336;
}
.iconfont {
@@ -757,8 +758,8 @@
flex-wrap: wrap;
.on {
border-color: #2979ff;
background-color: #2979ff;
border-color: #f44336;
background-color: #f44336;
color: #fff;
}
@@ -794,18 +795,18 @@
width: 320rpx;
height: 42px;
border-radius: 42px;
border: 2rpx solid #2979ff;
border: 2rpx solid #f44336;
align-items: center;
justify-content: center;
}
.reset {
color:#2979ff;
color:#f44336;
}
.submit {
color: #fff;
background-color: #2979ff;
background-color: #f44336;
}
}
}