| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298 |
- .A0base {
- width: 100%;
- height: 100%;
- background-color: #ccc;
- position: relative;
- z-index: auto;
- transform: none !important;
- opacity: 1 !important;
- will-change: initial !important;
- :global {
- .A0baseContainner {
- width: 58%;
- height: 60%;
- position: fixed;
- z-index: 1;
- top: 50%;
- right: 0;
- transform: translateY(-55%) translateZ(0);
- display: flex;
- justify-content: space-between;
- align-items: center;
- .content {
- position: relative;
- top: -20px;
- width: 68%;
- height: 100%;
- display: flex;
- flex-direction: column;
- gap: 10px;
- .title {
- max-width: 80%;
- color: rgba(124, 75, 54, 1);
- border-bottom: 1px solid rgba(93, 96, 96, 0.4);
- width: 160px;
- font-size: 26px;
- }
- .text {
- width: 90%;
- height: fit-content;
- max-height: 200px;
- font-size: 16px;
- line-height: 24px;
- letter-spacing: 2px;
- color: #504e40;
- opacity: 0.7;
- text-align: justify;
- font-weight: 400;
- }
- .btn {
- color: rgba(93, 96, 96, 1);
- cursor: pointer;
- position: relative;
- font-size: 18px;
- padding-top: 15px;
- &::before {
- content: '';
- position: absolute;
- left: 72px;
- top: 15px;
- width: 22px;
- height: 22px;
- background-image: url('../../assets/sgImg/icon_more.png');
- background-size: 100% 100%;
- }
- }
- }
- .baseContent {
- width: 155px;
- height: 100%;
- display: flex;
- align-items: center;
- justify-content: center;
- flex-direction: column;
- gap: 20px;
- .base {
- transition: all 0.3s ease-in-out;
- width: 165px;
- height: 60px;
- background: url('../../assets/img/A0_btn_bg.png') no-repeat center center;
- background-size: 100% 100%;
- line-height: 55px;
- text-align: center;
- color: rgba(255, 233, 182, 1);
- cursor: pointer;
- font-size: 18px;
- }
- .baseAc {
- color: rgba(124, 75, 54, 1);
- background: url('../../assets/img/A0_btn_bg_ac.png') no-repeat center center;
- background-size: 100% 100%;
- // line-height: 55px;
- }
- }
- }
- /* 互动 */
- .interact {
- width: 100px;
- height: 170px;
- position: absolute;
- z-index: 1;
- bottom: 5%;
- left: 0;
- display: flex;
- align-items: center;
- justify-content: flex-end;
- flex-direction: column;
- transform: translateZ(0);
- .inter_content {
- width: 100%;
- height: 0;
- background: url(../../assets/img/interactionBg.png) no-repeat center center;
- background-size: 100% 100%;
- display: flex;
- align-items: center;
- justify-content: center;
- flex-direction: column;
- gap: 8px;
- color: rgba(255, 233, 182, 1);
- text-shadow: 0px 0px 10px rgb(8, 8, 7);
- transition: height 0.4s ease-in-out, opacity 0.3s ease-in-out;
- overflow: hidden;
- opacity: 0;
- padding-top: 10px;
- .inter {
- width: 100%;
- margin: 4px 0;
- height: 24px;
- line-height: 12px;
- text-align: center;
- font-size: 16px;
- font-weight: 500;
- }
- }
- /* 展开状态样式 */
- .inter_content_active {
- height: calc(100% - 50px);
- opacity: 1;
- }
- .icon {
- width: 64px;
- height: 64px;
- cursor: pointer;
- img {
- width: 100%;
- height: 100%;
- object-fit: cover;
- }
- }
- }
- /* 首页图标*/
- .home {
- transform: translateZ(0);
- width: 44px;
- height: 44px;
- position: absolute;
- z-index: 1;
- top: 3%;
- left: 3%;
- cursor: pointer;
- color: rgba(255, 233, 182, 1);
- }
- /* 先导片 */
- .guideVideo {
- // display: none !important;
- transform: translateZ(0);
- width: 45px;
- height: 45px;
- position: absolute;
- z-index: 1;
- top: 2%;
- right: 5%;
- display: flex;
- align-items: center;
- justify-content: center;
- flex-direction: column;
- color: #b1967b;
- cursor: pointer;
- &>img {
- width: 44px;
- object-fit: contain;
- }
- &>.guideVideoTitle {
- height: 12px;
- line-height: 8px;
- font-weight: 500;
- margin-top: 1px;
- font-size: 14px;
- }
- }
- // 先导视频
- .xiandaoBox {
- background-color: black;
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- z-index: 20;
- video {
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- width: 90%;
- height: 90%;
- object-fit: contain;
- }
- }
- }
- }
- // ------------英文版---------------
- .A0baseEn {
- :global {
- .A0baseContainner {
- .content {
- display: block;
- .title {
- display: flex;
- align-items: center;
- height: 73px;
- width: auto;
- max-width: 90%;
- }
- .text {
- position: relative;
- height: calc(100% - 60px);
- overflow: auto;
- letter-spacing: 0px;
- text-align: left;
- &::-webkit-scrollbar {
- width: 0px;
- }
- }
- .btn::before {
- left: 110px;
- }
- }
- .baseContent {
- .base {
- font-size: 14px;
- word-wrap: break-word;
- line-height: 16px;
- display: flex;
- padding: 0 10px 0 18px;
- align-items: center;
- justify-content: center;
- }
- // .baseAc{
- // padding-bottom: 8px;
- // }
- }
- }
- .interact {
- height: 200px;
- .inter_content {
- padding-bottom: 10px;
- .inter {
- line-height: 14px;
- height: auto;
- }
- }
- }
- }
- }
|