| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440 |
- .shufa {
- width: 100%;
- height: 100%;
- position: fixed;
- z-index: 3;
- top: 0;
- left: 0;
- background-color: #ffffffcf;
- @keyframes shufa_show {
- 0% {
- opacity: 0;
- }
- 100% {
- opacity: 1;
- }
- }
- @keyframes shufa_hide {
- 0% {
- opacity: 1;
- }
- 100% {
- opacity: 0;
- }
- }
- animation: shufa_show 0.6s ease-in-out;
- &:global(.shufaHide) {
- animation: shufa_hide 0.6s ease-in-out;
- }
- :global {
- .shufa1 {
- width: 100%;
- height: 100%;
- padding: 20px 30px;
- position: fixed;
- top: 0;
- left: 0;
- display: flex;
- justify-content: flex-end;
- align-items: center;
- background-image: url('../../../../assets/img/A2_shufa_bg1.jpg');
- background-size: 100% 100%;
- background-repeat: no-repeat;
- gap: 31px;
- transition: all 0.6s ease-in-out;
- .sLeft {
- width: 30%;
- height: 100%;
- display: flex;
- flex-direction: column;
- align-items: center;
- gap: 8px;
- .zi {
- width: 65%;
- height: 38%;
- display: flex;
- justify-content: center;
- align-items: center;
- & > img {
- width: 100%;
- height: 100%;
- object-fit: contain;
- }
- }
- .leftTxt1 {
- width: 72%;
- text-align: justify;
- height: 20%;
- color: #51504e;
- font-size: 11px;
- line-height: 15px;
- }
- }
- .sRight {
- width: 52%;
- height: 100%;
- margin-right: -6px;
- .rightTitle1 {
- width: 88%;
- height: fit-content;
- color: rgba(94, 52, 34, 1);
- font-size: 16px;
- line-height: 22px;
- margin-top: 16px;
- }
- .rightTitleLine1 {
- transform: translateY(-3px);
- width: 88%;
- height: 12px;
- background: url(../../../../assets/img/A2_shufa_title_bg.png) no-repeat;
- background-size: 100% 100%;
- }
- .rightIntro {
- margin-top: 40px;
- width: 85%;
- height: 32%;
- color: rgba(69, 68, 55, 1);
- background: url(../../../../assets/img/A2_shufa_txt_bg.png) no-repeat;
- background-size: 100% 100%;
- .rightItem {
- width: 100%;
- transform: translateY(-21px);
- height: 35px;
- white-space: nowrap;
- .rLabel {
- display: inline-block;
- vertical-align: top;
- width: fit-content;
- max-width: 30%;
- height: 100%;
- font-size: 16px;
- line-height: 35px;
- font-weight: 700;
- }
- .rtext {
- display: inline-block;
- vertical-align: top;
- width: fit-content;
- max-width: 60%;
- padding-left: 25px;
- height: 100%;
- font-size: 16px;
- line-height: 35px;
- }
- }
- }
- .rightTxt1 {
- font-size: 11px;
- margin-top: 17px;
- color: #51504e;
- width: 83%;
- height: fit-content;
- text-align: justify;
- line-height: 15px;
- }
- .shufa1Btn {
- background: url(../../../../assets/img/A2_shufa_btn.png) no-repeat;
- background-size: auto 100%;
- width: 130px;
- height: 45px;
- display: flex;
- justify-content: center;
- align-items: center;
- color: rgba(255, 233, 182, 1);
- font-size: 17px;
- margin-top: 10px;
- }
- }
- }
- // 移动端
- @media screen and (max-width: 768px) {
- .shufa1 {
- .sLeft {
- .leftTxt1 {
- font-size: 13px;
- width: 78%;
- }
- }
- .sRight {
- .rightTxt1 {
- font-size: 13px;
- }
- }
- }
- }
- .shufa2 {
- background: url(../../../../assets/img/A2_shufa_bg2.jpg) no-repeat;
- background-size: 100% 100%;
- width: 100%;
- height: 100%;
- position: fixed;
- top: 0;
- left: 0;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- padding: 20px 0;
- transition: all 0.6s ease-in-out;
- .lianContainer,
- .beiContainner {
- width: 73%;
- height: 50%;
- display: flex;
- align-items: center;
- justify-content: center;
- gap: 20px;
- .zicontent {
- width: 48%;
- height: 100%;
- display: flex;
- flex-direction: column;
- align-items: flex-end;
- justify-content: center;
- .txtitem {
- width: 100%;
- height: 30px;
- display: flex;
- align-items: center;
- justify-content: flex-end;
- gap: 3px;
- color: rgba(69, 68, 55, 1);
- .txt {
- font-size: 14px;
- line-height: 20px;
- span {
- font-weight: bold;
- }
- }
- .icon {
- width: 24px;
- height: 24px;
- cursor: pointer;
- & > img {
- width: 100%;
- height: 100%;
- object-fit: contain;
- animation: fadeInOut 3s linear infinite;
- }
- }
- }
- .txtitemAc {
- color: rgba(175, 135, 100, 1);
- }
- }
- .zi1,
- .zi2 {
- width: 167px;
- height: 167px;
- overflow: hidden;
- // background-image: url(../../../../assets/img/A2_shufa_mzg.png);
- // background-position: center;
- // background-size: 100% 100%;
- transition: opacity 0.3s ease-in-out;
- & > img {
- width: 100%;
- height: 100%;
- object-fit: contain;
- }
- }
- .zi1 {
- position: relative;
- .lian1 {
- max-width: none;
- max-height: none;
- width: auto;
- height: 167px;
- object-fit: fill;
- animation: lian_wang 5s steps(71) forwards;
- }
- .lian2 {
- max-width: none;
- max-height: none;
- width: auto;
- height: 167px;
- object-fit: fill;
- animation: lian_zou 3s steps(31) forwards;
- }
- .normal {
- width: 167px;
- height: 167px;
- }
- .itemAC {
- position: absolute;
- top: 0;
- left: 0;
- animation: fadeOut 3s linear;
- }
- }
- .zi2 {
- .bei1 {
- max-width: none;
- max-height: none;
- width: auto;
- height: 167px;
- object-fit: fill;
- animation: bei_shang 3s steps(35) forwards;
- }
- .bei2 {
- max-width: none;
- max-height: none;
- width: auto;
- height: 167px;
- object-fit: fill;
- animation: bei_xia 3s steps(35) forwards;
- }
- .normal {
- width: 167px;
- height: 167px;
- }
- }
- }
- .beiContainner {
- .zicontent {
- .txtitem {
- justify-content: flex-start;
- }
- }
- }
- }
- }
- }
- .shufaLine1 {
- width: 100px;
- height: 18px;
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-312px, -135px);
- white-space: nowrap;
- :global {
- .dot {
- width: 3px;
- height: 3px;
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- }
- .leftLine {
- display: inline-block;
- vertical-align: top;
- width: 40px;
- height: 100%;
- color: rgba(255, 233, 182, 1);
- font-size: 9px;
- border-left: 2px dashed rgba(255, 233, 182, 1);
- border-bottom: 2px dashed rgba(255, 233, 182, 1);
- .dot {
- transform: translate(-54px, -25px);
- }
- }
- .rightLine {
- display: inline-block;
- vertical-align: top;
- font-size: 9px;
- width: 38px;
- height: 100%;
- color: rgba(124, 75, 54, 1);
- border-bottom: 2px dashed rgba(124, 75, 54, 1);
- .dot {
- transform: translate(27px, 2px);
- }
- }
- }
- }
- .shufaLine2 {
- width: 100px;
- height: 119px;
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-312px, 35px);
- white-space: nowrap;
- :global {
- .dot {
- width: 3px;
- height: 3px;
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- }
- .leftLine {
- display: inline-block;
- vertical-align: top;
- width: 40px;
- height: 100%;
- color: rgba(255, 233, 182, 1);
- font-size: 9px;
- border-left: 2px dashed rgba(255, 233, 182, 1);
- border-top: 2px dashed rgba(255, 233, 182, 1);
- .dot {
- transform: translate(-54px, 53px);
- }
- }
- .rightLine {
- display: inline-block;
- vertical-align: top;
- font-size: 9px;
- width: 38px;
- height: 100%;
- color: rgba(124, 75, 54, 1);
- border-top: 2px dashed rgba(124, 75, 54, 1);
- .dot {
- transform: translate(27px, -65px);
- }
- }
- }
- }
|