12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022 |
- body {
- font-size: 0.2592592593rem;
- margin: 0 auto;
- width: 100%;
- min-width: 320px;
- }
- .h-player {
- height: 100%;
- overflow: hidden;
- background: #000;
- }
- .container {
- width: 100%;
- height: 100%;
- position: relative;
- user-select: none;
- }
- #video1 {
- display: block;
- width: 100%;
- height: 100%;
- top: 0px;
- left: 0px;
- opacity: 1;
- }
- #box {
- width: 100%;
- height: 100%;
- position: absolute;
- left: 0;
- top: 0;
- z-index: 9999;
- }
- .scroll {
- position: absolute;
- -webkit-overflow-scrolling: touch;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
- }
- body:before {
- width: 100%;
- height: 100%;
- content: ' ';
- position: fixed;
- z-index: -1;
- top: 0;
- left: 0;
- background: #000;
- }
- #wine {
- user-select: none;
- -webkit-user-drag: none;
- position: absolute;
- z-index: 0;
- }
- video {
- display: block;
- width: 100%;
- height: 100%;
- z-index: 999;
- }
- canvas {
- display: block;
- width: 100%;
- height: 100%;
- z-index: 999;
- }
- /*主屏*/
- .control {
- width: 900px;
- overflow: hidden;
- margin: 0 auto;
- margin-top: 90px;
- margin-bottom: 17px;
- }
- .control-left-img {
- width: 26px;
- height: 26px;
- }
- .control-left-img img {
- width: 100%;
- height: 100%;
- }
- #mainScreen-main {
- user-select: none;
- -webkit-user-drag: none;
- position: relative;
- z-index: 0;
- width: 100%;
- height: 100%;
- top: 0px;
- background: #000;
- }
- #mocan {
- position: absolute;
- left: -269px;
- top: 2px;
- /* opacity: 0.2; */
- width: 901px;
- height: 555px;
- z-index: 9999;
- opacity: 0.7;
- }
- #no-ne {
- width: 100%;
- height: 100%;
- position: absolute;
- top: 0;
- background: #000000;
- z-index: 99999;
- font-size: 18px;
- color: #ffffff;
- text-align: center;
- }
- .no-ne-text {
- margin-top: 60%;
- }
- .no-ne-an {
- width: 171px;
- height: 47px;
- background: #eb6100;
- line-height: 47px;
- text-align: center;
- color: #ffffff;
- margin: 0 auto;
- margin-top: 20px;
- }
- .container .muted {
- position: absolute;
- right: 0.46296rem;
- top: 0.46296rem;
- z-index: 9999999;
- border-radius: 50%;
- }
- .muted {
- width: 2.62963rem;
- height: 2.62963rem;
- background-position: -1.78704rem -8.43519rem;
- }
- html {
- height: 100%;
- }
- .control-right-img {
- width: 42px;
- height: 42px;
- margin: 0 auto;
- margin-top: 0.6rem;
- }
- .control-right-img img {
- width: 100%;
- height: 100%;
- }
- .leftmains {
- width: 3.5rem;
- /* height: 100%; */
- background: #020206;
- position: fixed;
- right: -4rem;
- top: 0;
- opacity: 0.8;
- bottom: 50px;
- z-index: 1500;
- transition: all 0.2s ease-in;
- display: flex;
- flex-direction: column;
- /* margin-bottom: 50px; */
- }
- .PictureQualityMain {
- margin-top: 3rem;
- position: relative;
- }
- .PictureQuality {
- /* margin: 0 auto;
- width: 2.5rem;
- height: 1.8rem;
- line-height: 1.8rem;
- color: #fff;
- text-align: center;
- font-size: 15px;
- margin-top: 1rem; */
- }
- .avit {
- background: rgba(255, 255, 255, 1);
- color: #000 !important;
- border-radius: 3px;
- }
- .upload {
- margin: 0 auto;
- width: 3rem;
- /* height: 1.8rem; */
- line-height: 1.5rem;
- color: #fff;
- text-align: center;
- font-size: 16px;
- /* margin-top: 3rem; */
- }
- .upload+.upload {
- margin-top: 1rem;
- }
- .upload img {
- width: 1.2rem;
- height: 1.2rem;
- }
- .upload div {
- margin-top: -0.5rem;
- font-size: 12px;
- }
- .operation {
- /* position: absolute; */
- position: relative;
- margin-top: auto;
- /* bottom: 100px; */
- width: 100%;
- }
- #dormant {
- display: none;
- }
- .bottommains {
- width: 100%;
- height: 50px;
- background: #020206;
- position: fixed;
- left: 0;
- bottom: 0;
- z-index: 3;
- }
- .botmat1 {
- width: 33%;
- float: left;
- }
- .botmat1img {
- margin: 0 auto;
- width: 1.5rem;
- height: 1.5rem;
- margin-top: 0.5rem;
- }
- .botmat1img img {
- width: 100%;
- height: 100%;
- }
- .mainbox {
- width: 18rem;
- height: 10rem;
- background: #fff;
- position: fixed;
- top: 38%;
- left: 5%;
- border-radius: 5px;
- }
- .boxTitle {
- text-align: center;
- font-size: 18px;
- padding: 10px 0px;
- }
- .boxText {
- text-align: center;
- font-size: 16px;
- }
- .boxbt {
- width: 60%;
- height: 2.5rem;
- background: #0886f5;
- margin: 0 auto;
- font-size: 16px;
- text-align: center;
- line-height: 2.5rem;
- color: #fff;
- border-radius: 5px;
- margin-top: 1rem;
- }
- .sbox {
- width: 18rem;
- height: 5.5rem;
- background: #fff;
- position: fixed;
- top: 38%;
- left: 5%;
- border-radius: 5px;
- }
- .sboxText {
- padding: 17px;
- font-size: 16px;
- }
- .sboxbu {
- text-align: right;
- color: #0886f5;
- font-size: 16px;
- margin-right: 2rem;
- }
- .boximg {
- position: absolute;
- width: 1rem;
- height: 1rem;
- left: 45%;
- bottom: -22%;
- }
- #showsuss {
- display: none;
- }
- .loading {
- position: fixed;
- z-index: 1;
- left: 0;
- top: 0;
- }
- .mask {
- width: 100vw;
- height: 100vh;
- background: rgba(0, 0, 0, 0.3);
- position: fixed;
- top: 0;
- left: 0;
- z-index: 4;
- display: none;
- padding-bottom: 0.2rem;
- }
- .box-shear-plate {
- width: 16.25em;
- height: 16.875em;
- background: rgba(0, 0, 0, 0.6);
- padding-bottom: 20px;
- border-radius: 1.25em;
- position: absolute;
- top: 8.375em;
- left: 3.625em;
- }
- .close {
- width: 1.875rem;
- height: 1.875rem;
- position: absolute;
- top: 26.5875em;
- left: 10.8125em;
- }
- .empty {
- width: 8em;
- height: 10em;
- margin-top: 2.5em;
- margin-left: 4.125em;
- }
- .empty-txt {
- font-size: 0.9375em;
- font-weight: 400;
- color: #ffffff;
- line-height: 1.3125em;
- margin-top: 0.625em;
- text-align: center;
- }
- .title {
- height: 3em;
- line-height: 3em;
- text-align: center;
- font-size: 1em;
- font-weight: 500;
- color: #ffffff;
- position: relative;
- }
- .btn-clear {
- width: 3em;
- height: 1.5em;
- line-height: 1.5em;
- text-align: center;
- background: #3666f2;
- border-radius: 0.25em;
- position: absolute;
- right: 1.125em;
- top: 1.125em;
- font-size: 0.75em;
- color: #ffffff;
- }
- ul,
- li {
- padding: 0;
- margin: 0;
- }
- ul,
- li {
- list-style: none;
- }
- .slide-wrapper-content {
- height: 13.875em;
- overflow: hidden;
- overflow-y: scroll;
- }
- .animate-slide-start {
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- }
- .animate-slide {
- -webkit-transform: translate3d(-2.125em, 0, 0);
- -moz-transform: translate3d(-2.125em, 0, 0);
- transform: translate3d(-2.125em, 0, 0);
- }
- .slide-wrapper {
- margin: 0 1.125em 0.5em 0.625em;
- height: 2em;
- background: #fff;
- border-radius: 0.3125em;
- overflow: hidden;
- }
- .slide-scroll {
- height: 2em;
- overflow: hidden;
- white-space: nowrap;
- }
- .slide-content-button {
- width: 2.125em;
- height: 2em;
- border-radius: 0 0.3125em 0.3125em 0;
- display: flex;
- }
- .slide-content-button button {
- width: 100%;
- height: 100%;
- border: none;
- background: #f04646;
- color: #fff;
- font-size: 0.75em;
- text-align: center;
- }
- .slide-content {
- float: left;
- display: inline-block;
- color: #666;
- height: 2em;
- line-height: 2em;
- }
- .slide-content div {
- font-size: 0.8125em;
- margin-left: 0.625em;
- margin-right: 0.875em;
- text-align: center;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .mask {
- width: 100vw;
- height: 100vh;
- background: rgba(0, 0, 0, 0.3);
- position: fixed;
- top: 0;
- left: 0;
- z-index: 4;
- }
- * {
- -webkit-touch-callout: none;
- /*系统默认菜单被禁用*/
- -webkit-user-select: none;
- /*webkit浏览器*/
- -khtml-user-select: none;
- /*早期浏览器*/
- -moz-user-select: none;
- /*火狐*/
- -ms-user-select: none;
- /*IE10*/
- user-select: none;
- }
- input,
- textarea {
- -webkit-user-select: auto;
- /*webkit浏览器*/
- outline: none;
- }
- .bottommains img {
- pointer-events: none;
- }
- .try-use-wrap,
- .buy-phone-wrap,
- .look-wrap,
- .apply-wrap,
- .time-lang-wrap,
- .countdown-wrap {
- width: 100%;
- height: 100%;
- position: fixed;
- top: 0;
- left: 0;
- z-index: 99;
- background: rgba(0, 0, 0, 0.5);
- display: none;
- }
- .time-lang-container,
- .countdown-container {
- width: 80%;
- height: 356px;
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- background-color: #ffffff;
- border-radius: 0.66em;
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .time-lang-img,
- .countdown-img {
- width: 104px;
- height: 140px;
- }
- .time-lang-title,
- .countdown-title {
- margin-top: 0.34rem;
- font-size: 18px;
- font-weight: 600;
- color: #363636;
- }
- .time-lang-tip,
- .countdown-tip {
- margin-top: 0.28rem;
- font-size: 14px;
- color: #757580;
- text-align: center;
- }
- .countdown-tip2 {
- margin-top: 0.16rem;
- font-size: 14px;
- color: #757580;
- }
- .countdown-time {
- color: #00DB88;
- }
- .time-lang-btn,
- .countdown-btn {
- width: 244px;
- height: 50px;
- line-height: 50px;
- text-align: center;
- margin: auto;
- margin-top: 44px;
- background: linear-gradient(90deg, #00A3FF 0%, #04F79A 100%);
- border-radius: 8px;
- font-size: 12px;
- color: #FFFFFF;
- }
- .countdown-btn {
- margin-top: 24px;
- }
- .try-use-container {
- width: 80%;
- height: 409px;
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- background-color: #ffffff;
- border-radius: 0.66em;
- }
- .apply-container {
- width: 80%;
- height: 419px;
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- background-color: #ffffff;
- border-radius: 0.66em;
- }
- .apply-title {
- text-align: center;
- margin-top: 0.34rem;
- font-size: 16px;
- font-weight: 500;
- color: #363636;
- }
- .apply-list {
- height: 290px;
- margin-top: 16px;
- }
- .apply-item {
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 0 18px;
- margin-top: 16px;
- }
- .apply-item:first-child {
- margin: 0;
- }
- .apply-img {
- width: 36px;
- height: 36px;
- border-radius: 10px;
- }
- .apply-row {
- flex: 1;
- margin-left: 10px;
- }
- .apply-row-title {
- width: 140px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- font-size: 16px;
- color: #363636;
- }
- .apply-row-down {
- font-size: 12px;
- color: #757580;
- }
- .apply-down-btn {
- width: 68px;
- height: 30px;
- line-height: 30px;
- text-align: center;
- background: linear-gradient(90deg, #00A3FF 0%, #04F79A 100%);
- border-radius: 8px;
- font-size: 12px;
- color: #FFFFFF;
- }
- .apply-list-change {
- width: 244px;
- height: 50px;
- line-height: 50px;
- text-align: center;
- margin: auto;
- margin-top: 14px;
- background: linear-gradient(225deg, #FF62F8 0%, #FF9D5C 100%);
- border-radius: 8px;
- font-size: 12px;
- color: #FFFFFF;
- }
- .apply-close {
- width: 1.875rem;
- height: 1.875rem;
- position: absolute;
- bottom: -3.2em;
- left: 50%;
- transform: translateX(-50%);
- }
- .time-close-wrap {
- width: 5.46em;
- height: 2em;
- line-height: 2em;
- text-align: center;
- position: absolute;
- top: 0.24em;
- right: 0.3em;
- background: rgba(0, 0, 0, 0.49);
- border-radius: 1.26em;
- font-size: 12px;
- color: #ffffff;
- }
- .bug-wrap {
- width: 90%;
- height: 115px;
- background: #ffffff;
- border-radius: 10px;
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- }
- .bug-title {
- text-align: center;
- margin: 25px 0;
- font-size: 18px;
- font-weight: 600;
- color: #333333;
- }
- .btn-list {
- width: 100%;
- height: 44px;
- line-height: 44px;
- border-top: 1px solid rgba(238, 238, 238, 1);
- position: absolute;
- bottom: 0;
- left: 0;
- display: flex;
- align-items: center;
- }
- .btn {
- flex: 1;
- text-align: center;
- }
- .cannel-btn {
- font-size: 18px;
- color: #666666;
- }
- .go-bug {
- font-size: 18px;
- color: #3b7fff;
- border-left: 1px solid rgba(238, 238, 238, 1);
- }
- .dialog {
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- height: 100vh;
- width: 100vw;
- z-index: 100;
- /* width: 70vw; */
- /* border-image: linear-gradient(#76ccff, #c328ff); */
- /* border: 1px solid #000; */
- /* border-radius: 20px; */
- flex-direction: column;
- align-items: center;
- justify-content: center;
- box-sizing: border-box;
- display: none;
- }
- .dialog-mask {
- background-color: rgba(0, 0, 0, 0.6);
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- width: 100%;
- height: 100%;
- z-index: 0;
- }
- .dialog.show {
- display: flex;
- }
- .dialog * {
- box-sizing: inherit;
- }
- .dialog-content-border {
- width: 70vw;
- /* height: 70vw; */
- z-index: 1;
- position: relative;
- }
- .dialog-content {
- width: 100%;
- /* height: 100%; */
- background-color: #000;
- color: #fff;
- display: flex;
- flex-direction: column;
- }
- .dialog-header {
- display: flex;
- align-items: center;
- justify-content: space-between;
- height: 11.2vw;
- padding: 0 5vw;
- border-bottom: 1px solid rgba(255, 255, 255, 0.2);
- }
- .dialog-btn {
- padding: 0.5rem;
- line-height: 1;
- color: rgba(255, 255, 255, 0.6);
- }
- .dialog-btn.confirm {
- color: #fff;
- }
- #set-phone-size-dialog .dialog-content-border {
- overflow: hidden;
- padding: 1px;
- border-radius: 20px;
- background: linear-gradient(180deg,
- rgba(118, 204, 255, 1),
- rgba(195, 40, 255, 1));
- }
- #set-phone-size-dialog .dialog-content {
- overflow: hidden;
- border-radius: 20px;
- background-color: #000000;
- }
- .menu-btn {
- margin: 0 auto;
- width: 2.5rem;
- line-height: 1.8rem;
- color: #fff;
- text-align: center;
- font-size: 12px;
- margin-top: 1rem;
- }
- #phone-size-list {
- /* margin-top: 2vw; */
- padding: 4vw 0;
- }
- .phone-size-item {
- height: 11.7333vw !important;
- /* text-align: center; */
- color: rgba(255, 255, 255, 0.6);
- font-size: 3.7333vw;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .phone-size-item.active {
- color: #fff;
- font-size: 4.2667vw;
- background-image: url('../../static/img/phone-size-active.png');
- background-size: 70% 100%;
- background-position: center center;
- background-repeat: no-repeat;
- }
- #box {
- display: flex;
- align-items: center;
- justify-content: center;
- }
- #playCanvas {
- flex: none;
- }
- #playCanvas.vertical {
- position: relative;
- transform: rotate(0deg);
- transform-origin: center center;
- width: 100vw;
- height: calc(100vh - 50px);
- }
- #playCanvas.horizontal {
- position: relative;
- transform: rotate(90deg);
- transform-origin: center center;
- width: calc(100vh - 50px);
- height: 100vw;
- }
- .count-view {
- min-width: 5.16rem;
- height: 1.63rem;
- background: rgba(0, 0, 0, 0.6);
- border-radius: 1.13rem;
- position: absolute;
- top: 0.45rem;
- right: 0.45rem;
- padding: 0.31rem 0.27rem 0.31rem 0.45rem;
- box-sizing: border-box;
- color: #ffffff;
- font-weight: 500;
- font-size: 0.72rem;
- font-weight: 500;
- margin: 0 0.18rem;
- z-index: 10000;
- display: none;
- }
- .fnca {
- display: flex;
- flex-wrap: nowrap;
- justify-content: space-around;
- align-items: center;
- }
- .wh22 {
- width: 0.99rem;
- height: 0.99rem;
- }
- .line {
- width: 1px;
- height: 0.81rem;
- background: #FFFFFF;
- border-radius: 1px;
- opacity: 0.3;
- }
- /* .dialog-jifei {
- width: 13.26rem;
- height: 13.17rem;
- background: #FFFFFF;
- border-radius: 0.36rem;
- position: fixed;
- top: 8.15rem;
- left: calc(50% - 6.63rem);
- display: none;
- } */
- .w100h130 {
- width: 4.52rem;
- display: block;
- height: 5.88rem;
- margin: 0 auto;
- }
- .fs16 {
- font-size: 0.72rem;
- font-weight: 500;
- color: #363636;
- text-align: center;
- }
- .fs14 {
- font-size: 0.63rem;
- color: #757580;
- line-height: 0.9rem;
- margin-top: 0.45rem;
- text-align: center;
- }
- .c00DB88 {
- color: #00DB88;
- }
- .jishi-close-icon {
- width: 9.375rem;
- height: 1.81rem;
- background: linear-gradient(90deg, #00A3FF 0%, #04F79A 100%);
- border-radius: 0.36rem;
- font-size: 0.72rem;
- font-weight: 500;
- color: #FFFFFF;
- line-height: 1.81rem;
- text-align: center;
- margin: 0.9rem auto 0;
- }
|