This commit is contained in:
bb_pan 2025-12-22 14:38:34 +08:00
parent d40290f9a4
commit f5764585e9
5 changed files with 24 additions and 12 deletions

Binary file not shown.

View File

@ -341,12 +341,16 @@ export default {
letter-spacing: 3px; */ letter-spacing: 3px; */
font-family: DIN; font-family: DIN;
font-weight: bold; font-weight: bold;
font-size: 39px; font-size: 60px;
text-shadow: 5px 11px 30px rgba(111,149,192,0.18);
text-stroke: 1px #FFFFFF;
text-align: center; text-align: center;
font-style: normal; font-style: normal;
text-transform: none; text-transform: none;
background: linear-gradient(180deg, #D7ECFF 29%, #6A99FF 79%);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
-webkit-text-stroke: 1px #FFFFFF;
text-shadow: 5px 11px 30px rgba(111,149,192,0.18);
} }
.yyyy { .yyyy {
/* padding-bottom: 10px; */ /* padding-bottom: 10px; */

View File

@ -138,12 +138,16 @@ export default {
color: #7fe4cc; */ color: #7fe4cc; */
font-family: DIN; font-family: DIN;
font-weight: bold; font-weight: bold;
font-size: 30px; font-size: 35px;
text-shadow: 5px 11px 30px rgba(111,149,192,0.18);
text-stroke: 1px #FFFFFF;
text-align: center; text-align: center;
font-style: normal; font-style: normal;
text-transform: none; text-transform: none;
background: linear-gradient(180deg, #D7ECFF 29%, #6A99FF 79%);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
-webkit-text-stroke: 1px #FFFFFF;
text-shadow: 5px 11px 30px rgba(111,149,192,0.18);
} }
.unit { .unit {

View File

@ -162,11 +162,15 @@ export default {
font-family: DIN; font-family: DIN;
font-weight: bold; font-weight: bold;
font-size: 30px; font-size: 30px;
text-shadow: 5px 11px 30px rgba(111,149,192,0.18);
text-stroke: 1px #FFFFFF;
text-align: center; text-align: center;
font-style: normal; font-style: normal;
text-transform: none; text-transform: none;
background: linear-gradient(180deg, #D7ECFF 29%, #6A99FF 79%);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
-webkit-text-stroke: 1px #FFFFFF;
text-shadow: 5px 11px 30px rgba(111,149,192,0.18);
.unit { .unit {
font-size: 14px; font-size: 14px;
} }

View File

@ -278,25 +278,25 @@ export default {
.tab-buttons { .tab-buttons {
display: flex; display: flex;
margin-bottom: 10px; margin-bottom: 10px;
background-image: url('../../../../assets/img/screen/tab.png');
background-size: 100% 100%;
button { button {
width: 100px; width: 100px;
height: 30px; height: 30px;
padding: 5px 10px; padding: 5px 10px;
margin-right: 5px; // margin-right: 5px;
/* background-color: #09403f; */ /* background-color: #09403f; */
background: transparent; background: transparent;
color: #fff; color: #fff;
border: none; border: none;
cursor: pointer; cursor: pointer;
/* border-radius: 20px; */ /* border-radius: 20px; */
background-image: url('../../../../assets/img/screen/tab.png');
background-size: 100% 100%;
&.active { &.active {
height: 30px; height: 30px;
/* background-color: #00b9c7; */ /* background-color: #00b9c7; */
/* border-radius: 20px; */ /* border-radius: 20px; */
background-image: url('../../../../assets/img/screen/tab-active.png'); background-image: url('../../../../assets/img/screen/tab-active.png');
background-size: 100% 100%; background-size: 100% 112%;
} }
} }
} }