|
|
@@ -102,7 +102,10 @@
|
|
|
font-weight: 400;
|
|
|
color: rgba(69, 68, 55, 1);
|
|
|
white-space: normal;
|
|
|
- transition: width 0.6s ease-in-out, padding 0.86s ease-in-out, opacity 0.3s ease-in-out;
|
|
|
+ transition:
|
|
|
+ width 0.6s ease-in-out,
|
|
|
+ padding 0.86s ease-in-out,
|
|
|
+ opacity 0.3s ease-in-out;
|
|
|
|
|
|
&::-webkit-scrollbar {
|
|
|
width: 0;
|
|
|
@@ -295,6 +298,413 @@
|
|
|
width: 0;
|
|
|
height: 0;
|
|
|
}
|
|
|
+
|
|
|
+ padding-bottom: 10px;
|
|
|
+ &::-webkit-scrollbar {
|
|
|
+ width: 0px;
|
|
|
+ height: 0px;
|
|
|
+ }
|
|
|
+ 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%
|
|
|
+ );
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .timeLine {
|
|
|
+ position: absolute;
|
|
|
+ z-index: 4;
|
|
|
+ bottom: -10px;
|
|
|
+ left: 15%;
|
|
|
+ width: 600px;
|
|
|
+ height: 50px;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ gap: 20px;
|
|
|
+
|
|
|
+ .dot {
|
|
|
+ align-self: flex-start;
|
|
|
+ width: 60px;
|
|
|
+ height: 35px;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ flex-direction: column;
|
|
|
+ margin: 0 20px;
|
|
|
+
|
|
|
+ .txt {
|
|
|
+ width: 100%;
|
|
|
+ height: 15px;
|
|
|
+ font-size: 12px;
|
|
|
+ line-height: 16px;
|
|
|
+ text-align: center;
|
|
|
+ letter-spacing: 1px;
|
|
|
+ color: rgba(69, 68, 55, 1);
|
|
|
+ font-weight: 700;
|
|
|
+ }
|
|
|
+
|
|
|
+ .txtAc {
|
|
|
+ color: #7c4b36;
|
|
|
+ }
|
|
|
+
|
|
|
+ & > img {
|
|
|
+ height: 24px;
|
|
|
+ object-fit: contain;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .lineContainner {
|
|
|
+ position: absolute;
|
|
|
+ top: 50%;
|
|
|
+ left: 50%;
|
|
|
+ transform: translate(-50%, -50%);
|
|
|
+ width: 100%;
|
|
|
+ height: 2px;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ background-image: url('../../../../../assets/sgImg/line.png');
|
|
|
+ background-size: 100% 2px;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-position: center center;
|
|
|
+
|
|
|
+ // background-size: 5px 2px;
|
|
|
+ // background-repeat: repeat-x;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.PolicyEn {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ position: absolute;
|
|
|
+ z-index: 3;
|
|
|
+ top: 0%;
|
|
|
+ left: 0%;
|
|
|
+ background-color: #804b2a;
|
|
|
+ // background: url(../../../../../assets/img/A6_policy_detail_bg.jpg) no-repeat center center;
|
|
|
+ // background-size: 100% 100%;
|
|
|
+ overflow: hidden;
|
|
|
+
|
|
|
+ :global {
|
|
|
+ #Zback {
|
|
|
+ left: 3%;
|
|
|
+ }
|
|
|
+
|
|
|
+ .containner {
|
|
|
+ position: absolute;
|
|
|
+ top: 0;
|
|
|
+ left: 0;
|
|
|
+ width: 100%;
|
|
|
+ height: 102%;
|
|
|
+ overflow: hidden;
|
|
|
+
|
|
|
+ .containner2 {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ display: inline-block;
|
|
|
+ vertical-align: top;
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow: auto;
|
|
|
+ -webkit-overflow-scrolling: touch;
|
|
|
+ overscroll-behavior: none;
|
|
|
+
|
|
|
+ // overflow-y: hidden;
|
|
|
+ // overflow-y: hidden;
|
|
|
+ &::-webkit-scrollbar {
|
|
|
+ width: 0;
|
|
|
+ height: 0;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .tabItem {
|
|
|
+ display: inline-block;
|
|
|
+ width: auto;
|
|
|
+ vertical-align: top;
|
|
|
+ height: 100%;
|
|
|
+
|
|
|
+ .history1 {
|
|
|
+ display: inline-block;
|
|
|
+ vertical-align: top;
|
|
|
+ width: 110px;
|
|
|
+ height: 100%;
|
|
|
+ background-color: rgba(128, 75, 42, 1);
|
|
|
+ box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
|
|
|
+
|
|
|
+ .txt {
|
|
|
+ width: 100%;
|
|
|
+ line-height: 17px;
|
|
|
+ white-space: normal;
|
|
|
+ text-align: center;
|
|
|
+ height: 46%;
|
|
|
+ font-size: 13px;
|
|
|
+ writing-mode: horizontal-tb;
|
|
|
+ color: rgb(255, 233, 182);
|
|
|
+ letter-spacing: 1px;
|
|
|
+ padding-top: 80px;
|
|
|
+ margin: 0;
|
|
|
+ }
|
|
|
+
|
|
|
+ .bottom {
|
|
|
+ width: 100%;
|
|
|
+ height: 54%;
|
|
|
+
|
|
|
+ & > img {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ object-fit: fill;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .historyDetail {
|
|
|
+ width: auto;
|
|
|
+ height: 100%;
|
|
|
+ transition: all 0.6s ease-in-out;
|
|
|
+ // display: flex;
|
|
|
+ display: inline-block;
|
|
|
+ vertical-align: top;
|
|
|
+
|
|
|
+ .part1,
|
|
|
+ .part2 {
|
|
|
+ position: relative;
|
|
|
+ display: inline-block;
|
|
|
+ vertical-align: top;
|
|
|
+ padding: 55px 20px 20px;
|
|
|
+ width: 340px;
|
|
|
+ height: 100%;
|
|
|
+ overflow: auto;
|
|
|
+ font-size: 11px;
|
|
|
+ line-height: 18px;
|
|
|
+ padding-right: 22px;
|
|
|
+ // letter-spacing: 2px;
|
|
|
+ font-weight: 400;
|
|
|
+ color: rgba(69, 68, 55, 1);
|
|
|
+ white-space: normal;
|
|
|
+ transition:
|
|
|
+ width 0.6s ease-in-out,
|
|
|
+ padding 0.86s ease-in-out,
|
|
|
+ opacity 0.3s ease-in-out;
|
|
|
+
|
|
|
+ &::-webkit-scrollbar {
|
|
|
+ width: 0;
|
|
|
+ height: 0;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .part1 {
|
|
|
+ background-image: url('../../../../../assets/img/A6_policy_part_bg1.jpg');
|
|
|
+ background-size: 100% 100%;
|
|
|
+ padding-bottom: 40px;
|
|
|
+
|
|
|
+ .part1Box {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ padding-bottom: 20px;
|
|
|
+ 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%
|
|
|
+ );
|
|
|
+
|
|
|
+ &::-webkit-scrollbar {
|
|
|
+ width: 0;
|
|
|
+ height: 0;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .part1txt {
|
|
|
+ width: 100%;
|
|
|
+ text-align: justify;
|
|
|
+
|
|
|
+ // overflow: auto;
|
|
|
+
|
|
|
+ // &::-webkit-scrollbar {
|
|
|
+ // width: 0;
|
|
|
+ // height: 0;
|
|
|
+ // }
|
|
|
+ }
|
|
|
+
|
|
|
+ .from {
|
|
|
+ width: 100%;
|
|
|
+ color: rgba(124, 75, 54, 1);
|
|
|
+ font-size: 11px;
|
|
|
+ line-height: 16px;
|
|
|
+
|
|
|
+ // &::-webkit-scrollbar {
|
|
|
+ // width: 0;
|
|
|
+ // height: 0;
|
|
|
+ // }
|
|
|
+
|
|
|
+ .fromtxt {
|
|
|
+ width: 100%;
|
|
|
+ height: fit-content;
|
|
|
+ text-align: justify;
|
|
|
+ hyphens: auto;
|
|
|
+ }
|
|
|
+
|
|
|
+ .author {
|
|
|
+ text-align: right;
|
|
|
+ width: 100%;
|
|
|
+ height: fit-content;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .part2 {
|
|
|
+ display: inline-block;
|
|
|
+ vertical-align: top;
|
|
|
+ position: relative;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+ gap: 10px;
|
|
|
+ background-image: url('../../../../../assets/img/A6_policy_part_bg.jpg');
|
|
|
+ background-color: #ddd6c1;
|
|
|
+ background-size: 100% 100%;
|
|
|
+
|
|
|
+ .imgBox {
|
|
|
+ width: 100%;
|
|
|
+ height: 76%;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ justify-content: space-between;
|
|
|
+ text-align: center;
|
|
|
+
|
|
|
+ & > img {
|
|
|
+ height: 78%;
|
|
|
+ max-width: 50%;
|
|
|
+ object-fit: contain;
|
|
|
+ position: relative;
|
|
|
+ top: 0;
|
|
|
+ left: 50%;
|
|
|
+ transform: translateX(-50%);
|
|
|
+ }
|
|
|
+
|
|
|
+ .from {
|
|
|
+ text-align: center;
|
|
|
+ height: 20%;
|
|
|
+ width: 100%;
|
|
|
+ font-size: 11px;
|
|
|
+ line-height: 16px;
|
|
|
+ color: #908c7b;
|
|
|
+ padding-top: 15px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .part2Box {
|
|
|
+ position: absolute;
|
|
|
+ right: 1%;
|
|
|
+ top: 20%;
|
|
|
+ width: 90px;
|
|
|
+ height: 200px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .nameE,
|
|
|
+ .timeE {
|
|
|
+ text-align: left;
|
|
|
+ font-size: 13px;
|
|
|
+ line-height: 15px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .timeE {
|
|
|
+ margin-top: 4px;
|
|
|
+ font-size: 10px;
|
|
|
+ line-height: 12px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .changeBar {
|
|
|
+ position: absolute;
|
|
|
+ top: 50%;
|
|
|
+ left: 50%;
|
|
|
+ transform: translate(-222%, -154%);
|
|
|
+ width: 70px;
|
|
|
+ height: 60px;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ gap: 20px;
|
|
|
+
|
|
|
+ .yuan,
|
|
|
+ .ta {
|
|
|
+ opacity: 0.6;
|
|
|
+ width: 70px;
|
|
|
+ height: 40px;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ position: relative;
|
|
|
+ font-size: 13px;
|
|
|
+
|
|
|
+ & > img {
|
|
|
+ position: absolute;
|
|
|
+ top: 50%;
|
|
|
+ left: 50%;
|
|
|
+ transform: translate(-50%, -50%);
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ object-fit: contain;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .cActive {
|
|
|
+ opacity: 1;
|
|
|
+ color: #7c4b36;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .desc {
|
|
|
+ letter-spacing: 0px;
|
|
|
+ line-height: 16px;
|
|
|
+ width: 100%;
|
|
|
+ height: 20%;
|
|
|
+ white-space: normal;
|
|
|
+ overflow: auto;
|
|
|
+ text-align: justify;
|
|
|
+ font-size: 12px;
|
|
|
+ color: #454437;
|
|
|
+
|
|
|
+ &::-webkit-scrollbar {
|
|
|
+ width: 0;
|
|
|
+ height: 0;
|
|
|
+ }
|
|
|
+
|
|
|
+ padding-bottom: 10px;
|
|
|
+ &::-webkit-scrollbar {
|
|
|
+ width: 0px;
|
|
|
+ height: 0px;
|
|
|
+ }
|
|
|
+ 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%
|
|
|
+ );
|
|
|
}
|
|
|
}
|
|
|
}
|