新版式

This commit is contained in:
duanliang
2025-11-24 23:17:46 +08:00
parent 9d78158b77
commit 5c17235581
55 changed files with 973 additions and 731 deletions

View File

@@ -20,9 +20,9 @@
.title-1 {
position: relative;
.title {
margin: vh(10) auto;
width: vw(468);
height: vh(32);
margin: vh(20) auto;
width: vw(600);
height: vh(88);
display: flex;
align-items: center;
justify-content: center;
@@ -30,7 +30,7 @@
background-size: 100% 100%;
& > span {
font-weight: 800;
font-size: vw(16);
font-size: font-vw(22);
background-image: linear-gradient(to bottom, #ffffff 0%, #75c1ff 100%);
-webkit-background-clip: text;
background-clip: text;