新版式

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

@@ -33,8 +33,8 @@
<style scoped lang="scss">
.title-2 {
width: vw(240);
height: vh(28);
min-width: vw(240);
height: vh(80);
display: flex;
align-items: center;
// background-image: url('@/assets/images/title-5.png');
@@ -42,12 +42,12 @@
.item{
// margin-right: vw(22);
padding:vw(5) vw(10);
cursor: pointer;
cursor: pointer;
// border-bottom:1px solid #ccc;
}
& span {
font-weight: bold;
font-size: vw(15);
font-size: font-vw(24);
background-image: linear-gradient(to bottom, #ffffff 0%, #75c1ff 100%);
-webkit-background-clip: text;
background-clip: text;