|
|
@@ -436,44 +436,302 @@
|
|
|
// -----------英文版
|
|
|
.modalTxtEn {
|
|
|
:global {
|
|
|
- // .modalTxtContainner {
|
|
|
- // .topBar {
|
|
|
- // .beie .txt {
|
|
|
- // width: auto;
|
|
|
- // font-size: 16px;
|
|
|
- // }
|
|
|
-
|
|
|
- // .tab0 {
|
|
|
- // width: 100px;
|
|
|
- // }
|
|
|
-
|
|
|
- // .tab0,
|
|
|
- // .tab1,
|
|
|
- // .tab2 {
|
|
|
- // .txt {
|
|
|
- // font-size: 12px !important;
|
|
|
- // }
|
|
|
- // }
|
|
|
-
|
|
|
- // .txtAc {
|
|
|
- // width: 300px !important;
|
|
|
- // max-width: 9999px;
|
|
|
- // position: absolute;
|
|
|
- // bottom: -5px;
|
|
|
- // left: 50%;
|
|
|
- // transform: translateX(-50%);
|
|
|
- // }
|
|
|
- // }
|
|
|
-
|
|
|
- // .content {
|
|
|
- // position: relative;
|
|
|
- // top: 20px;
|
|
|
-
|
|
|
- // .text {
|
|
|
- // text-align: start;
|
|
|
- // letter-spacing: 0;
|
|
|
- // }
|
|
|
- // }
|
|
|
- // }
|
|
|
+ .modalTxtContainner {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ display: flex;
|
|
|
+ justify-content: flex-end;
|
|
|
+ align-items: center;
|
|
|
+ padding-right: 10px;
|
|
|
+ position: relative;
|
|
|
+
|
|
|
+ .topBar {
|
|
|
+ .beie {
|
|
|
+ .txt {
|
|
|
+ width: 170px;
|
|
|
+ transform: translate(-36%, -56%);
|
|
|
+ font-size: 13px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .tab0,
|
|
|
+ .tab1,
|
|
|
+ .tab2 {
|
|
|
+ width: fit-content;
|
|
|
+ min-width: 70px;
|
|
|
+ width: 85px;
|
|
|
+ height: 105px;
|
|
|
+
|
|
|
+ .tabNub {
|
|
|
+ font-size: 15px;
|
|
|
+ transform: translate(-50%, -90%) !important;
|
|
|
+ }
|
|
|
+
|
|
|
+ .txt {
|
|
|
+ line-height: 10px;
|
|
|
+ font-size: 10px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .intro {
|
|
|
+ background-image: url(../../../../assets/img/A2_back.png);
|
|
|
+ background-position: center;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ width: 100%;
|
|
|
+ padding-left: 40px;
|
|
|
+ padding-right: 40px;
|
|
|
+ padding-top: 40px;
|
|
|
+ padding-bottom: 20px;
|
|
|
+ height: fit-content;
|
|
|
+ text-align: justify;
|
|
|
+ font-size: 15px;
|
|
|
+ line-height: 24px;
|
|
|
+ font-weight: 400;
|
|
|
+ color: rgba(69, 68, 55, 1);
|
|
|
+ // transition: opacity 0.1s ease-out;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ justify-content: center;
|
|
|
+ // height: 330px;
|
|
|
+ position: relative;
|
|
|
+
|
|
|
+ &::before {
|
|
|
+ content: '';
|
|
|
+ position: absolute;
|
|
|
+ top: 15px;
|
|
|
+ left: 15px;
|
|
|
+ width: 14px;
|
|
|
+ height: 14px;
|
|
|
+ background-image: url(../../../../assets/img/A2_backDian.png);
|
|
|
+ background-size: 100% 100%;
|
|
|
+ }
|
|
|
+
|
|
|
+ .intro_title {
|
|
|
+ height: fit-content;
|
|
|
+ line-height: 22px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .intro_txt {
|
|
|
+ max-height: 200px;
|
|
|
+ line-height: 21px;
|
|
|
+ text-align: left;
|
|
|
+ }
|
|
|
+
|
|
|
+ .intro_btn {
|
|
|
+ width: 220px;
|
|
|
+ background-image: url(../../../../assets/img/A2_ywyw_E.png);
|
|
|
+ background-position: center;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-size: 100% auto;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .translateModal {
|
|
|
+ background-image: url(../../../../assets/img/A2_back.png);
|
|
|
+ background-position: center;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ width: 100%;
|
|
|
+ height: 82%;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ position: relative;
|
|
|
+
|
|
|
+ &::before {
|
|
|
+ content: '';
|
|
|
+ position: absolute;
|
|
|
+ top: 15px;
|
|
|
+ right: 15px;
|
|
|
+ width: 14px;
|
|
|
+ height: 14px;
|
|
|
+ background-image: url(../../../../assets/img/A2_backDian.png);
|
|
|
+ background-size: 100% 100%;
|
|
|
+ }
|
|
|
+
|
|
|
+ .txtWithTrans {
|
|
|
+ font-size: 16px !important;
|
|
|
+ line-height: 32px !important;
|
|
|
+ height: 90%;
|
|
|
+ width: 100%;
|
|
|
+ text-align: justify;
|
|
|
+ // font-weight: 500;
|
|
|
+ color: black; // 原始颜色
|
|
|
+ overflow: auto;
|
|
|
+ padding: 20px 30px;
|
|
|
+
|
|
|
+ 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;
|
|
|
+ }
|
|
|
+
|
|
|
+ & > a {
|
|
|
+ color: black;
|
|
|
+ position: relative;
|
|
|
+
|
|
|
+ &::after {
|
|
|
+ content: '';
|
|
|
+ position: absolute;
|
|
|
+ left: 0;
|
|
|
+ bottom: -4px;
|
|
|
+ width: 100%;
|
|
|
+ height: 2px;
|
|
|
+ background-color: rgba(208, 131, 63, 1);
|
|
|
+ transform: scaleX(0.95);
|
|
|
+ transform-origin: right center;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .translate {
|
|
|
+ color: rgba(148, 148, 148, 1);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .detailTxt {
|
|
|
+ width: 100%;
|
|
|
+
|
|
|
+ height: 62%;
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+
|
|
|
+ .left,
|
|
|
+ .right {
|
|
|
+ width: 49%;
|
|
|
+ height: 100%;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ gap: 10px;
|
|
|
+ padding: 20px;
|
|
|
+
|
|
|
+ .title {
|
|
|
+ font-size: 16px;
|
|
|
+ line-height: 0px;
|
|
|
+ font-weight: bold;
|
|
|
+ color: rgba(94, 52, 34, 1);
|
|
|
+ }
|
|
|
+
|
|
|
+ .txt {
|
|
|
+ font-size: 16px !important;
|
|
|
+ line-height: 22px !important;
|
|
|
+ letter-spacing: 2px;
|
|
|
+
|
|
|
+ text-align: justify;
|
|
|
+ font-weight: 500;
|
|
|
+ color: rgba(94, 52, 34, 1); // 原始颜色
|
|
|
+ overflow: auto;
|
|
|
+ padding-bottom: 10px;
|
|
|
+ -webkit-overflow-scrolling: touch;
|
|
|
+ /* 启用原生平滑滚动 */
|
|
|
+ overflow-scrolling: touch;
|
|
|
+ overscroll-behavior-y: none;
|
|
|
+
|
|
|
+ .t1 {
|
|
|
+ width: 100%;
|
|
|
+ height: 17px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .t2 {
|
|
|
+ width: 100%;
|
|
|
+ height: 370px;
|
|
|
+ }
|
|
|
+
|
|
|
+ &::-webkit-scrollbar {
|
|
|
+ width: 0px;
|
|
|
+ }
|
|
|
+
|
|
|
+ &::-webkit-scrollbar-track {
|
|
|
+ background-color: transparent;
|
|
|
+ }
|
|
|
+
|
|
|
+ &::-webkit-scrollbar-thumb {
|
|
|
+ background-color: rgba(94, 52, 34, 0.226);
|
|
|
+ border-radius: 4px;
|
|
|
+ }
|
|
|
+
|
|
|
+ &:has(> a:hover) {
|
|
|
+ color: rgba(0, 0, 0, 0.25);
|
|
|
+ }
|
|
|
+
|
|
|
+ &:has(> a:hover) > a:not(:hover) {
|
|
|
+ color: rgba(0, 0, 0, 0.25);
|
|
|
+ }
|
|
|
+
|
|
|
+ & > a {
|
|
|
+ color: rgba(94, 52, 34, 1);
|
|
|
+ position: relative;
|
|
|
+
|
|
|
+ &::after {
|
|
|
+ content: '';
|
|
|
+ position: absolute;
|
|
|
+ left: 0;
|
|
|
+ bottom: -2px;
|
|
|
+ width: 100%;
|
|
|
+ height: 2px;
|
|
|
+ background-color: rgba(166, 118, 67, 1);
|
|
|
+ transform: scaleX(0.95);
|
|
|
+ transform-origin: right center;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .left {
|
|
|
+ background: url(../../../../assets/img/detailTxt_l.png) no-repeat center center;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ }
|
|
|
+
|
|
|
+ .right {
|
|
|
+ background: url(../../../../assets/img/detailTxt_r.png) no-repeat center center;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .content {
|
|
|
+ padding-top: 40px;
|
|
|
+ width: 70%;
|
|
|
+ height: 50%;
|
|
|
+ padding-right: 20px;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ flex-direction: column;
|
|
|
+ gap: 10px;
|
|
|
+ color: rgba(94, 52, 34, 1);
|
|
|
+
|
|
|
+ .title {
|
|
|
+ font-size: 20px;
|
|
|
+ line-height: 20px;
|
|
|
+ font-weight: bold;
|
|
|
+ margin-bottom: 10px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .text {
|
|
|
+ width: 278px;
|
|
|
+ line-height: 17px;
|
|
|
+ font-size: 12px;
|
|
|
+ text-align: left;
|
|
|
+ }
|
|
|
+
|
|
|
+ .shufaBtn {
|
|
|
+ white-space: nowrap;
|
|
|
+ font-size: 14px;
|
|
|
+ padding-left: 40px;
|
|
|
+ letter-spacing: 0px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|