|
@@ -72,10 +72,15 @@ import { ComVal } from "../ThreeWorldEventQingXiCheAndQv/common/ComVal.js";
|
|
.main {
|
|
.main {
|
|
|
|
|
|
position: fixed;
|
|
position: fixed;
|
|
- width: 22.42rem;
|
|
|
|
- height: 39.64rem;
|
|
|
|
|
|
+ width: 22.42rem * @proportion;
|
|
|
|
+ // height: 39.64rem * @proportion;
|
|
|
|
+ height: 30rem * @proportion;
|
|
|
|
+ // top: 12rem * @proportion;
|
|
|
|
+ // right: 3rem * @proportion;
|
|
|
|
+
|
|
top: 12rem;
|
|
top: 12rem;
|
|
right: 3rem;
|
|
right: 3rem;
|
|
|
|
+
|
|
background-image: url("./img/menu/bg.webp");
|
|
background-image: url("./img/menu/bg.webp");
|
|
background-position: center;
|
|
background-position: center;
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
@@ -88,8 +93,8 @@ import { ComVal } from "../ThreeWorldEventQingXiCheAndQv/common/ComVal.js";
|
|
width: 100%;
|
|
width: 100%;
|
|
top: 0px;
|
|
top: 0px;
|
|
left: 0px;
|
|
left: 0px;
|
|
- height: 2.5rem;
|
|
|
|
- line-height: 2.5rem;
|
|
|
|
|
|
+ height: 2.5rem * @proportion;
|
|
|
|
+ line-height: 2.5rem * @proportion;
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
color: #41FFE0;
|
|
color: #41FFE0;
|
|
@@ -100,15 +105,16 @@ import { ComVal } from "../ThreeWorldEventQingXiCheAndQv/common/ComVal.js";
|
|
|
|
|
|
width: 100%;
|
|
width: 100%;
|
|
left: 0px;
|
|
left: 0px;
|
|
- // top: 5rem;
|
|
|
|
- top: 4rem;
|
|
|
|
- bottom: 1rem;
|
|
|
|
|
|
+ // top: 5rem * @proportion;
|
|
|
|
+ // top: 4rem * @proportion;
|
|
|
|
+ top: 3rem * @proportion;
|
|
|
|
+ bottom: 1rem * @proportion;
|
|
|
|
|
|
.list {
|
|
.list {
|
|
position: relative;
|
|
position: relative;
|
|
width: 100%;
|
|
width: 100%;
|
|
- padding: 0.85rem 0rem 0.85rem 0rem;
|
|
|
|
- // padding: 0.35rem 0rem 0.85rem 0rem;
|
|
|
|
|
|
+ padding: 0.85rem * @proportion 0rem * @proportion 0.85rem * @proportion 0rem * @proportion;
|
|
|
|
+ // padding: 0.35rem * @proportion 0rem * @proportion 0.85rem * @proportion 0rem * @proportion;
|
|
|
|
|
|
.one, .two, .three {
|
|
.one, .two, .three {
|
|
display: inline-table;
|
|
display: inline-table;
|
|
@@ -116,9 +122,9 @@ import { ComVal } from "../ThreeWorldEventQingXiCheAndQv/common/ComVal.js";
|
|
|
|
|
|
.selectImg {
|
|
.selectImg {
|
|
position: relative;
|
|
position: relative;
|
|
- width: 0.92rem;
|
|
|
|
- top: 0.1rem;
|
|
|
|
- right: 0.8rem;
|
|
|
|
|
|
+ width: 0.92rem * @proportion;
|
|
|
|
+ top: 0.1rem * @proportion;
|
|
|
|
+ right: 0.8rem * @proportion;
|
|
}
|
|
}
|
|
|
|
|
|
.one {
|
|
.one {
|
|
@@ -129,16 +135,16 @@ import { ComVal } from "../ThreeWorldEventQingXiCheAndQv/common/ComVal.js";
|
|
.two {
|
|
.two {
|
|
width: 20%;
|
|
width: 20%;
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
- font-size: 1rem;
|
|
|
|
|
|
+ font-size: 1rem * @proportion;
|
|
color: #41FFE0;
|
|
color: #41FFE0;
|
|
}
|
|
}
|
|
|
|
|
|
.three {
|
|
.three {
|
|
width: 65%;
|
|
width: 65%;
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
- font-size: 1rem;
|
|
|
|
|
|
+ font-size: 1rem * @proportion;
|
|
color: #E5FCF8;
|
|
color: #E5FCF8;
|
|
- padding: 0px 3rem 0px 0px;
|
|
|
|
|
|
+ padding: 0px 3rem * @proportion 0px 0px;
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|