新版式

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

@@ -94,9 +94,9 @@
<img class="icon" src="@/assets/images/back.png" alt="" /> 返回
</div>
</div>
<div class="amplify" @click="handleAmplify">
<!-- <div class="amplify" @click="handleAmplify">
<img class="icon-qp" src="@/assets/images/qping.png" alt="" />
</div>
</div> -->
</template>
<script>
@@ -428,8 +428,8 @@
left: vw(326);
.weather {
position: absolute;
right: 0;
top: vh(10);
right: vw(-300);
top: vh(30);
font-weight: 400;
font-size: vw(18);
color: #ffffff;
@@ -439,20 +439,20 @@
}
.date {
position: absolute;
left: 0;
top: vh(10);
left: vw(-300);
top: vh(30);
font-weight: 400;
font-size: vw(18);
font-size: font-vw(18);
color: #ffffff;
}
.back {
position: absolute;
right: 0;
top: vh(50);
width: vw(130);
height: vh(36);
right: vw(240);
top: vh(30);
width: vw(150);
height: vh(56);
font-weight: 600;
font-size: vw(20);
font-size: vw(22);
color: #ffffff;
cursor: pointer;
display: flex;
@@ -463,18 +463,18 @@
background: linear-gradient(270deg, rgba(8, 41, 86, 0.16) 0%, #0b61b4 100%);
.icon {
margin-right: vw(10);
width: vw(24);
width: vw(34);
height: auto;
}
}
.back2 {
position: absolute;
left: 0;
top: vh(50);
width: vw(130);
height: vh(36);
left: vw(-50);
top: vh(30);
width: vw(150);
height: vh(56);
font-weight: 600;
font-size: vw(20);
font-size: vw(22);
color: #ffffff;
cursor: pointer;
display: flex;
@@ -485,7 +485,7 @@
background: linear-gradient(270deg, rgba(8, 41, 86, 0.16) 0%, #0b61b4 100%);
.icon {
margin-right: vw(10);
width: vw(24);
width: vw(34);
height: auto;
}
}