|
@@ -6,6 +6,7 @@
|
|
|
top: 0;
|
|
top: 0;
|
|
|
left: 0;
|
|
left: 0;
|
|
|
background-color: #ffffffcf;
|
|
background-color: #ffffffcf;
|
|
|
|
|
+
|
|
|
:global {
|
|
:global {
|
|
|
.shufa1 {
|
|
.shufa1 {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
@@ -22,6 +23,7 @@
|
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
|
gap: 20px;
|
|
gap: 20px;
|
|
|
transition: all 0.6s ease-in-out;
|
|
transition: all 0.6s ease-in-out;
|
|
|
|
|
+
|
|
|
.sLeft {
|
|
.sLeft {
|
|
|
width: 30%;
|
|
width: 30%;
|
|
|
height: 100%;
|
|
height: 100%;
|
|
@@ -29,29 +31,34 @@
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
gap: 8px;
|
|
gap: 8px;
|
|
|
|
|
+
|
|
|
.zi {
|
|
.zi {
|
|
|
width: 65%;
|
|
width: 65%;
|
|
|
height: 38%;
|
|
height: 38%;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
- & > img {
|
|
|
|
|
|
|
+
|
|
|
|
|
+ &>img {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
object-fit: contain;
|
|
object-fit: contain;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.leftTxt1 {
|
|
.leftTxt1 {
|
|
|
width: 78%;
|
|
width: 78%;
|
|
|
height: 20%;
|
|
height: 20%;
|
|
|
- color: rgba(38, 38, 38, 1);
|
|
|
|
|
|
|
+ color: #51504e;
|
|
|
font-size: 13px;
|
|
font-size: 13px;
|
|
|
line-height: 20px;
|
|
line-height: 20px;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.sRight {
|
|
.sRight {
|
|
|
width: 52%;
|
|
width: 52%;
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
|
|
+
|
|
|
.rightTitle1 {
|
|
.rightTitle1 {
|
|
|
width: 88%;
|
|
width: 88%;
|
|
|
height: fit-content;
|
|
height: fit-content;
|
|
@@ -59,6 +66,7 @@
|
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
|
line-height: 22px;
|
|
line-height: 22px;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.rightTitleLine1 {
|
|
.rightTitleLine1 {
|
|
|
transform: translateY(-8px);
|
|
transform: translateY(-8px);
|
|
|
width: 88%;
|
|
width: 88%;
|
|
@@ -66,6 +74,7 @@
|
|
|
background: url(../../../../assets/img/A2_shufa_title_bg.png) no-repeat;
|
|
background: url(../../../../assets/img/A2_shufa_title_bg.png) no-repeat;
|
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.rightIntro {
|
|
.rightIntro {
|
|
|
margin-top: 40px;
|
|
margin-top: 40px;
|
|
|
width: 88%;
|
|
width: 88%;
|
|
@@ -73,11 +82,13 @@
|
|
|
color: rgba(69, 68, 55, 1);
|
|
color: rgba(69, 68, 55, 1);
|
|
|
background: url(../../../../assets/img/A2_shufa_txt_bg.png) no-repeat;
|
|
background: url(../../../../assets/img/A2_shufa_txt_bg.png) no-repeat;
|
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
|
|
|
+
|
|
|
.rightItem {
|
|
.rightItem {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
transform: translateY(-21px);
|
|
transform: translateY(-21px);
|
|
|
height: 41px;
|
|
height: 41px;
|
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
|
|
|
+
|
|
|
.rLabel {
|
|
.rLabel {
|
|
|
display: inline-block;
|
|
display: inline-block;
|
|
|
vertical-align: top;
|
|
vertical-align: top;
|
|
@@ -88,6 +99,7 @@
|
|
|
line-height: 35px;
|
|
line-height: 35px;
|
|
|
font-weight: 700;
|
|
font-weight: 700;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.rtext {
|
|
.rtext {
|
|
|
display: inline-block;
|
|
display: inline-block;
|
|
|
vertical-align: top;
|
|
vertical-align: top;
|
|
@@ -100,18 +112,20 @@
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.rightTxt1 {
|
|
.rightTxt1 {
|
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
|
margin-top: 10px;
|
|
margin-top: 10px;
|
|
|
- color: rgba(38, 38, 38, 1);
|
|
|
|
|
|
|
+ color: #51504e;
|
|
|
width: 88%;
|
|
width: 88%;
|
|
|
height: fit-content;
|
|
height: fit-content;
|
|
|
text-align: justify;
|
|
text-align: justify;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.shufa1Btn {
|
|
.shufa1Btn {
|
|
|
background: url(../../../../assets/img/A2_shufa_btn.png) no-repeat;
|
|
background: url(../../../../assets/img/A2_shufa_btn.png) no-repeat;
|
|
|
- background-size: 100% 100%;
|
|
|
|
|
- width: 120px;
|
|
|
|
|
|
|
+ background-size: auto 100%;
|
|
|
|
|
+ width: 130px;
|
|
|
height: 45px;
|
|
height: 45px;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
@@ -145,6 +159,7 @@
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
gap: 20px;
|
|
gap: 20px;
|
|
|
|
|
+
|
|
|
.zicontent {
|
|
.zicontent {
|
|
|
width: 48%;
|
|
width: 48%;
|
|
|
height: 100%;
|
|
height: 100%;
|
|
@@ -152,26 +167,31 @@
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
align-items: flex-end;
|
|
align-items: flex-end;
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
|
|
+
|
|
|
.txtitem {
|
|
.txtitem {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
- height: 24px;
|
|
|
|
|
|
|
+ height: 30px;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
justify-content: flex-end;
|
|
justify-content: flex-end;
|
|
|
gap: 3px;
|
|
gap: 3px;
|
|
|
color: rgba(69, 68, 55, 1);
|
|
color: rgba(69, 68, 55, 1);
|
|
|
|
|
+
|
|
|
.txt {
|
|
.txt {
|
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
|
line-height: 20px;
|
|
line-height: 20px;
|
|
|
|
|
+
|
|
|
span {
|
|
span {
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.icon {
|
|
.icon {
|
|
|
width: 24px;
|
|
width: 24px;
|
|
|
height: 24px;
|
|
height: 24px;
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
- & > img {
|
|
|
|
|
|
|
+
|
|
|
|
|
+ &>img {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
object-fit: contain;
|
|
object-fit: contain;
|
|
@@ -179,10 +199,12 @@
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.txtitemAc {
|
|
.txtitemAc {
|
|
|
color: rgba(175, 135, 100, 1);
|
|
color: rgba(175, 135, 100, 1);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.zi1,
|
|
.zi1,
|
|
|
.zi2 {
|
|
.zi2 {
|
|
|
width: 167px;
|
|
width: 167px;
|
|
@@ -192,14 +214,17 @@
|
|
|
// background-position: center;
|
|
// background-position: center;
|
|
|
// background-size: 100% 100%;
|
|
// background-size: 100% 100%;
|
|
|
transition: opacity 0.3s ease-in-out;
|
|
transition: opacity 0.3s ease-in-out;
|
|
|
- & > img {
|
|
|
|
|
|
|
+
|
|
|
|
|
+ &>img {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
object-fit: contain;
|
|
object-fit: contain;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.zi1 {
|
|
.zi1 {
|
|
|
position: relative;
|
|
position: relative;
|
|
|
|
|
+
|
|
|
.lian1 {
|
|
.lian1 {
|
|
|
max-width: none;
|
|
max-width: none;
|
|
|
max-height: none;
|
|
max-height: none;
|
|
@@ -208,6 +233,7 @@
|
|
|
object-fit: fill;
|
|
object-fit: fill;
|
|
|
animation: lian_wang 5s steps(71) forwards;
|
|
animation: lian_wang 5s steps(71) forwards;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.lian2 {
|
|
.lian2 {
|
|
|
max-width: none;
|
|
max-width: none;
|
|
|
max-height: none;
|
|
max-height: none;
|
|
@@ -216,9 +242,11 @@
|
|
|
object-fit: fill;
|
|
object-fit: fill;
|
|
|
animation: lian_zou 3s steps(31) forwards;
|
|
animation: lian_zou 3s steps(31) forwards;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.normal {
|
|
.normal {
|
|
|
animation: fade_in 3s linear;
|
|
animation: fade_in 3s linear;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.itemAC {
|
|
.itemAC {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
top: 0;
|
|
top: 0;
|
|
@@ -226,6 +254,7 @@
|
|
|
animation: fadeOut 3s linear;
|
|
animation: fadeOut 3s linear;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.zi2 {
|
|
.zi2 {
|
|
|
.bei1 {
|
|
.bei1 {
|
|
|
max-width: none;
|
|
max-width: none;
|
|
@@ -235,6 +264,7 @@
|
|
|
object-fit: fill;
|
|
object-fit: fill;
|
|
|
animation: bei_shang 3s steps(35) forwards;
|
|
animation: bei_shang 3s steps(35) forwards;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.bei2 {
|
|
.bei2 {
|
|
|
max-width: none;
|
|
max-width: none;
|
|
|
max-height: none;
|
|
max-height: none;
|
|
@@ -245,6 +275,7 @@
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.beiContainner {
|
|
.beiContainner {
|
|
|
.zicontent {
|
|
.zicontent {
|
|
|
.txtitem {
|
|
.txtitem {
|
|
@@ -265,6 +296,7 @@
|
|
|
left: 50%;
|
|
left: 50%;
|
|
|
transform: translate(-312px, -135px);
|
|
transform: translate(-312px, -135px);
|
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
|
|
|
+
|
|
|
:global {
|
|
:global {
|
|
|
.dot {
|
|
.dot {
|
|
|
width: 3px;
|
|
width: 3px;
|
|
@@ -274,6 +306,7 @@
|
|
|
left: 50%;
|
|
left: 50%;
|
|
|
transform: translate(-50%, -50%);
|
|
transform: translate(-50%, -50%);
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.leftLine {
|
|
.leftLine {
|
|
|
display: inline-block;
|
|
display: inline-block;
|
|
|
vertical-align: top;
|
|
vertical-align: top;
|
|
@@ -283,10 +316,12 @@
|
|
|
font-size: 9px;
|
|
font-size: 9px;
|
|
|
border-left: 2px dashed rgba(255, 233, 182, 1);
|
|
border-left: 2px dashed rgba(255, 233, 182, 1);
|
|
|
border-bottom: 2px dashed rgba(255, 233, 182, 1);
|
|
border-bottom: 2px dashed rgba(255, 233, 182, 1);
|
|
|
|
|
+
|
|
|
.dot {
|
|
.dot {
|
|
|
transform: translate(-54px, -25px);
|
|
transform: translate(-54px, -25px);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.rightLine {
|
|
.rightLine {
|
|
|
display: inline-block;
|
|
display: inline-block;
|
|
|
vertical-align: top;
|
|
vertical-align: top;
|
|
@@ -295,6 +330,7 @@
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
color: rgba(124, 75, 54, 1);
|
|
color: rgba(124, 75, 54, 1);
|
|
|
border-bottom: 2px dashed rgba(124, 75, 54, 1);
|
|
border-bottom: 2px dashed rgba(124, 75, 54, 1);
|
|
|
|
|
+
|
|
|
.dot {
|
|
.dot {
|
|
|
transform: translate(27px, 2px);
|
|
transform: translate(27px, 2px);
|
|
|
}
|
|
}
|
|
@@ -311,6 +347,7 @@
|
|
|
left: 50%;
|
|
left: 50%;
|
|
|
transform: translate(-312px, 35px);
|
|
transform: translate(-312px, 35px);
|
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
|
|
|
+
|
|
|
:global {
|
|
:global {
|
|
|
.dot {
|
|
.dot {
|
|
|
width: 3px;
|
|
width: 3px;
|
|
@@ -320,6 +357,7 @@
|
|
|
left: 50%;
|
|
left: 50%;
|
|
|
transform: translate(-50%, -50%);
|
|
transform: translate(-50%, -50%);
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.leftLine {
|
|
.leftLine {
|
|
|
display: inline-block;
|
|
display: inline-block;
|
|
|
vertical-align: top;
|
|
vertical-align: top;
|
|
@@ -329,10 +367,12 @@
|
|
|
font-size: 9px;
|
|
font-size: 9px;
|
|
|
border-left: 2px dashed rgba(255, 233, 182, 1);
|
|
border-left: 2px dashed rgba(255, 233, 182, 1);
|
|
|
border-top: 2px dashed rgba(255, 233, 182, 1);
|
|
border-top: 2px dashed rgba(255, 233, 182, 1);
|
|
|
|
|
+
|
|
|
.dot {
|
|
.dot {
|
|
|
transform: translate(-54px, 53px);
|
|
transform: translate(-54px, 53px);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.rightLine {
|
|
.rightLine {
|
|
|
display: inline-block;
|
|
display: inline-block;
|
|
|
vertical-align: top;
|
|
vertical-align: top;
|
|
@@ -341,9 +381,10 @@
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
color: rgba(124, 75, 54, 1);
|
|
color: rgba(124, 75, 54, 1);
|
|
|
border-top: 2px dashed rgba(124, 75, 54, 1);
|
|
border-top: 2px dashed rgba(124, 75, 54, 1);
|
|
|
|
|
+
|
|
|
.dot {
|
|
.dot {
|
|
|
transform: translate(27px, -65px);
|
|
transform: translate(27px, -65px);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
-}
|
|
|
|
|
|
|
+}
|