| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737 |
- .modalTxt {
- width: 62%;
- height: 100%;
- position: absolute;
- z-index: 1;
- right: 0;
- display: flex;
- align-items: center;
- justify-content: flex-end;
- :global {
- .modalTxtContainner {
- width: 100%;
- height: 100%;
- display: flex;
- justify-content: flex-end;
- align-items: center;
- padding-right: 10px;
- position: relative;
- .topBar {
- padding-left: 0;
- padding-right: 0;
- justify-content: center;
- flex-direction: column;
- width: 85px;
- height: 65%;
- display: flex;
- align-items: center;
- position: relative;
- gap: 3px;
- margin-top: 30px;
- .beie {
- top: -60px;
- left: -414px;
- height: 60px;
- width: 120px;
- font-size: 10px;
- line-height: 50px;
- color: #fff;
- text-shadow: 0px 0px 4px #7c4b36;
- position: absolute;
- align-self: flex-start;
- & > img {
- width: 100%;
- object-fit: contain;
- }
- .txt {
- width: 70px;
- text-align: center;
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-65%, -50%);
- cursor: pointer;
- margin-left: 6px;
- font-size: 18px;
- }
- }
- .tab0,
- .tab1,
- .tab2 {
- width: fit-content;
- min-width: 70px;
- width: 85px;
- height: 90px;
- display: flex;
- align-items: center;
- flex-direction: column;
- cursor: pointer;
- position: relative;
- & > img {
- height: 60px;
- object-fit: contain;
- }
- .tabNub {
- transition: all 0.3s ease-in-out;
- font-size: 18px;
- position: absolute;
- top: 32%;
- left: 48%;
- transform: translate(-50%, -73%) !important;
- color: rgba(255, 233, 182, 0.6);
- }
- .tabNubAc {
- color: rgba(255, 233, 182, 1);
- }
- .txt {
- line-height: 15px;
- text-align: center;
- color: rgba(255, 255, 255, 1);
- width: 100%;
- font-size: 14px;
- transition: all 0.3s ease-in-out;
- }
- }
- .tab:nth-child(3) {
- width: 100px;
- }
- }
- .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: 30px;
- font-size: 20px;
- line-height: 30px;
- color: rgba(124, 75, 54, 1);
- font-weight: bold;
- }
- .intro_txt {
- margin-top: 10px;
- height: fit-content;
- max-height: calc(100% - 90px);
- overflow-y: auto;
- margin-bottom: 10px;
- // text-align: justify;
- mask-image: linear-gradient(
- to bottom,
- rgba(0, 0, 0, 1) 0%,
- rgba(0, 0, 0, 1) 95%,
- /* 保留顶部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) 95%,
- rgba(0, 0, 0, 0) 100%
- );
- &::-webkit-scrollbar {
- width: 0px;
- }
- }
- .intro_btn {
- margin-top: 0px;
- width: 150px;
- height: 30px;
- background-image: url(../../../../assets/img/A2_ywyw_btn.png);
- background-position: center;
- background-size: 100% auto;
- padding-left: 35px;
- line-height: 30px;
- font-size: 15px;
- color: rgba(175, 135, 100, 1);
- align-self: flex-end;
- animation: fadeInOut 3s linear infinite;
- display: flex;
- align-items: center;
- position: relative;
- right: -15px;
- .intro_btn_dot {
- width: 6px;
- height: 2px;
- margin-left: 4px;
- text-align: center;
- border-left: 2px solid rgba(175, 135, 100, 1);
- }
- .intro_btn_arrow {
- width: 26px;
- height: 30px;
- text-align: center;
- font-size: 25px;
- }
- }
- }
- .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: 400px;
- line-height: 28px;
- font-size: 16px;
- text-align: justify;
- // letter-spacing: 2px;
- color: #504e40;
- & > p {
- padding-bottom: 10px;
- }
- }
- .shufaBtn {
- width: 150px;
- height: 50px;
- background-image: url(../../../../assets/img/A2_sfjs_btn.png);
- background-position: center;
- background-repeat: no-repeat;
- background-size: 100% auto;
- line-height: 50px;
- font-size: 17px;
- margin-top: 11px;
- text-align: center;
- letter-spacing: 2px;
- cursor: pointer;
- padding-left: 15px;
- }
- }
- }
- }
- }
- // -----------英文版
- .modalTxtEn {
- :global {
- .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;
- }
- }
- }
- }
- }
|