|
@@ -8,6 +8,7 @@
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
background: url('../../../assets/img/A6_gen_bg.png') no-repeat center center;
|
|
background: url('../../../assets/img/A6_gen_bg.png') no-repeat center center;
|
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
|
|
|
+
|
|
|
:global {
|
|
:global {
|
|
|
.back {
|
|
.back {
|
|
|
width: 80px;
|
|
width: 80px;
|
|
@@ -17,11 +18,13 @@
|
|
|
top: 3%;
|
|
top: 3%;
|
|
|
left: 4%;
|
|
left: 4%;
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
- & > img {
|
|
|
|
|
|
|
+
|
|
|
|
|
+ &>img {
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
object-fit: fill !important;
|
|
object-fit: fill !important;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.icon1 {
|
|
.icon1 {
|
|
|
width: 30px;
|
|
width: 30px;
|
|
|
height: 30px;
|
|
height: 30px;
|
|
@@ -29,11 +32,13 @@
|
|
|
top: 4%;
|
|
top: 4%;
|
|
|
left: 16%;
|
|
left: 16%;
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
- & > img {
|
|
|
|
|
|
|
+
|
|
|
|
|
+ &>img {
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
object-fit: contain;
|
|
object-fit: contain;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.miniGraph {
|
|
.miniGraph {
|
|
|
position: relative;
|
|
position: relative;
|
|
|
width: 200px;
|
|
width: 200px;
|
|
@@ -46,15 +51,18 @@
|
|
|
opacity: 0;
|
|
opacity: 0;
|
|
|
pointer-events: none;
|
|
pointer-events: none;
|
|
|
transition: all 0.3s ease-in-out 0.3s;
|
|
transition: all 0.3s ease-in-out 0.3s;
|
|
|
|
|
+
|
|
|
.sider {
|
|
.sider {
|
|
|
transition: all 0.3s ease-in-out;
|
|
transition: all 0.3s ease-in-out;
|
|
|
transform: translateX(-100%);
|
|
transform: translateX(-100%);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.showD {
|
|
.showD {
|
|
|
opacity: 1;
|
|
opacity: 1;
|
|
|
pointer-events: auto;
|
|
pointer-events: auto;
|
|
|
transition: all 0.3s ease-in-out;
|
|
transition: all 0.3s ease-in-out;
|
|
|
|
|
+
|
|
|
.sider {
|
|
.sider {
|
|
|
transform: translateX(0);
|
|
transform: translateX(0);
|
|
|
transition: all 0.3s ease-in-out 0.3s;
|
|
transition: all 0.3s ease-in-out 0.3s;
|
|
@@ -75,12 +83,15 @@
|
|
|
color: rgba(255, 255, 255, 1);
|
|
color: rgba(255, 255, 255, 1);
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
transition: all 0.3s ease-in-out;
|
|
transition: all 0.3s ease-in-out;
|
|
|
- & > img {
|
|
|
|
|
|
|
+
|
|
|
|
|
+ &>img {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
object-fit: contain;
|
|
object-fit: contain;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
&:global(.state1) {
|
|
&:global(.state1) {
|
|
|
opacity: 1;
|
|
opacity: 1;
|
|
|
|
|
+
|
|
|
:global {
|
|
:global {
|
|
|
img {
|
|
img {
|
|
|
animation: gestureState1 2s linear;
|
|
animation: gestureState1 2s linear;
|
|
@@ -104,12 +115,14 @@
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
gap: 10px;
|
|
gap: 10px;
|
|
|
backdrop-filter: blur(3px);
|
|
backdrop-filter: blur(3px);
|
|
|
|
|
+
|
|
|
:global {
|
|
:global {
|
|
|
.title {
|
|
.title {
|
|
|
width: 60%;
|
|
width: 60%;
|
|
|
height: 50px;
|
|
height: 50px;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
position: relative;
|
|
position: relative;
|
|
|
|
|
+
|
|
|
.big {
|
|
.big {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
height: 25px;
|
|
height: 25px;
|
|
@@ -117,12 +130,14 @@
|
|
|
color: rgba(255, 233, 182, 1);
|
|
color: rgba(255, 233, 182, 1);
|
|
|
margin-bottom: 8px;
|
|
margin-bottom: 8px;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.small {
|
|
.small {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
height: 25px;
|
|
height: 25px;
|
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
|
color: rgba(255, 255, 255, 1);
|
|
color: rgba(255, 255, 255, 1);
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.sun {
|
|
.sun {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
top: -3%;
|
|
top: -3%;
|
|
@@ -135,14 +150,17 @@
|
|
|
filter: blur(3px);
|
|
filter: blur(3px);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.line {
|
|
.line {
|
|
|
width: 38%;
|
|
width: 38%;
|
|
|
height: 20px;
|
|
height: 20px;
|
|
|
- & > img {
|
|
|
|
|
|
|
+
|
|
|
|
|
+ &>img {
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
object-fit: contain;
|
|
object-fit: contain;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.intro_content {
|
|
.intro_content {
|
|
|
width: 80%;
|
|
width: 80%;
|
|
|
height: 200px;
|
|
height: 200px;
|
|
@@ -151,11 +169,13 @@
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
line-height: 26px;
|
|
line-height: 26px;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.close {
|
|
.close {
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
width: 80px;
|
|
width: 80px;
|
|
|
height: 40px;
|
|
height: 40px;
|
|
|
- & > img {
|
|
|
|
|
|
|
+
|
|
|
|
|
+ &>img {
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
object-fit: contain;
|
|
object-fit: contain;
|
|
|
}
|
|
}
|
|
@@ -171,6 +191,7 @@
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
backdrop-filter: blur(1px);
|
|
backdrop-filter: blur(1px);
|
|
|
|
|
+
|
|
|
:global {
|
|
:global {
|
|
|
.sider {
|
|
.sider {
|
|
|
position: relative;
|
|
position: relative;
|
|
@@ -180,6 +201,7 @@
|
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
|
|
+
|
|
|
.name {
|
|
.name {
|
|
|
writing-mode: vertical-rl;
|
|
writing-mode: vertical-rl;
|
|
|
text-orientation: upright; // 保持文字直立
|
|
text-orientation: upright; // 保持文字直立
|
|
@@ -191,12 +213,14 @@
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
font-size: 20px;
|
|
font-size: 20px;
|
|
|
color: rgba(255, 233, 182, 1);
|
|
color: rgba(255, 233, 182, 1);
|
|
|
|
|
+
|
|
|
.customN {
|
|
.customN {
|
|
|
letter-spacing: 5px;
|
|
letter-spacing: 5px;
|
|
|
padding-top: 20px;
|
|
padding-top: 20px;
|
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.info {
|
|
.info {
|
|
|
width: 80%;
|
|
width: 80%;
|
|
|
height: 80%;
|
|
height: 80%;
|
|
@@ -205,20 +229,17 @@
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
gap: 10px;
|
|
gap: 10px;
|
|
|
|
|
+ overflow: auto;
|
|
|
|
|
+ margin-bottom: 26px;
|
|
|
|
|
+
|
|
|
|
|
+ &::-webkit-scrollbar {
|
|
|
|
|
+ width: 0;
|
|
|
|
|
+ height: 0;
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
.infoitem {
|
|
.infoitem {
|
|
|
- &:nth-child(2) {
|
|
|
|
|
- max-height: 38%;
|
|
|
|
|
- }
|
|
|
|
|
- &:nth-child(3) {
|
|
|
|
|
- max-height: 70%;
|
|
|
|
|
- }
|
|
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
- height: fit-content;
|
|
|
|
|
- max-height: 20%;
|
|
|
|
|
- display: flex;
|
|
|
|
|
- flex-direction: column;
|
|
|
|
|
- gap: 6px;
|
|
|
|
|
|
|
+
|
|
|
.title {
|
|
.title {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
height: 20px;
|
|
height: 20px;
|
|
@@ -226,33 +247,30 @@
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
color: rgba(124, 75, 54, 1);
|
|
color: rgba(124, 75, 54, 1);
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.txt {
|
|
.txt {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
- height: fit-content;
|
|
|
|
|
font-size: 15px;
|
|
font-size: 15px;
|
|
|
color: rgba(93, 96, 96, 1);
|
|
color: rgba(93, 96, 96, 1);
|
|
|
- overflow: auto;
|
|
|
|
|
max-height: calc(100% - 50px);
|
|
max-height: calc(100% - 50px);
|
|
|
-
|
|
|
|
|
- &::-webkit-scrollbar {
|
|
|
|
|
- width: 0;
|
|
|
|
|
- height: 0;
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ text-align: justify;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.close {
|
|
.close {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
- bottom: 4%;
|
|
|
|
|
|
|
+ bottom: 2%;
|
|
|
right: 9%;
|
|
right: 9%;
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
width: 70px;
|
|
width: 70px;
|
|
|
height: 50px;
|
|
height: 50px;
|
|
|
- & > img {
|
|
|
|
|
|
|
+
|
|
|
|
|
+ &>img {
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
object-fit: contain;
|
|
object-fit: contain;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
-}
|
|
|
|
|
|
|
+}
|