💄 细节优化

This commit is contained in:
yeyang
2024-04-22 01:30:24 +08:00
parent a45de12eb1
commit 8fcb10c1fc
2 changed files with 16 additions and 22 deletions

View File

@@ -28,32 +28,29 @@ body {
}
.cfg-group {
color: #ec7d9b;
color: #f9b3c6;
font-size: 22px;
font-weight: bold;
padding: 10px 20px;
text-shadow: 1px 1px 1px rgba(4, 4, 4, 0.6431372549);
text-shadow: 1px 1px 1px #000;
}
.cfg-li {
border-radius: 18px;
min-height: 36px;
position: relative;
overflow: hidden;
list-style: none;
margin-bottom: 10px;
background: rgba(203, 196, 190, 0);
}
.cfg-line {
color: #31223a;
color: #000000;
line-height: 36px;
padding-left: 20px;
font-weight: bold;
border-radius: 16px;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
/* background: url("imgs/cfg-right.jpg") right top #cbc4be no-repeat; */
background-image: linear-gradient(90deg, #FFF1EF 65%, #f7c8cc);
background-size: auto 36px;
border-radius: 5px 20px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
background-image: linear-gradient(90deg, #fceae7 40%, #fbf3f1 65%, #ffd5e0);
}
.cfg-hint {
@@ -72,7 +69,7 @@ body {
text-align: center;
line-height: 36px;
font-size: 20px;
color: #07333F;
color: #486081;
font-weight: bold;
border-radius: 0 16px 16px 0;
}

View File

@@ -27,32 +27,29 @@ body {
}
.cfg-group {
color: #ec7d9b;
color: #f9b3c6;
font-size: 22px;
font-weight: bold;
padding: 10px 20px;
text-shadow: 1px 1px 1px #040404a4;
text-shadow: 1px 1px 1px #000;
}
.cfg-li {
border-radius: 18px;
min-height: 36px;
position: relative;
overflow: hidden;
list-style: none;
margin-bottom: 10px;
background: rgba(203, 196, 190, 0);
}
.cfg-line {
color: #31223a;
color: #000000;
line-height: 36px;
padding-left: 20px;
font-weight: bold;
border-radius: 16px;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
/* background: url("imgs/cfg-right.jpg") right top #cbc4be no-repeat; */
background-image: linear-gradient(90deg, #FFF1EF 65%, #f7c8cc);
background-size: auto 36px;
border-radius: 5px 20px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
background-image: linear-gradient(90deg, #fceae7 40%, #fbf3f1 65%, #ffd5e0);
}
.cfg-hint {
@@ -71,7 +68,7 @@ body {
text-align: center;
line-height: 36px;
font-size: 20px;
color: #07333F;
color: #486081;
font-weight: bold;
border-radius: 0 16px 16px 0;