|
|
@@ -26,8 +26,7 @@
|
|
|
.lHidding {
|
|
|
width: 300px;
|
|
|
height: 100%;
|
|
|
- background: url('../../../../../assets/img/A6_sangzang_hidContent.png') no-repeat center
|
|
|
- center;
|
|
|
+ background: url('../../../../../assets/img/A6_sangzang_hidContent.png') no-repeat center center;
|
|
|
background-size: 100% 100%;
|
|
|
position: absolute;
|
|
|
z-index: 1;
|
|
|
@@ -47,8 +46,7 @@
|
|
|
height: 100%;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
- background: url('../../../../../assets/img/A6_sangzang_hidding_left.png') no-repeat center
|
|
|
- center;
|
|
|
+ background: url('../../../../../assets/img/A6_sangzang_hidding_left.png') no-repeat center center;
|
|
|
background-size: 100% 100%;
|
|
|
transition: all 0.6s ease-in-out;
|
|
|
|
|
|
@@ -70,10 +68,10 @@
|
|
|
.pic {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
- background: url('../../../../../assets/img/A6_sangzang_mzw0.png') no-repeat center
|
|
|
- center;
|
|
|
+ background: url('../../../../../assets/img/A6_sangzang_mzw0.png') no-repeat center center;
|
|
|
background-size: contain;
|
|
|
}
|
|
|
+
|
|
|
.zoomIn {
|
|
|
width: 30px;
|
|
|
height: 30px;
|
|
|
@@ -84,7 +82,7 @@
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
|
|
|
- & > img {
|
|
|
+ &>img {
|
|
|
height: 20px;
|
|
|
width: 20px;
|
|
|
object-fit: contain;
|
|
|
@@ -117,11 +115,12 @@
|
|
|
.title {
|
|
|
height: 16px;
|
|
|
color: rgba(124, 75, 54, 1);
|
|
|
- font-size: 24px;
|
|
|
+ font-size: 22px;
|
|
|
letter-spacing: 1px;
|
|
|
}
|
|
|
|
|
|
.time {
|
|
|
+ font-size: 14px;
|
|
|
color: rgba(175, 135, 100, 1);
|
|
|
}
|
|
|
}
|
|
|
@@ -186,6 +185,7 @@
|
|
|
transition: all 0.3s ease-in-out;
|
|
|
opacity: 0;
|
|
|
pointer-events: none;
|
|
|
+ padding-top: 15px;
|
|
|
|
|
|
.imgBox {
|
|
|
position: relative;
|
|
|
@@ -195,8 +195,7 @@
|
|
|
.pic {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
- background: url('../../../../../assets/img/A6_sangzang_mzw1.png') no-repeat center
|
|
|
- center;
|
|
|
+ background: url('../../../../../assets/img/A6_sangzang_mzw1.png') no-repeat center center;
|
|
|
background-size: contain;
|
|
|
}
|
|
|
|
|
|
@@ -210,7 +209,7 @@
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
|
|
|
- & > img {
|
|
|
+ &>img {
|
|
|
height: 20px;
|
|
|
width: 20px;
|
|
|
object-fit: contain;
|
|
|
@@ -241,11 +240,12 @@
|
|
|
.title {
|
|
|
height: 16px;
|
|
|
color: rgba(124, 75, 54, 1);
|
|
|
- font-size: 24px;
|
|
|
+ font-size: 22px;
|
|
|
letter-spacing: 1px;
|
|
|
}
|
|
|
|
|
|
.time {
|
|
|
+ font-size: 14px;
|
|
|
color: rgba(175, 135, 100, 1);
|
|
|
}
|
|
|
}
|
|
|
@@ -264,8 +264,7 @@
|
|
|
|
|
|
.openPic {
|
|
|
opacity: 0;
|
|
|
- background: url('../../../../../assets/img/A6_sangzang_hidRight.png') no-repeat center
|
|
|
- center;
|
|
|
+ background: url('../../../../../assets/img/A6_sangzang_hidRight.png') no-repeat center center;
|
|
|
background-size: 100% 100%;
|
|
|
height: 100%;
|
|
|
width: 100%;
|
|
|
@@ -353,19 +352,20 @@
|
|
|
|
|
|
.title {
|
|
|
width: 100%;
|
|
|
- font-size: 26px;
|
|
|
max-width: 100%;
|
|
|
- font-size: 26px;
|
|
|
+ font-size: 24px;
|
|
|
color: #fff;
|
|
|
+ text-shadow: 1px 1px 1px #7C4B36;
|
|
|
+ margin-bottom: 20px;
|
|
|
// border-bottom: 1px solid rgba(93, 96, 96, 0.4);
|
|
|
}
|
|
|
|
|
|
.text {
|
|
|
- width: 70%;
|
|
|
+ width: 80%;
|
|
|
height: auto;
|
|
|
max-height: 200px;
|
|
|
font-size: 16px;
|
|
|
- line-height: 28px;
|
|
|
+ line-height: 26px;
|
|
|
// letter-spacing: 1px;
|
|
|
color: #504e40;
|
|
|
text-align: justify;
|
|
|
@@ -391,11 +391,11 @@
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
- font-size: 20px;
|
|
|
+ font-size: 18px;
|
|
|
line-height: 50px;
|
|
|
cursor: pointer;
|
|
|
|
|
|
- & > img {
|
|
|
+ &>img {
|
|
|
height: 90%;
|
|
|
position: absolute;
|
|
|
z-index: -1;
|
|
|
@@ -426,8 +426,7 @@
|
|
|
right: -2%;
|
|
|
|
|
|
.openPic {
|
|
|
- background: url('../../../../../assets/img/A6_sangzang_hidLeft.png') no-repeat center
|
|
|
- center;
|
|
|
+ background: url('../../../../../assets/img/A6_sangzang_hidLeft.png') no-repeat center center;
|
|
|
background-size: 100% 100%;
|
|
|
animation: opacityChange 3s infinite ease-in-out;
|
|
|
}
|
|
|
@@ -470,8 +469,7 @@
|
|
|
.lHidding {
|
|
|
width: 330px;
|
|
|
transform: translate(-7%, -50%);
|
|
|
- background: url('../../../../../assets/img/A6_sangzang_hidContent_r.png') no-repeat center
|
|
|
- center;
|
|
|
+ background: url('../../../../../assets/img/A6_sangzang_hidContent_r.png') no-repeat center center;
|
|
|
background-size: 100% 100%;
|
|
|
|
|
|
.lHidding_left {
|
|
|
@@ -522,8 +520,7 @@
|
|
|
.lHidding_right {
|
|
|
.imgBox {
|
|
|
.pic {
|
|
|
- background: url('../../../../../assets/img/A6_sangzang_mzw2.png') no-repeat center
|
|
|
- center;
|
|
|
+ background: url('../../../../../assets/img/A6_sangzang_mzw2.png') no-repeat center center;
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
}
|
|
|
@@ -543,13 +540,14 @@
|
|
|
.content {
|
|
|
margin-top: 5%;
|
|
|
height: 90%;
|
|
|
- padding-left: 15px;
|
|
|
+ padding-left: 0px;
|
|
|
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
align-items: center;
|
|
|
|
|
|
.text {
|
|
|
+ padding-top: 40px;
|
|
|
height: 80%;
|
|
|
max-height: 80%;
|
|
|
line-height: 26px;
|
|
|
@@ -565,8 +563,7 @@
|
|
|
.lHidding_right {
|
|
|
.imgBox {
|
|
|
.pic {
|
|
|
- background: url('../../../../../assets/img/A6_sangzang_mzw3.png') no-repeat center
|
|
|
- center;
|
|
|
+ background: url('../../../../../assets/img/A6_sangzang_mzw3.png') no-repeat center center;
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
}
|
|
|
@@ -577,7 +574,7 @@
|
|
|
width: 300px;
|
|
|
|
|
|
.pic {
|
|
|
- right: 21%;
|
|
|
+ right: 35%;
|
|
|
top: 23%;
|
|
|
transform: scale(1.9);
|
|
|
position: relative;
|
|
|
@@ -589,9 +586,12 @@
|
|
|
}
|
|
|
|
|
|
.right {
|
|
|
+ position: relative;
|
|
|
+ left: -50px;
|
|
|
height: 100%;
|
|
|
|
|
|
.content {
|
|
|
+ width: 100%;
|
|
|
margin-top: 5%;
|
|
|
height: 90%;
|
|
|
padding-left: 15px;
|
|
|
@@ -601,7 +601,7 @@
|
|
|
align-items: center;
|
|
|
|
|
|
.text {
|
|
|
- width: 80%;
|
|
|
+ width: 98%;
|
|
|
height: 90%;
|
|
|
max-height: 90%;
|
|
|
line-height: 26px;
|
|
|
@@ -648,7 +648,7 @@
|
|
|
align-items: center;
|
|
|
|
|
|
.text {
|
|
|
- padding-top: 50px;
|
|
|
+ padding-top: 80px;
|
|
|
width: 70%;
|
|
|
height: 90%;
|
|
|
max-height: 90%;
|
|
|
@@ -662,15 +662,21 @@
|
|
|
.left {
|
|
|
.pic {
|
|
|
top: 134%;
|
|
|
- right: 82%;
|
|
|
+ right: 90%;
|
|
|
transform: scale(3.4);
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.right {
|
|
|
+ position: relative;
|
|
|
+ left: -30px;
|
|
|
+
|
|
|
.content {
|
|
|
+ width: 100%;
|
|
|
+
|
|
|
.text {
|
|
|
- padding-top: 0px;
|
|
|
+ width: 80%;
|
|
|
+ padding-top: 30px;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
@@ -685,7 +691,7 @@
|
|
|
left: 4%;
|
|
|
cursor: pointer;
|
|
|
|
|
|
- & > img {
|
|
|
+ &>img {
|
|
|
height: 100%;
|
|
|
object-fit: fill;
|
|
|
}
|
|
|
@@ -710,7 +716,7 @@
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
background-image: url('../../../../../assets/sgImg/Component.png');
|
|
|
- background-size: 100% 100%;
|
|
|
+ background-size: 100% auto;
|
|
|
width: 60px;
|
|
|
height: 60px;
|
|
|
font-size: 14px;
|
|
|
@@ -718,13 +724,13 @@
|
|
|
line-height: 15px;
|
|
|
letter-spacing: 1px;
|
|
|
font-weight: 500;
|
|
|
- color: #fbebbd;
|
|
|
+ color: #FFE9B6;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
|
|
|
.tab_active {
|
|
|
background-image: url('../../../../../assets/sgImg/ComponentAc.png');
|
|
|
- color: rgba(166, 118, 67, 1);
|
|
|
+ color: #5D1E20;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -791,7 +797,7 @@
|
|
|
cursor: pointer;
|
|
|
position: relative;
|
|
|
|
|
|
- & > img {
|
|
|
+ &>img {
|
|
|
width: 60px;
|
|
|
object-fit: cover;
|
|
|
}
|
|
|
@@ -829,18 +835,27 @@
|
|
|
.content {
|
|
|
width: 95%;
|
|
|
height: 68%;
|
|
|
- font-size: 16px;
|
|
|
- line-height: 24px;
|
|
|
- letter-spacing: 2px;
|
|
|
- font-weight: 400;
|
|
|
- color: rgba(69, 68, 55, 1);
|
|
|
- overflow: auto;
|
|
|
- text-align: justify;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
|
|
|
- &::-webkit-scrollbar {
|
|
|
- width: 0px;
|
|
|
- height: 0px;
|
|
|
+ &>div {
|
|
|
+ width: 100%;
|
|
|
+ max-height: 100%;
|
|
|
+ font-size: 16px;
|
|
|
+ line-height: 24px;
|
|
|
+ // letter-spacing: 2px;
|
|
|
+ font-weight: 400;
|
|
|
+ color: rgba(69, 68, 55, 1);
|
|
|
+ overflow: auto;
|
|
|
+ text-align: justify;
|
|
|
+
|
|
|
+ &::-webkit-scrollbar {
|
|
|
+ width: 0px;
|
|
|
+ height: 0px;
|
|
|
+ }
|
|
|
}
|
|
|
+
|
|
|
+
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
@@ -912,23 +927,27 @@
|
|
|
|
|
|
.mtext {
|
|
|
width: 100%;
|
|
|
+ height: 500px;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
padding-bottom: 30px;
|
|
|
- height: fit-content;
|
|
|
max-height: 80%;
|
|
|
color: rgba(255, 255, 255, 1);
|
|
|
overflow: auto;
|
|
|
- mask-image: linear-gradient(
|
|
|
- to bottom,
|
|
|
- rgba(0, 0, 0, 1) 0%,
|
|
|
- rgba(0, 0, 0, 1) 80%,
|
|
|
- /* 保留顶部70%不透明 */ rgba(0, 0, 0, 0) 100% /* 底部30%完全透明 */
|
|
|
- );
|
|
|
- -webkit-mask-image: linear-gradient(
|
|
|
- to bottom,
|
|
|
- rgba(0, 0, 0, 1) 0%,
|
|
|
- rgba(0, 0, 0, 1) 80%,
|
|
|
- rgba(0, 0, 0, 0) 100%
|
|
|
- );
|
|
|
+ font-weight: 400;
|
|
|
+ letter-spacing: 2px;
|
|
|
+ mask-image: linear-gradient(to bottom,
|
|
|
+ rgba(0, 0, 0, 1) 0%,
|
|
|
+ rgba(0, 0, 0, 1) 80%,
|
|
|
+ /* 保留顶部70%不透明 */
|
|
|
+ rgba(0, 0, 0, 0) 100%
|
|
|
+ /* 底部30%完全透明 */
|
|
|
+ );
|
|
|
+ -webkit-mask-image: linear-gradient(to bottom,
|
|
|
+ rgba(0, 0, 0, 1) 0%,
|
|
|
+ rgba(0, 0, 0, 1) 80%,
|
|
|
+ rgba(0, 0, 0, 0) 100%);
|
|
|
|
|
|
&::-webkit-scrollbar {
|
|
|
width: 0px;
|
|
|
@@ -944,7 +963,7 @@
|
|
|
top: 21px;
|
|
|
right: 32px;
|
|
|
|
|
|
- & > img {
|
|
|
+ &>img {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
object-fit: contain;
|
|
|
@@ -959,4 +978,4 @@
|
|
|
pointer-events: auto;
|
|
|
}
|
|
|
}
|
|
|
-}
|
|
|
+}
|