123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474 |
- .A2main {
- :global {
- // 隐藏原始热点列表
- #hotList {
- display: none !important;
- }
- // 鼠标移入按钮
- .hoveImg {
- pointer-events: none;
- transition: all 0.5s;
- position: absolute;
- left: 50%;
- transform: translateX(-50%);
- top: 38px;
- width: 80px;
- height: 37px;
- line-height: 30px;
- text-align: center;
- font-size: 14px;
- color: #326f64;
- }
- // 样式重置
- .pinBottom.left {
- width: 1050px;
- margin-right: 350px;
- height: 85px;
- left: 50%;
- transform: translateX(-50%);
- background-size: contain;
- background: url('../../assets/img/toolBar_bg.png');
- background-size: 100% 100%;
- display: flex;
- align-items: center;
- padding-bottom: 20px;
- justify-content: center;
- .logo {
- position: relative;
- bottom: -10px;
- left: 20px;
- height: 60px;
- & img {
- height: 100%;
- object-fit: contain;
- }
- }
- .splitImg {
- height: 100%;
- object-fit: contain;
- margin: 20px 0px 0px 36px;
- }
- }
- #gui-modes-map {
- margin-left: 30px;
- #play,
- #pause,
- #next,
- #pullTab,
- .A2hotIcon,
- #gui-modes-inside,
- #gui-modes-dollhouse,
- #gui-modes-floorplan {
- width: 45px;
- height: 45px;
- margin-left: 30px;
- background-color: transparent !important;
- position: relative;
- img {
- width: 45px;
- height: 45px;
- }
- }
- //针对第一个按钮
- #play,
- #pause {
- margin-left: 18px;
- }
- }
- .rightViewContainer {
- display: flex;
- justify-content: flex-end;
- align-items: center;
- gap: 30px;
- .likeBox,
- .A2_map_box,
- #volume,
- #gui-fullscreen,
- #gui-fullscreen-exit,
- .A2_share_box,
- .A2_view_box {
- width: 45px;
- height: 45px;
- margin: 0;
- background-color: transparent !important;
- position: relative;
- img {
- width: 100%;
- height: 100%;
- }
- .hasHover {
- width: 45px;
- height: 45px;
- }
- }
- }
- // 底部的位置
- .pinBottom {
- bottom: 26px;
- }
- .pinBottom.playing {
- bottom: 50px !important;
- }
- .pinBottom.open {
- bottom: 164px !important;
- }
- .pinBottom.open.playing {
- bottom: 184px !important;
- }
- // 只有在全景漫游下其他按钮才能点
- .pinBottom-containerNo {
- #play,
- #pause,
- .A2hotIcon {
- opacity: 0.5 !important;
- pointer-events: none !important;
- }
- }
- // 点赞
- .likeBox,
- .A2_map_box,
- .A2_share_box,
- .A2_view_box {
- float: left;
- cursor: pointer;
- img {
- width: 100%;
- height: 100%;
- }
- .likeMove {
- position: absolute;
- z-index: 100;
- left: -18px;
- bottom: 0;
- text-shadow: 1px 1px 1px #fcda99;
- opacity: 0;
- pointer-events: none;
- }
- .likeMoveAc {
- opacity: 1;
- }
- }
- .pinBottom-container.drawerOpen {
- bottom: 0;
- }
- // 展开的导览样式
- .darkGlass {
- background-color: rgba(0, 0, 0, 0.5);
- }
- #drawer.open {
- height: 140px !important;
- #scrollFrame {
- height: 130px;
- }
- }
- #thumb-container {
- width: 100% !important;
- display: flex;
- justify-content: flex-start;
- align-items: center;
- gap: 10px;
- .thumbImg {
- width: 140px;
- height: 130px;
- margin: 0;
- & > img {
- height: 100%;
- &:hover {
- border-color: rgba(142, 103, 68, 1);
- }
- }
- .overlay {
- left: 50%;
- top: 50%;
- transform: translate(-50%, 220%);
- width: 100%;
- background-color: rgba(0, 0, 0, 0.5);
- font-weight: 700;
- color: #fff;
- }
- }
- .active > img {
- border-color: #fff !important;
- }
- }
- // 滚动条
- .scrollbar {
- background-color: transparent;
- .handle {
- background-color: rgb(253, 251, 178);
- height: 6px;
- }
- }
- // 进度条
- #playHead {
- background-color: rgba(0, 0, 0, 0.5);
- #progressBar {
- .step {
- &::before {
- background-color: rgb(195, 164, 125);
- }
- }
- .active {
- &::before {
- background-color: rgb(253, 251, 178);
- }
- }
- }
- }
- .sectionIndex {
- position: fixed;
- bottom: 40px;
- right:30px;
- .sectionIndexImg {
- width: 125px;
- height: 100%;
- object-fit: cover;
- cursor: pointer;
- }
- }
- .section {
- position: fixed;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- width: 100%;
- height: 100%;
- background-color: rgba(0, 0, 0, 0.5);
- display: flex;
- align-items: center;
- justify-content: center;
- z-index: 30000;
- .arrL {
- position: absolute;
- left: 2%;
- cursor: pointer;
- }
- .arrR {
- position: absolute;
- right: 2%;
- cursor: pointer;
- }
- .sectionBox {
- padding: 0 20px;
- width: fit-content;
- overflow: auto;
- height: 89%;
- width: 100%;
- display: flex;
- flex-wrap: nowrap;
- scroll-behavior: smooth;
- justify-content: center;
- align-items: center;
- gap: 20px;
- ::-webkit-scrollbar {
- display: none; /* Chrome, Safari, Edge */
- }
- -ms-overflow-style: none; /* IE and Edge */
- scrollbar-width: none; /* Firefox */
- & > div {
- flex: 0 0 auto;
- width: 19%;
- height: 91%;
- background-size: contain;
- cursor: pointer;
- p {
- margin-top: 250px;
- padding: 38px;
- font-size: 13px;
- line-height: 21px;
- text-indent: 2em;
- }
- }
- .section1 {
- background: url(../../assets/img/section1.png) no-repeat;
- background-size: 100% 100%;
- p {
- color: #000000;
- }
- }
- .section2 {
- background: url(../../assets/img/section2.png) no-repeat;
- background-size: 100% 100%;
- p {
-
- color: #fff;
- }
- }
- .section3 {
- background: url(../../assets/img/section3.png) no-repeat;
- background-size: 100% 100%;
- p {
-
- color: #fff;
- }
- }
- .section4 {
- background: url(../../assets/img/section4.png) no-repeat;
- background-size: 100% 100%;
- p {
-
- color: #000;
- }
- }
- }
- .sectionClose {
- position: fixed;
- top: 70px;
- right: 130px;
- cursor: pointer;
- }
- }
- // 移动端
- @media screen and (max-width: 1000px) {
- .hoveImg {
- height: 20px;
- top: 24px;
- font-size: 10px;
- color: #fff;
- text-shadow: 0 0 5px rgba(253, 251, 178, 0.8), 0 0 10px rgba(253, 251, 178, 0.6);
- }
- #gui-modes-map {
- border-radius: 25px;
- display: flex;
- justify-content: flex-end;
- align-items: center;
- flex-direction: column;
- gap: 30px;
- margin-left: 10px;
- padding: 30px 0px;
- width: 45px;
- #play,
- #pause,
- #next,
- #pullTab,
- .A2hotIcon,
- #gui-modes-inside,
- #gui-modes-dollhouse,
- #gui-modes-floorplan {
- margin: 0;
- width: 30px;
- height: 30px;
- background-color: transparent !important;
- position: relative;
- img {
- width: 35px;
- height: 35px;
- }
- }
- }
- .pinBottom {
- width: 100% !important;
- align-items: flex-end !important;
- justify-content: space-between !important;
- background: transparent !important;
- right: 20px;
- padding: 0 !important;
- .logo {
- display: none;
- }
- .splitImg {
- display: none;
- }
- }
- .rightViewContainer {
- border-radius: 25px;
- margin-right: 10px;
- width: 45px;
- display: flex;
- justify-content: flex-end;
- flex-direction: column;
- align-items: center;
- gap: 30px;
- .likeBox,
- .A2_map_box,
- #volume,
- #gui-fullscreen,
- #gui-fullscreen-exit,
- .A2_share_box,
- .A2_view_box {
- width: 30px;
- height: 30px;
- margin: 0;
- background-color: transparent !important;
- position: relative;
- .hasHover {
- width: 30px;
- height: 30px;
- img {
- width: 30px;
- height: 30px;
- }
- }
- }
- }
- .sectionIndex {
- display: none;
- }
- .darkGlass {
- background-color: rgba(0, 0, 0, 0.5);
- }
- #drawer.open {
- height: 100px !important;
- #scrollFrame {
- height: 90px;
- }
- }
- #thumb-container {
- width: fit-content !important;
- display: flex;
- justify-content: flex-start;
- align-items: center;
- gap: 10px;
- .thumbImg {
- width: 100px;
- height: 80px;
- margin: 0;
- & > img {
- height: 100%;
- &:hover {
- border-color: rgba(142, 103, 68, 1);
- }
- }
- .overlay {
- left: 50%;
- top: 50%;
- transform: translate(-50%, 120%);
- width: 100%;
- background-color: rgba(0, 0, 0, 0.5);
- font-weight: 700;
- color: #fff;
- }
- }
- .active > img {
- border-color: #fff !important;
- }
- }
- }
- }
- }
|