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; */
font-family: DIN;
font-weight: bold;
font-size: 39px;
text-shadow: 5px 11px 30px rgba(111,149,192,0.18);
text-stroke: 1px #FFFFFF;
font-size: 60px;
text-align: center;
font-style: normal;
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 {
/* padding-bottom: 10px; */

View File

@ -138,12 +138,16 @@ export default {
color: #7fe4cc; */
font-family: DIN;
font-weight: bold;
font-size: 30px;
text-shadow: 5px 11px 30px rgba(111,149,192,0.18);
text-stroke: 1px #FFFFFF;
font-size: 35px;
text-align: center;
font-style: normal;
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 {

View File

@ -162,11 +162,15 @@ export default {
font-family: DIN;
font-weight: bold;
font-size: 30px;
text-shadow: 5px 11px 30px rgba(111,149,192,0.18);
text-stroke: 1px #FFFFFF;
text-align: center;
font-style: normal;
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 {
font-size: 14px;
}

View File

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