| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671 |
- * {
- margin: 0;
- padding: 0;
- box-sizing: border-box;
- word-wrap: break-word;
- -webkit-tap-highlight-color: transparent;
- font-family: 'SimHei', 'SimSun', 'Microsoft Yahei', 'PingFang SC', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', 'STHeiti', 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif;
- }
- video {
- object-fit: cover;
- width: 100%;
- height: 100%;
- }
- /* 全局css变量 */
- :root {
- --themeColor: #733c00;
- --themeColor2: #ead98f;
- --fontNum: 16px;
- }
- html {
- height: 100%;
- user-select: none;
- }
- body {
- position: relative;
- font: 1em/1.4 'Microsoft Yahei', 'PingFang SC', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', 'STHeiti', 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif;
- font-size: var(--fontNum);
- height: 100%;
- color: black;
- overflow: hidden;
- background-color: #cbc5b7;
- }
- body #wjwjScene {
- width: 100%;
- height: 100%;
- border: none;
- position: fixed;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- }
- body #panoramic-root {
- display: none;
- width: 100%;
- height: 100%;
- border: none;
- position: fixed;
- top: 0;
- left: 0;
- }
- body #A7Back {
- width: 136px;
- height: 67px;
- position: absolute;
- z-index: 3;
- top: 3%;
- left: 4%;
- cursor: pointer;
- }
- body #A7Back > img {
- height: 100%;
- object-fit: contain;
- }
- .ant-image-preview-mask {
- backdrop-filter: blur(10px);
- background-color: rgba(0, 0, 0, 0.9) !important;
- }
- .ant-image-preview-img-wrapper .previewImage {
- width: 100%;
- height: 100%;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- }
- .ant-image-preview-img-wrapper .previewImage .Ori {
- height: 83%;
- width: 100%;
- object-fit: contain;
- }
- .ant-image-preview-img-wrapper .previewImage .Ori > .ant-image-preview-img {
- padding: 20px;
- width: 100%;
- height: 100%;
- max-width: 100%;
- max-height: 100%;
- object-fit: contain;
- }
- .ant-image-preview-img-wrapper .previewImage .ImgFromTxt {
- width: 80%;
- height: 3%;
- text-align: center;
- font-size: 14px;
- color: #fff;
- margin-top: 10px;
- white-space: nowrap;
- }
- #root {
- overflow: hidden;
- margin: auto;
- position: relative;
- }
- #root > div {
- width: 100%;
- height: 100%;
- }
- i {
- font-style: normal;
- }
- img {
- max-width: 100%;
- max-height: 100%;
- vertical-align: middle;
- object-fit: cover;
- }
- ul {
- list-style: none;
- }
- /* 文本域取消下拉 */
- textarea {
- resize: none !important;
- min-height: 100px !important;
- }
- /* 找不到页面 */
- .noFindPage {
- opacity: 0;
- transition: opacity 0.5s;
- text-align: center;
- transform: scale(0.6);
- }
- .noFindPage .ant-result {
- padding: 20px !important;
- }
- .noFindPage .ant-result .ant-result-subtitle {
- font-size: 20px;
- }
- [hidden] {
- display: none !important;
- }
- /* antd图片预览组件 */
- .ant-image {
- display: none !important;
- }
- .mySorrl::-webkit-scrollbar {
- /*滚动条整体样式*/
- width: 5px;
- /*高宽分别对应横竖滚动条的尺寸*/
- height: 1px;
- }
- .mySorrl::-webkit-scrollbar-thumb {
- /*滚动条里面小方块*/
- border-radius: 10px;
- -webkit-box-shadow: inset 0 0 5px transparent;
- background: var(--themeColor);
- }
- .mySorrl::-webkit-scrollbar-track {
- /*滚动条里面轨道*/
- -webkit-box-shadow: inset 0 0 5px transparent;
- border-radius: 10px;
- background: transparent;
- }
- .ant-image-preview-operations {
- background-color: rgba(0, 0, 0, 0.8) !important;
- }
- .ant-image-preview-operations-wrapper {
- position: fixed;
- width: 100%;
- height: auto;
- z-index: 1081;
- top: 80%;
- left: 50%;
- }
- .ant-image-preview-operations-wrapper .ant-image-preview-close {
- width: 150px;
- height: 70px;
- border-radius: 0;
- background-color: transparent;
- }
- .sizeNo {
- font-family: 'Microsoft Yahei', 'PingFang SC', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', 'STHeiti', 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif !important;
- }
- .adm-auto-center-content {
- font-family: 'Microsoft Yahei', 'PingFang SC', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', 'STHeiti', 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif !important;
- font-size: 16px;
- letter-spacing: 3px;
- text-align: center;
- }
- .hoverD {
- transition: all 0.3s;
- }
- .hoverD:hover {
- transform: scale(1.1);
- }
- .yunShan {
- animation: yunShan 1.5s infinite linear;
- color: #f1e39e;
- }
- @keyframes yunShan {
- 0% {
- opacity: 1;
- }
- 50% {
- opacity: 0;
- }
- 100% {
- opacity: 1;
- }
- }
- #HotOpCss {
- animation: HotOpCss 0.5s linear forwards;
- }
- @keyframes HotOpCss {
- 0% {
- opacity: 0;
- }
- 100% {
- opacity: 1;
- }
- }
- #bgImgBox {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- object-fit: fill !important;
- pointer-events: none;
- }
- @media screen and (orientation: portrait) {
- /* 竖屏 */
- .adm-image-viewer-image-wrapper img {
- transform: rotate(90deg) !important;
- }
- .adm-toast-wrap {
- transform: rotate(90deg) !important;
- }
- .ant-image-mask {
- background: rgba(0, 0, 0, 0.8) !important;
- }
- .ant-image-preview-footer {
- display: none !important;
- transform: scale(0.7) rotate(90deg) translate(-178%, -50%);
- transform-origin: left bottom;
- }
- .ant-image-preview-operations-wrapper {
- position: fixed;
- width: 100%;
- height: auto;
- z-index: 1081;
- top: 80%;
- left: 50%;
- transform: scale(0.7) rotate(90deg);
- }
- .ant-image-preview-operations-wrapper .ant-image-preview-close {
- border-radius: 0;
- background-color: transparent;
- }
- .ant-image-preview-img-wrapper .previewImage {
- position: relative;
- }
- .ant-image-preview-img-wrapper .previewImage .Ori {
- width: 80%;
- height: 74%;
- }
- .ant-image-preview-img-wrapper .previewImage .Ori .ant-image-preview-img {
- transform: rotate(90deg) scale(0.65) !important;
- }
- .ant-image-preview-img-wrapper .previewImage .ImgFromTxt {
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-107%, -50%) rotate(90deg) !important;
- }
- #root .ant-tooltip {
- transform: rotate(0) !important;
- width: 410px !important;
- height: 150px !important;
- max-width: 440px !important;
- inset: 88.7779px auto auto 334.985px !important;
- }
- #root .ant-tooltip .ant-tooltip-arrow {
- display: none !important;
- }
- #root .ant-tooltip .tooltip_MT .top {
- position: relative;
- width: 100%;
- height: 22px !important;
- }
- #root .ant-tooltip .tooltip_MT .top .title {
- width: 80px !important;
- font-size: 15px !important;
- line-height: 30px !important;
- }
- #root .ant-tooltip .tooltip_MT .top .close {
- position: absolute;
- top: 0px;
- right: 0;
- padding-left: 30px;
- padding-bottom: 30px;
- width: 50px !important;
- height: 52px !important;
- cursor: pointer;
- display: flex;
- justify-content: flex-end;
- align-items: center;
- }
- #root .ant-tooltip .tooltip_MT .top .close > img {
- height: 90%;
- object-fit: contain;
- }
- #root .ant-tooltip .tooltip_MT .content {
- font-size: 14px !important;
- line-height: 20px !important;
- font-weight: 400 !important;
- height: calc(100% - 30px) !important;
- }
- body #A7Back {
- transform: rotate(90deg);
- left: auto;
- top: 6%;
- right: -1%;
- width: 80px;
- height: 40px;
- position: absolute;
- z-index: 3;
- cursor: pointer;
- }
- body #A7Back > img {
- height: 100%;
- object-fit: contain;
- }
- }
- #myIframe {
- position: fixed;
- top: 0;
- left: 0;
- z-index: 99;
- width: 100vw;
- height: 100vh;
- z-index: 2;
- }
- .HotIconBase {
- animation: yunShan 2s infinite linear;
- }
- @keyframes yunShan {
- 0% {
- opacity: 1;
- }
- 50% {
- scale: 0.9;
- opacity: 0.2;
- }
- 100% {
- opacity: 1;
- }
- }
- @keyframes zhiti {
- 0% {
- opacity: 1;
- }
- 50% {
- scale: 0.98;
- opacity: 0.7;
- }
- 100% {
- opacity: 1;
- }
- }
- .likeImg2 {
- animation: likeImg2 1.5s linear forwards;
- }
- @keyframes likeImg2 {
- 0% {
- transform: scale(0.1);
- }
- 100% {
- transform: scale(1.5);
- }
- }
- /* 隐藏静音按钮 */
- #root .ant-tooltip {
- width: 380px;
- height: 122px;
- max-width: 200px;
- }
- #root .ant-tooltip .ant-tooltip-content {
- width: 100% !important;
- height: 100% !important;
- }
- #root .ant-tooltip .ant-tooltip-arrow::before {
- backdrop-filter: blur(2px);
- background-color: rgba(33, 30, 26, 0.5) !important;
- }
- #root .ant-tooltip .ant-tooltip-arrow::after {
- border: 1px solid rgba(255, 233, 182, 0.7);
- }
- #root .ant-tooltip.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
- top: 1.5px !important;
- }
- #root .ant-tooltip.ant-tooltip-placement-topLeft .ant-tooltip-arrow {
- bottom: 1px !important;
- }
- #root .ant-tooltip.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
- top: 2px !important;
- }
- #root .ant-tooltip .ant-tooltip-inner {
- background-color: rgba(33, 30, 26, 0.5) !important;
- box-shadow: none !important;
- width: 100% !important;
- height: 100% !important;
- padding: 11px 12px !important;
- border: 1px solid #ffe9b6;
- backdrop-filter: blur(2px);
- }
- .ant-image-preview-footer {
- display: none !important;
- }
- #root .ant-tooltip .tooltip_MT {
- height: 100%;
- font-size: 16px;
- line-height: 24px;
- color: #000;
- display: flex;
- flex-direction: column;
- padding-bottom: 8px;
- gap: 4px;
- }
- #root .ant-tooltip .tooltip_MT .top {
- width: 100%;
- height: 20px;
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- #root .ant-tooltip .tooltip_MT .top .title {
- width: 50%;
- height: 100%;
- font-size: 10px;
- line-height: 15px;
- font-weight: bold;
- color: #ffe9b6;
- }
- #root .ant-tooltip .tooltip_MT .top .close {
- width: 40px;
- height: 18px;
- cursor: pointer;
- display: flex;
- justify-content: flex-end;
- align-items: center;
- }
- #root .ant-tooltip .tooltip_MT .top .close > img {
- height: 90%;
- object-fit: contain;
- }
- #root .ant-tooltip .tooltip_MT .content {
- width: 100%;
- height: calc(100% - 16px);
- font-size: 7px;
- line-height: 10px;
- color: #fff;
- font-weight: lighter;
- overflow: auto;
- }
- #root .ant-tooltip .tooltip_MT .content::-webkit-scrollbar {
- width: 0px;
- }
- #root .ant-tooltip .tooltip_MT .content::-webkit-scrollbar-thumb {
- background: #ffe9b6;
- }
- #root #modalIframe {
- width: 100%;
- height: 100%;
- position: fixed;
- border: none;
- top: 0;
- left: 0;
- backface-visibility: hidden;
- -webkit-backface-visibility: hidden;
- -webkit-transform: translateZ(0);
- transform: translateZ(0);
- background-color: transparent;
- /* 确保背景透明 */
- }
- #opacityChange {
- animation: opacityChange 2s infinite linear;
- }
- #opacityChangeTxt {
- animation: opacityChange 2s infinite linear;
- }
- @keyframes opacityChange {
- 0% {
- opacity: 1;
- }
- 50% {
- opacity: 0.4;
- }
- 100% {
- opacity: 1;
- }
- }
- @keyframes gestureState1 {
- 0% {
- transform: translateX(0);
- }
- 25% {
- transform: translateX(-20px);
- }
- 50% {
- transform: translateX(0);
- }
- 75% {
- transform: translateX(20px);
- }
- 100% {
- transform: translateX(0);
- }
- }
- #root .moFont {
- font-size: 16px;
- line-height: 24px;
- letter-spacing: 2px;
- font-weight: 400;
- color: #504e40;
- }
- #root .moBack {
- width: 80px;
- height: 40px;
- }
- #root .moBack img {
- object-fit: fill !important;
- }
- #opacityCss {
- animation: opacityCss 2s linear forwards;
- }
- @keyframes opacityCss {
- 0% {
- opacity: 0;
- }
- 100% {
- opacity: 1;
- }
- }
- .songFont {
- font-family: 'song' !important;
- }
- .songFontc {
- font-family: 'song' !important;
- font-weight: 700 !important;
- }
- #Weijie {
- animation: Weijie 3s linear forwards;
- }
- @keyframes Weijie {
- 0% {
- height: 0;
- }
- 100% {
- height: 290px;
- }
- }
- @keyframes fade_in {
- 0% {
- opacity: 0;
- }
- 100% {
- opacity: 1;
- }
- }
- @keyframes fade_in2 {
- 0% {
- opacity: 0.3;
- }
- 100% {
- opacity: 1;
- }
- }
- @keyframes fade_in3 {
- 0% {
- opacity: 0;
- }
- 100% {
- opacity: 1;
- }
- }
- @keyframes fade_out3 {
- 0% {
- opacity: 1;
- }
- 100% {
- opacity: 0;
- }
- }
- @keyframes fade_in4 {
- 0% {
- opacity: 0;
- }
- 100% {
- opacity: 0.7;
- }
- }
- @keyframes fade_out4 {
- 0% {
- opacity: 0.7;
- }
- 100% {
- opacity: 0;
- }
- }
- @keyframes fadeOut {
- 0% {
- opacity: 1;
- }
- 100% {
- opacity: 0;
- }
- }
- @keyframes fadeInOut {
- 0% {
- opacity: 0.3;
- }
- 50% {
- opacity: 1;
- }
- 100% {
- opacity: 0.3;
- }
- }
- @keyframes lian_wang {
- 0% {
- /* 第一帧:背景位置 (0, 0) */
- transform: translateX(0);
- }
- 100% {
- /* 最后一帧:横向偏移 = -(总帧数-1) × 单帧宽度 */
- /* 10帧:-(10-1)×200 = -1800px */
- transform: translateX(-11857px);
- }
- }
- @keyframes lian_zou {
- 0% {
- /* 第一帧:背景位置 (0, 0) */
- transform: translate(0, 0);
- }
- 100% {
- /* 最后一帧:横向偏移 = -(总帧数-1) × 单帧宽度 */
- /* 10帧:-(10-1)×200 = -1800px */
- transform: translate(-5177px, 0);
- }
- }
- @keyframes bei_shang {
- 0% {
- /* 第一帧:背景位置 (0, 0) */
- transform: translate(0, 0);
- }
- 100% {
- /* 最后一帧:横向偏移 = -(总帧数-1) × 单帧宽度 */
- /* 10帧:-(10-1)×200 = -1800px */
- transform: translate(-5845px, 0);
- }
- }
- @keyframes bei_xia {
- 0% {
- /* 第一帧:背景位置 (0, 0) */
- transform: translate(0, 0);
- }
- 100% {
- /* 最后一帧:横向偏移 = -(总帧数-1) × 单帧宽度 */
- /* 10帧:-(10-1)×200 = -1800px */
- transform: translate(-5845px, 0);
- }
- }
|