改浅色

This commit is contained in:
lnljyang
2026-01-06 11:10:20 +08:00
parent c2e7fc1f20
commit 36c6f01eb1
20 changed files with 139 additions and 130 deletions

View File

@@ -1,5 +1,5 @@
.scale-wrap {
color: #d3d6dd;
color: #000000;
width: 1920px;
height: 1080px;
overflow: hidden;
@@ -15,7 +15,7 @@
height: 100%;
padding: 16px 16px 10px 16px;
box-sizing: border-box;
background-image: url("../assets/img/u0.svg");
background-color: #f5f7fa;
background-size: cover;
background-position: center center;
}
@@ -90,11 +90,13 @@
right: 0;
top: 30px;
font-size: 18px;
color: #000000;
display: flex;
align-items: center;
.blq-icon-shezhi02 {
cursor: pointer;
color: #000000;
}
}
}
@@ -156,7 +158,7 @@
font-weight: 900;
letter-spacing: 6px;
width: 100%;
background: linear-gradient(92deg, #0072FF 0%, #00EAFF 48.8525390625%, #01AAFF 100%);
background: linear-gradient(92deg, #1890ff 0%, #40a9ff 48.8525390625%, #096dd9 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
@@ -178,12 +180,12 @@
width: 130px;
height: 36px;
border-radius: 18px 0px 0px 18px;
color: #00FBF8;
color: #1890ff;
text-indent: 26px;
line-height: 36px;
font-size: 16px;
margin-right: 20px;
background: linear-gradient(to right, rgba(76, 245, 255, .5), rgba(76, 245, 255, 0));
background: linear-gradient(to right, rgba(24, 144, 255, .1), rgba(24, 144, 255, 0));
}
}
}
@@ -226,7 +228,7 @@
.setting_inner {
box-sizing: border-box;
background: #FFF;
background: #ffffff;
width: 340px;
height: 100%;
position: absolute;
@@ -234,11 +236,11 @@
top: 0;
z-index: 1;
color: #000000;
box-shadow: 0 8px 10px -5px rgba(0, 0, 0, .2), 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12);
box-shadow: 0 2px 8px rgba(0, 0, 0, .1), 0 4px 16px rgba(0, 0, 0, .08);
.setting_header {
font-size: 20px;
color: rgb(0, 0, 0);
color: #000000;
font-weight: 900;
text-align: center;
line-height: 40px;
@@ -256,11 +258,11 @@
// display: flex;
.setting_label {
color: #555454;
color: #000000;
}
.setting_label_tip{
font-size: 12px;
color: #838282;
color: #666666;
}
}
}