* { 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; } /* 全局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: auto; 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; } #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; } .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; } } #BtnRight { position: absolute; width: 50px; height: 50px; cursor: pointer; bottom: 15px; right: 20px; } #BtnRight > img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: fill !important; opacity: 1; transition: all 0.3s; } #BtnRight .BtnRight2 { opacity: 0; pointer-events: none; } #BtnRight:hover .BtnRight1 { opacity: 0; pointer-events: none; } #BtnRight:hover .BtnRight2 { opacity: 1; pointer-events: auto; } @media screen and (min-width: 1200px) { #BtnRight { width: 35px; height: 35px; } } #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-preview-wrap { transform: rotate(90deg) !important; } .ant-image-preview-footer { transform: scale(0.7) rotate(90deg) translate(-178%, -50%); transform-origin: left bottom; } #root .ant-tooltip { transform: rotate(0) !important; inset: 4.331px auto auto 417.25px !important; width: 410px !important; height: 150px !important; max-width: 440px !important; } .ant-tooltip-inner { background: url('../img/tooltipBg.png') no-repeat center center / 100% 100%; } #root .ant-tooltip .tooltip_MT .top { 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 { width: 40px; height: 100%; cursor: pointer; display: flex; justify-content: 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: 5%; right: 2%; width: 60px; height: 30px; 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: 220px; height: 92px; max-width: 200px; } #root .ant-tooltip .ant-tooltip-content { width: 100% !important; height: 100% !important; } #root .ant-tooltip .ant-tooltip-inner { background: url(../img/tooltipBg.png) no-repeat; background-size: 100% 100%; box-shadow: none !important; width: 100% !important; height: 100% !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: 15px; display: flex; justify-content: space-between; align-items: center; } #root .ant-tooltip .tooltip_MT .top .title { width: 30px; height: 100%; font-size: 10px; line-height: 15px; color: #ffe9b6; } #root .ant-tooltip .tooltip_MT .top .close { width: 40px; height: 100%; cursor: pointer; display: flex; justify-content: 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%; border: none; position: fixed; top: 0; left: 0; } .myFont { font-family: 'SimSun' !important; font-weight: 700; } .opacityChange { animation: opacityChange 2s infinite linear; } @keyframes opacityChange { 0% { opacity: 1; } 50% { opacity: 0.2; } 100% { opacity: 1; } } @keyframes gestureState1 { 0% { transform: translateX(0); } 50% { transform: translateX(-50px); } 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; }