|
|
@@ -19,7 +19,7 @@
|
|
|
}
|
|
|
|
|
|
.Sinicize1 {
|
|
|
- width: 840px;
|
|
|
+ width: 737px;
|
|
|
height: 100%;
|
|
|
position: relative;
|
|
|
background: url('../../../assets/img/A6_sinicize_bg.png') no-repeat center center;
|
|
|
@@ -34,7 +34,7 @@
|
|
|
left: 4%;
|
|
|
cursor: pointer;
|
|
|
|
|
|
- &>img {
|
|
|
+ & > img {
|
|
|
height: 100%;
|
|
|
object-fit: contain;
|
|
|
}
|
|
|
@@ -44,11 +44,11 @@
|
|
|
position: absolute;
|
|
|
top: 13%;
|
|
|
left: 50%;
|
|
|
- transform: translateX(-140%);
|
|
|
+ transform: translateX(-122%);
|
|
|
height: 100px;
|
|
|
width: 275px;
|
|
|
|
|
|
- &>img {
|
|
|
+ & > img {
|
|
|
height: 100%;
|
|
|
object-fit: contain;
|
|
|
}
|
|
|
@@ -58,7 +58,7 @@
|
|
|
position: absolute;
|
|
|
top: 36%;
|
|
|
left: 50%;
|
|
|
- transform: translateX(-133%);
|
|
|
+ transform: translateX(-117%);
|
|
|
height: 60px;
|
|
|
width: 287px;
|
|
|
display: flex;
|
|
|
@@ -71,7 +71,7 @@
|
|
|
width: 100%;
|
|
|
height: 25px;
|
|
|
|
|
|
- &>img {
|
|
|
+ & > img {
|
|
|
height: 100%;
|
|
|
object-fit: contain;
|
|
|
}
|
|
|
@@ -91,8 +91,8 @@
|
|
|
left: 50%;
|
|
|
transform: translate(-50%, -50%);
|
|
|
opacity: 0.6;
|
|
|
-
|
|
|
- &>img {
|
|
|
+ transition: all 0.3s ease-in-out;
|
|
|
+ & > img {
|
|
|
height: 100%;
|
|
|
object-fit: contain;
|
|
|
}
|
|
|
@@ -105,7 +105,7 @@
|
|
|
.zhufo {
|
|
|
height: 335px;
|
|
|
width: 280px;
|
|
|
- transform: translate(-31%, -50%);
|
|
|
+ transform: translate(-12%, -50%);
|
|
|
|
|
|
.name {
|
|
|
font-size: 10px;
|
|
|
@@ -116,9 +116,18 @@
|
|
|
}
|
|
|
|
|
|
.pusha {
|
|
|
- height: 305px;
|
|
|
- width: 100px;
|
|
|
- transform: translate(195%, -50%);
|
|
|
+ height: 325px;
|
|
|
+ width: 120px;
|
|
|
+ transform: translate(45%, -50%);
|
|
|
+ & > img {
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
+ .name {
|
|
|
+ font-size: 10px;
|
|
|
+ font-weight: 500;
|
|
|
+ color: rgba(170, 105, 77, 1);
|
|
|
+ text-align: center;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.sinicizeBtn1,
|
|
|
@@ -136,7 +145,7 @@
|
|
|
font-size: 13px;
|
|
|
font-weight: 500;
|
|
|
color: rgba(255, 233, 182, 1);
|
|
|
-
|
|
|
+ transition: all 0.3s ease-in-out;
|
|
|
&.active {
|
|
|
color: rgba(93, 30, 32, 1);
|
|
|
background: url('../../../assets/img/btn_tabAc.png') no-repeat center center;
|
|
|
@@ -176,34 +185,53 @@
|
|
|
position: relative;
|
|
|
height: 0;
|
|
|
border-bottom: 1px dashed rgba(124, 75, 54, 1);
|
|
|
+ .dot {
|
|
|
+ position: absolute;
|
|
|
+ width: 4px;
|
|
|
+ height: 4px;
|
|
|
+ background-color: rgba(124, 75, 54, 1);
|
|
|
+ border-radius: 50%;
|
|
|
+ }
|
|
|
}
|
|
|
-
|
|
|
.arrowL {
|
|
|
- &::after {
|
|
|
- content: '';
|
|
|
- position: absolute;
|
|
|
- left: -6px;
|
|
|
- top: 50%;
|
|
|
- transform: translateY(-1px);
|
|
|
- // 箭头三角形(向左)
|
|
|
- border-right: 4px solid rgb(124, 75, 54);
|
|
|
- border-top: 3px solid transparent;
|
|
|
- border-bottom: 3px solid transparent;
|
|
|
+ .dot {
|
|
|
+ left: -5px;
|
|
|
+ top: -1px;
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
.arrowR {
|
|
|
- &::after {
|
|
|
- content: '';
|
|
|
- position: absolute;
|
|
|
+ .dot {
|
|
|
right: -5px;
|
|
|
- top: 50%;
|
|
|
- transform: translateY(-1px);
|
|
|
- border-left: 4px solid rgb(124, 75, 54);
|
|
|
- border-top: 3px solid transparent;
|
|
|
- border-bottom: 3px solid transparent;
|
|
|
+ top: -1px;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+ // .arrowL {
|
|
|
+ // &::after {
|
|
|
+ // content: '';
|
|
|
+ // position: absolute;
|
|
|
+ // left: -6px;
|
|
|
+ // top: 50%;
|
|
|
+ // transform: translateY(-1px);
|
|
|
+ // // 箭头三角形(向左)
|
|
|
+ // border-right: 4px solid rgb(124, 75, 54);
|
|
|
+ // border-top: 3px solid transparent;
|
|
|
+ // border-bottom: 3px solid transparent;
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+
|
|
|
+ // .arrowR {
|
|
|
+ // &::after {
|
|
|
+ // content: '';
|
|
|
+ // position: absolute;
|
|
|
+ // right: -5px;
|
|
|
+ // top: 50%;
|
|
|
+ // transform: translateY(-1px);
|
|
|
+ // border-left: 4px solid rgb(124, 75, 54);
|
|
|
+ // border-top: 3px solid transparent;
|
|
|
+ // border-bottom: 3px solid transparent;
|
|
|
+ // }
|
|
|
+ // }
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -316,7 +344,7 @@
|
|
|
width: 100%;
|
|
|
height: 65%;
|
|
|
|
|
|
- &>img {
|
|
|
+ & > img {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
object-fit: contain;
|
|
|
@@ -344,7 +372,7 @@
|
|
|
width: 14px;
|
|
|
height: 14px;
|
|
|
|
|
|
- &>img {
|
|
|
+ & > img {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
object-fit: contain;
|
|
|
@@ -402,7 +430,7 @@
|
|
|
font-weight: 500;
|
|
|
color: #fff;
|
|
|
|
|
|
- &>img {
|
|
|
+ & > img {
|
|
|
width: 60px;
|
|
|
height: 50px;
|
|
|
object-fit: contain;
|
|
|
@@ -470,8 +498,6 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-
|
|
|
// ----------移动端
|
|
|
.Sinicize1 {
|
|
|
:global {
|
|
|
@@ -484,5 +510,4 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
-}
|
|
|
+}
|