|
|
@@ -1,513 +1,24 @@
|
|
|
-.sang {
|
|
|
+.sangzangHome {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
position: absolute;
|
|
|
+ z-index: 4;
|
|
|
top: 50%;
|
|
|
left: 50%;
|
|
|
transform: translate(-50%, -50%);
|
|
|
- z-index: 3;
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
- background: url('../../../assets/img/A6_sangzang_bg.png') no-repeat center center;
|
|
|
+ background: url(../../../assets/img/A6_sangzang_home_bg.png) no-repeat center center;
|
|
|
background-size: 100% 100%;
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- justify-content: flex-end;
|
|
|
- :global {
|
|
|
- .main {
|
|
|
- position: relative;
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- justify-content: center;
|
|
|
- gap: 20px;
|
|
|
- transition: all 0.6s ease-in-out;
|
|
|
- .lHidding {
|
|
|
- width: 300px;
|
|
|
- height: 100%;
|
|
|
- background: url('../../../assets/img/A6_sangzang_hidContent.png') no-repeat center center;
|
|
|
- background-size: 100% 100%;
|
|
|
- position: absolute;
|
|
|
- z-index: 1;
|
|
|
- top: 50%;
|
|
|
- left: 0;
|
|
|
- transform: translate(-88%, -50%);
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- justify-content: flex-end;
|
|
|
- transition: all 0.6s ease-in-out;
|
|
|
- .lHidding_left {
|
|
|
- position: absolute;
|
|
|
- left: 0;
|
|
|
- transform: translateX(-239px);
|
|
|
- width: 525px;
|
|
|
- height: 100%;
|
|
|
- display: flex;
|
|
|
- align-items: 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;
|
|
|
- .detail_info1 {
|
|
|
- width: 300px;
|
|
|
- height: 100%;
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- align-items: center;
|
|
|
- justify-content: center;
|
|
|
- gap: 10px;
|
|
|
- transition: all 0.6s ease-in-out;
|
|
|
- .imgBox {
|
|
|
- position: relative;
|
|
|
- width: 80%;
|
|
|
- height: 50%;
|
|
|
- .pic {
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
- background: url('../../../assets/img/A6_sangzang_yp.png') no-repeat center center;
|
|
|
- background-size: contain;
|
|
|
- }
|
|
|
- }
|
|
|
- .txt,
|
|
|
- .title,
|
|
|
- .time {
|
|
|
- width: 80%;
|
|
|
- height: 20px;
|
|
|
- font-size: 16px;
|
|
|
- line-height: 24px;
|
|
|
- font-weight: 400;
|
|
|
- color: rgba(69, 68, 55, 1);
|
|
|
- text-align: center;
|
|
|
- }
|
|
|
- .txt {
|
|
|
- line-height: 16px;
|
|
|
- font-size: 15px;
|
|
|
- height: 40px;
|
|
|
- color: rgba(69, 68, 55, 0.8);
|
|
|
- }
|
|
|
- .title {
|
|
|
- height: 16px;
|
|
|
- color: rgba(124, 75, 54, 1);
|
|
|
- font-size: 25px;
|
|
|
- letter-spacing: 1px;
|
|
|
- }
|
|
|
- .time {
|
|
|
- color: rgba(175, 135, 100, 1);
|
|
|
- }
|
|
|
- }
|
|
|
- .detail_info2 {
|
|
|
- width: calc(100% - 330px);
|
|
|
- height: 74%;
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- gap: 10px;
|
|
|
- transition: all 0.6s ease-in-out;
|
|
|
- .title_info2 {
|
|
|
- width: fit-content;
|
|
|
- position: relative;
|
|
|
- height: 60px;
|
|
|
- font-size: 26px;
|
|
|
- color: rgba(124, 75, 54, 1);
|
|
|
- &::after {
|
|
|
- content: '';
|
|
|
- position: absolute;
|
|
|
- bottom: 0;
|
|
|
- left: 0;
|
|
|
- width: 100%;
|
|
|
- height: 10px;
|
|
|
- background: url('../../../assets/img/A6_sinicize_line2.png') no-repeat center center;
|
|
|
- background-size: 100% 100%;
|
|
|
- }
|
|
|
- }
|
|
|
- .txt_info2 {
|
|
|
- width: 100%;
|
|
|
- height: 80%;
|
|
|
- font-size: 16px;
|
|
|
- line-height: 24px;
|
|
|
- letter-spacing: 1px;
|
|
|
- font-weight: 400;
|
|
|
- color: #504e40;
|
|
|
- overflow: auto;
|
|
|
- &::-webkit-scrollbar {
|
|
|
- width: 0;
|
|
|
- height: 0;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- .lHidding_right {
|
|
|
- width: 300px;
|
|
|
- height: 100%;
|
|
|
- padding-right: 20px;
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- align-items: center;
|
|
|
- justify-content: center;
|
|
|
- gap: 10px;
|
|
|
- transition: all 0.3s ease-in-out;
|
|
|
- opacity: 0;
|
|
|
- pointer-events: none;
|
|
|
-
|
|
|
- .imgBox {
|
|
|
- position: relative;
|
|
|
- width: 75%;
|
|
|
- height: 60%;
|
|
|
- .pic {
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
- background: url('../../../assets/img/A6_sangzang_yp2.png') no-repeat center center;
|
|
|
- background-size: contain;
|
|
|
- }
|
|
|
- .zoomIn {
|
|
|
- width: 30px;
|
|
|
- height: 30px;
|
|
|
- position: absolute;
|
|
|
- bottom: -1%;
|
|
|
- right: 2%;
|
|
|
- display: flex;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
-
|
|
|
- & > img {
|
|
|
- height: 20px;
|
|
|
- width: 20px;
|
|
|
- object-fit: contain;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- .txt,
|
|
|
- .title,
|
|
|
- .time {
|
|
|
- width: 80%;
|
|
|
- height: 20px;
|
|
|
- font-size: 16px;
|
|
|
- line-height: 24px;
|
|
|
- font-weight: 400;
|
|
|
- color: rgba(69, 68, 55, 1);
|
|
|
- text-align: center;
|
|
|
- }
|
|
|
- .txt {
|
|
|
- line-height: 16px;
|
|
|
- font-size: 15px;
|
|
|
- height: 30px;
|
|
|
- color: rgba(69, 68, 55, 0.8);
|
|
|
- }
|
|
|
- .title {
|
|
|
- height: 16px;
|
|
|
- color: rgba(124, 75, 54, 1);
|
|
|
- font-size: 25px;
|
|
|
- letter-spacing: 1px;
|
|
|
- }
|
|
|
- .time {
|
|
|
- color: rgba(175, 135, 100, 1);
|
|
|
- }
|
|
|
- }
|
|
|
- .open {
|
|
|
- position: absolute;
|
|
|
- top: 50%;
|
|
|
- transform: translateY(-50%);
|
|
|
- right: -6%;
|
|
|
- width: 50px;
|
|
|
- height: 50px;
|
|
|
- display: flex;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
- transition: all 0.3s ease-in-out;
|
|
|
-
|
|
|
- .openPic {
|
|
|
- background: url('../../../assets/img/A6_sangzang_hidRight.png') no-repeat center center;
|
|
|
- background-size: 100% 100%;
|
|
|
- height: 100%;
|
|
|
- width: 100%;
|
|
|
- object-fit: contain;
|
|
|
- animation: opacityChange 3s infinite ease-in-out;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- .left {
|
|
|
- width: 250px;
|
|
|
- height: 100%;
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- justify-content: flex-end;
|
|
|
- transition: all 0.3s ease-in-out;
|
|
|
- position: relative;
|
|
|
- .pic {
|
|
|
- width: 84%;
|
|
|
- height: 90%;
|
|
|
- background-size: contain;
|
|
|
- transition: all 0.3s ease-in-out;
|
|
|
- }
|
|
|
- .operate {
|
|
|
- opacity: 0;
|
|
|
- pointer-events: none;
|
|
|
- padding-top: 45px;
|
|
|
- position: absolute;
|
|
|
- top: 50%;
|
|
|
- left: 50%;
|
|
|
- transform: translate(-50%, -50%);
|
|
|
- width: 100%;
|
|
|
- height: 90%;
|
|
|
- display: flex;
|
|
|
- justify-content: flex-end;
|
|
|
- align-items: center;
|
|
|
- text-align: center;
|
|
|
- gap: 6px;
|
|
|
- padding-bottom: 50px;
|
|
|
- font-size: 22px;
|
|
|
- color: rgba(255, 233, 182, 1);
|
|
|
- cursor: pointer;
|
|
|
- .beiwen1 {
|
|
|
- width: 25%;
|
|
|
- height: 100%;
|
|
|
- line-height: 47px;
|
|
|
- writing-mode: vertical-rl;
|
|
|
- }
|
|
|
- .beiwen2 {
|
|
|
- width: 18%;
|
|
|
- height: 100%;
|
|
|
- line-height: 37px;
|
|
|
- writing-mode: vertical-rl;
|
|
|
- }
|
|
|
- .beiwen3 {
|
|
|
- width: 37%;
|
|
|
- height: 100%;
|
|
|
- line-height: 110px;
|
|
|
- writing-mode: vertical-rl;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- .right {
|
|
|
- width: 50%;
|
|
|
- height: 60%;
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
- align-items: center;
|
|
|
- transition: all 0.3s ease-in-out;
|
|
|
- .content {
|
|
|
- width: 68%;
|
|
|
- height: 100%;
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- gap: 10px;
|
|
|
- transition: all 0.3s ease-in-out;
|
|
|
- .title {
|
|
|
- width: 100%;
|
|
|
- font-size: 26px;
|
|
|
- max-width: 100%;
|
|
|
- font-size: 26px;
|
|
|
- color: #fff;
|
|
|
- border-bottom: 1px solid rgba(93, 96, 96, 0.4);
|
|
|
- }
|
|
|
-
|
|
|
- .text {
|
|
|
- width: 90%;
|
|
|
- height: fit-content;
|
|
|
- max-height: 300px;
|
|
|
- font-size: 16px;
|
|
|
- line-height: 24px;
|
|
|
- letter-spacing: 2px;
|
|
|
- color: #504e40;
|
|
|
- text-align: justify;
|
|
|
- font-weight: 400;
|
|
|
- overflow: auto;
|
|
|
- &::-webkit-scrollbar {
|
|
|
- width: 0px;
|
|
|
- height: 0px;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .btn {
|
|
|
- padding-top: 10px;
|
|
|
- font-size: 14px;
|
|
|
- color: rgba(93, 96, 96, 1);
|
|
|
- cursor: pointer;
|
|
|
- position: relative;
|
|
|
-
|
|
|
- &::before {
|
|
|
- content: '';
|
|
|
- position: absolute;
|
|
|
- left: 55px;
|
|
|
- top: 8px;
|
|
|
- width: 22px;
|
|
|
- height: 22px;
|
|
|
- background-image: url('../../../assets/sgImg/icon_more.png');
|
|
|
- background-size: 100% 100%;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- .mainAc {
|
|
|
- width: 100%;
|
|
|
- justify-content: flex-end;
|
|
|
- gap: 0;
|
|
|
- .lHidding {
|
|
|
- width: 66%;
|
|
|
- transform: translate(-3%, -50%);
|
|
|
- .lHidding_left {
|
|
|
- transform: translateX(0);
|
|
|
- }
|
|
|
- .open {
|
|
|
- right: -2%;
|
|
|
- .openPic {
|
|
|
- background: url('../../../assets/img/A6_sangzang_hidLeft.png') no-repeat center center;
|
|
|
- background-size: 100% 100%;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- .showRight {
|
|
|
- width: 97%;
|
|
|
-
|
|
|
- .lHidding_right {
|
|
|
- transition: all 0.3s ease-in-out 0.3s;
|
|
|
- opacity: 1;
|
|
|
- pointer-events: auto;
|
|
|
- }
|
|
|
- }
|
|
|
- .left {
|
|
|
- .pic {
|
|
|
- width: 100%;
|
|
|
- }
|
|
|
- }
|
|
|
- .right {
|
|
|
- width: 0;
|
|
|
- opacity: 0;
|
|
|
- .content {
|
|
|
- width: 85%;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- // 点击tab后的样式
|
|
|
- .mainShow_tab1,
|
|
|
- .mainShow_tab2,
|
|
|
- .mainShow_tab3,
|
|
|
- .mainShow_tab4 {
|
|
|
- padding-left: 190px;
|
|
|
- .lHidding {
|
|
|
- width: 330px;
|
|
|
- transform: translate(-7%, -50%);
|
|
|
- background: url('../../../assets/img/A6_sangzang_hidContent_r.png') no-repeat center center;
|
|
|
- background-size: 100% 100%;
|
|
|
- .lHidding_left {
|
|
|
- display: none;
|
|
|
- }
|
|
|
- .lHidding_right {
|
|
|
- width: 330px;
|
|
|
- opacity: 1;
|
|
|
- pointer-events: auto;
|
|
|
- }
|
|
|
- .open {
|
|
|
- opacity: 0;
|
|
|
- pointer-events: none;
|
|
|
- }
|
|
|
- }
|
|
|
- .left {
|
|
|
- transition: all 0.6s ease-in-out;
|
|
|
- }
|
|
|
- .right {
|
|
|
- width: 39%;
|
|
|
- transition: all 0.6s ease-in-out;
|
|
|
- .title {
|
|
|
- display: none;
|
|
|
- }
|
|
|
- .content {
|
|
|
- width: 92%;
|
|
|
- transition: all 0.6s ease-in-out;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .mainShow_tab1 {
|
|
|
- .lHidding {
|
|
|
- .lHidding_right {
|
|
|
- .imgBox {
|
|
|
- .pic {
|
|
|
- background: url('../../../assets/img/A6_sangzang_tab1.png') no-repeat center center;
|
|
|
- background-size: 100% 100%;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .left {
|
|
|
- .operate {
|
|
|
- opacity: 1;
|
|
|
- pointer-events: auto;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .mainShow_tab2 {
|
|
|
- padding-left: 140px;
|
|
|
- .lHidding {
|
|
|
- .lHidding_right {
|
|
|
- .imgBox {
|
|
|
- .pic {
|
|
|
- background: url('../../../assets/img/A6_sangzang_tab2.png') no-repeat center center;
|
|
|
- background-size: 100% 100%;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .left {
|
|
|
- width: 300px;
|
|
|
- .pic {
|
|
|
- right: 17%;
|
|
|
- top: 3%;
|
|
|
- transform: scale(1.4);
|
|
|
- position: relative;
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
- background-position: center top;
|
|
|
- background-size: cover;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .mainShow_tab3,
|
|
|
- .mainShow_tab4 {
|
|
|
- .lHidding {
|
|
|
- transform: translate(-88%, -50%);
|
|
|
- .lHidding_right {
|
|
|
- width: 330px;
|
|
|
- }
|
|
|
- }
|
|
|
- .left {
|
|
|
- width: 300px;
|
|
|
- .pic {
|
|
|
- right: 27%;
|
|
|
- top: 3%;
|
|
|
- transform: scale(1.6);
|
|
|
- position: relative;
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
- background-position: center top;
|
|
|
- background-size: cover;
|
|
|
- }
|
|
|
- }
|
|
|
- .right {
|
|
|
- width: 50%;
|
|
|
- .content {
|
|
|
- width: 75%;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .mainShow_tab4 {
|
|
|
- .left {
|
|
|
- .pic {
|
|
|
- top: 37%;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
|
|
|
+ &:global(.sangzangHome_show) {
|
|
|
+ opacity: 1;
|
|
|
+ pointer-events: auto;
|
|
|
+ }
|
|
|
+ :global {
|
|
|
.back {
|
|
|
width: 80px;
|
|
|
height: 40px;
|
|
|
position: absolute;
|
|
|
- z-index: 1;
|
|
|
+ z-index: 3;
|
|
|
top: 3%;
|
|
|
left: 4%;
|
|
|
cursor: pointer;
|
|
|
@@ -517,238 +28,83 @@
|
|
|
object-fit: fill;
|
|
|
}
|
|
|
}
|
|
|
- .A6_tabBar {
|
|
|
- width: 50px;
|
|
|
- height: 260px;
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- flex-direction: column;
|
|
|
- position: absolute;
|
|
|
- z-index: 2;
|
|
|
- top: 51%;
|
|
|
- right: 5%;
|
|
|
- gap: 20px;
|
|
|
- transform: translateY(-50%);
|
|
|
-
|
|
|
- .tab {
|
|
|
- transition: all 0.3s ease-in-out;
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- justify-content: center;
|
|
|
- background: url(../../../assets/img/btn_tab.png) no-repeat center center;
|
|
|
- background-size: 100% 100%;
|
|
|
- width: 60px;
|
|
|
- height: 60px;
|
|
|
- font-size: 14px;
|
|
|
- text-align: center;
|
|
|
- line-height: 15px;
|
|
|
- letter-spacing: 1px;
|
|
|
- font-size: 12px;
|
|
|
- font-weight: 500;
|
|
|
- color: #fbebbd;
|
|
|
- cursor: pointer;
|
|
|
- }
|
|
|
-
|
|
|
- .tab_active {
|
|
|
- background: url(../../../assets/img/btn_tabAc.png) no-repeat center center;
|
|
|
- background-size: 100% 100%;
|
|
|
- color: rgba(166, 118, 67, 1);
|
|
|
- }
|
|
|
- }
|
|
|
- .A6_tabBar_hide {
|
|
|
- opacity: 0;
|
|
|
- pointer-events: none;
|
|
|
- transition: all 0.3s ease-in-out;
|
|
|
- }
|
|
|
-
|
|
|
- .geshi {
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
+ .homeLeft {
|
|
|
position: absolute;
|
|
|
- z-index: 1;
|
|
|
top: 50%;
|
|
|
left: 50%;
|
|
|
- transform: translate(-50%, -50%);
|
|
|
- background: url('../../../assets/img/A6_sangzang_bg.png') no-repeat center center;
|
|
|
- background-size: 100% 100%;
|
|
|
+ transform: translate(-84%, -51%);
|
|
|
+ width: 445px;
|
|
|
+ height: 68%;
|
|
|
display: flex;
|
|
|
- padding: 0 20px;
|
|
|
- align-items: center;
|
|
|
- transition: all 0.3s ease-in-out;
|
|
|
- .geshi_left {
|
|
|
- width: 45%;
|
|
|
- height: 100%;
|
|
|
- display: flex;
|
|
|
- justify-content: flex-end;
|
|
|
- align-items: center;
|
|
|
- .pic {
|
|
|
- width: 80%;
|
|
|
- height: 95%;
|
|
|
- background-size: contain;
|
|
|
- }
|
|
|
- }
|
|
|
- .geshi_right {
|
|
|
- width: 55%;
|
|
|
- height: 100%;
|
|
|
+ flex-direction: column;
|
|
|
+ gap: 10px;
|
|
|
+ .htitle {
|
|
|
+ width: 100%;
|
|
|
+ height: 100px;
|
|
|
+ font-size: 16px;
|
|
|
+ line-height: 24px;
|
|
|
+ color: rgba(69, 68, 55, 1);
|
|
|
+ }
|
|
|
+ .hcontent {
|
|
|
+ width: 100%;
|
|
|
+ height: calc(100% - 85px);
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
- gap: 20px;
|
|
|
- .top {
|
|
|
- width: 100%;
|
|
|
- height: 90px;
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- gap: 80px;
|
|
|
- .tab0,
|
|
|
- .tab1,
|
|
|
- .tab2 {
|
|
|
- width: fit-content;
|
|
|
- min-width: 70px;
|
|
|
- height: 90px;
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- flex-direction: column;
|
|
|
- gap: 6px;
|
|
|
- cursor: pointer;
|
|
|
- position: relative;
|
|
|
-
|
|
|
- & > img {
|
|
|
- width: 60px;
|
|
|
- object-fit: cover;
|
|
|
- }
|
|
|
-
|
|
|
- .tabNub {
|
|
|
- transition: all 0.3s ease-in-out;
|
|
|
- font-size: 18px;
|
|
|
- position: absolute;
|
|
|
- top: 34%;
|
|
|
- left: 50%;
|
|
|
- transform: translate(-55%, -68%);
|
|
|
- color: rgba(255, 233, 182, 0.6);
|
|
|
- }
|
|
|
-
|
|
|
- .tabNubAc {
|
|
|
- color: rgba(255, 233, 182, 1);
|
|
|
- }
|
|
|
-
|
|
|
- .txt {
|
|
|
- font-size: 16px;
|
|
|
- line-height: 15px;
|
|
|
- text-align: center;
|
|
|
- font-weight: lighter;
|
|
|
- color: rgba(255, 255, 255, 1);
|
|
|
- width: 200%;
|
|
|
- font-weight: 700;
|
|
|
- }
|
|
|
- .txtAc {
|
|
|
- opacity: 0.4;
|
|
|
- }
|
|
|
- }
|
|
|
+ gap: 10px;
|
|
|
+ overflow: auto;
|
|
|
+ &::-webkit-scrollbar {
|
|
|
+ width: 0px;
|
|
|
+ height: 0px;
|
|
|
}
|
|
|
- .content {
|
|
|
- width: 95%;
|
|
|
- height: 68%;
|
|
|
- font-size: 16px;
|
|
|
- line-height: 24px;
|
|
|
+ .hitem {
|
|
|
+ width: 100%;
|
|
|
+ height: fit-content;
|
|
|
+ font-size: 15px;
|
|
|
+ line-height: 18px;
|
|
|
letter-spacing: 2px;
|
|
|
font-weight: 400;
|
|
|
- color: rgba(69, 68, 55, 1);
|
|
|
- overflow: auto;
|
|
|
- &::-webkit-scrollbar {
|
|
|
- width: 0px;
|
|
|
- height: 0px;
|
|
|
+ color: rgba(124, 75, 54, 1);
|
|
|
+ opacity: 0.7;
|
|
|
+ .htxt {
|
|
|
+ width: 100%;
|
|
|
+ height: fit-content;
|
|
|
+ }
|
|
|
+ .hfrom {
|
|
|
+ width: 100%;
|
|
|
+ text-align: right;
|
|
|
+ height: fit-content;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- .geshiHide {
|
|
|
- opacity: 0;
|
|
|
- pointer-events: none;
|
|
|
- }
|
|
|
|
|
|
- .mzwHot {
|
|
|
- opacity: 0;
|
|
|
- pointer-events: none;
|
|
|
- transition: all 0.3s ease-in-out;
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
+ .btnContainner {
|
|
|
+ width: 450px;
|
|
|
+ height: 50px;
|
|
|
position: absolute;
|
|
|
- z-index: 1;
|
|
|
- top: 50%;
|
|
|
+ bottom: 5%;
|
|
|
left: 50%;
|
|
|
- transform: translate(-50%, -50%);
|
|
|
- background-color: rgba(0, 0, 0, 0.7);
|
|
|
- backdrop-filter: blur(3px);
|
|
|
+ transform: translate(-84%, 2%);
|
|
|
display: flex;
|
|
|
- padding: 6px 20px;
|
|
|
align-items: center;
|
|
|
- gap: 10px;
|
|
|
- .mzwHotL {
|
|
|
- width: 37%;
|
|
|
- height: 100%;
|
|
|
- background-color: #fff;
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- justify-content: center;
|
|
|
- .mPic {
|
|
|
- padding: 6px 10px;
|
|
|
- width: 90%;
|
|
|
- height: 98%;
|
|
|
- background: url(../../../assets/img/A6_sangzang_tab1.png) no-repeat center center;
|
|
|
- background-size: 100% 100%;
|
|
|
- }
|
|
|
- }
|
|
|
- .mzwHotR {
|
|
|
- padding-top: 10px;
|
|
|
- width: 60%;
|
|
|
- height: 100%;
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- gap: 10px;
|
|
|
- .mtitle,
|
|
|
- .mtext {
|
|
|
- font-size: 16px;
|
|
|
- line-height: 24px;
|
|
|
- letter-spacing: 2px;
|
|
|
- font-weight: 400;
|
|
|
- color: rgba(255, 233, 182, 1);
|
|
|
- }
|
|
|
- .mtitle {
|
|
|
- padding: 20px 0;
|
|
|
- font-size: 20px;
|
|
|
- width: 100%;
|
|
|
- height: 50px;
|
|
|
- }
|
|
|
- .mtext {
|
|
|
- width: 100%;
|
|
|
- height: fit-content;
|
|
|
- max-height: 80%;
|
|
|
- color: rgba(255, 255, 255, 1);
|
|
|
- overflow: auto;
|
|
|
- &::-webkit-scrollbar {
|
|
|
- width: 0px;
|
|
|
- height: 0px;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- .mzwclose {
|
|
|
- width: 70px;
|
|
|
+ justify-content: center;
|
|
|
+ gap: 20px;
|
|
|
+ cursor: pointer;
|
|
|
+ .btn {
|
|
|
+ width: 220px;
|
|
|
height: 50px;
|
|
|
- position: absolute;
|
|
|
- top: 14px;
|
|
|
- right: 63px;
|
|
|
- & > img {
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
- object-fit: contain;
|
|
|
- }
|
|
|
- cursor: pointer;
|
|
|
+ font-size: 16px;
|
|
|
+ line-height: 48px;
|
|
|
+ text-align: center;
|
|
|
+ color: rgba(255, 233, 182, 1);
|
|
|
+ background: url(../../../assets/img/A6_sangzang_btn1.png) no-repeat center center;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ }
|
|
|
+ .btn2 {
|
|
|
+ color: rgba(124, 75, 54, 1);
|
|
|
+ background: url(../../../assets/img/A6_sangzang_btn2.png) no-repeat center center;
|
|
|
+ background-size: 100% 100%;
|
|
|
}
|
|
|
- }
|
|
|
-
|
|
|
- .mzwHot_show {
|
|
|
- opacity: 1;
|
|
|
- pointer-events: auto;
|
|
|
}
|
|
|
}
|
|
|
}
|