* { margin: 0; padding: 0; } body { /* min-height: 100vh; */ /* color: var(--color-text); background: var(--color-background); */ color: #EAEAEA; background: #000; transition: color 0.5s, background-color 0.5s; line-height: 1.6; font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif; font-size: 15px; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; /* display: grid; grid-template-columns: 1fr 1fr; */ /* padding: 0 2rem; */ } ul li { list-style: none; } .quanpinghei { background: #000; position: fixed; top: 0; left: 0; width: 100VW; height: 100vh; z-index: 9999999; } .firstPage { text-align: center; display: none; } .firstPageText { background: #CE5C2A; border-color: #CE5C2A; color: #fff; cursor: default; font-size: 11px; padding: 4px 10px; border-radius: 2px; color: #FFE0D2; margin: 10px 3px; text-decoration: none; } /* 账户信息 */ .account { display: flex; justify-content: space-between; align-items: center; /* height: .88rem; */ height: 44px; margin: 0 .32rem; } .accountLeft { display: flex; justify-content: center; align-items: center; height: 100%; } .logo { width: 44px; height: 20.74px; } body{ font-family: PingFangSC-Regular, sans-serif;; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .LoginBoxChild { width: 6.02rem; height: 7.2rem; background: #25252A; position: fixed; top: 50%; left: 50%; margin-left: -3.01rem; margin-top: -3.6rem; border-radius: 0.24rem; } .LoginBoxChildTop { width: 4.66rem; height: 0.8rem; font-weight: bold; font-size: 0.64rem; color: #DFDFDF; text-align: center; margin: 1rem auto 0; } .LoginBoxChildMiddle { width: 4.66rem; height: 0.96rem; font-size: 0.3rem; color: #DFDFDF; margin: 0.34rem auto 0; text-align: center; } .LoginBoxChildBottom { width: 4.66rem; height: 1rem; background: #CF5731; font-size: 0.34rem; color: #DFDFDF; border-radius: 0.5rem; margin: 1rem auto 0; text-align: center; line-height: 1rem; } .LoginBoxChildBottomClose { width: 100%; height: 0.6rem; display: flex; display: -moz-flex; display: -o-flex; display: -webkit-flex; display: -ms-flex; justify-content: center; align-items: center; margin-top: 0.8rem; } .LoginBoxChildBottomClose img { width: 0.6rem; height: 0.6rem; } .AlertBox { width: 100%; height: 100%; position: fixed; background: rgba(0, 0, 0, 0.8); z-index: 10; display: none; } .AlertBoxChild { width: 6.7rem; height: 1rem; background: rgba(30,30,30,0.75); position: fixed; top: 50%; left: 50%; margin-left: -3.35rem; margin-top: -0.5rem; border-radius:0.28rem; } .AlertBoxChilds { width: 6rem; height: 1rem; display: flex; display: -moz-flex; display: -o-flex; display: -webkit-flex; display: -ms-flex; justify-content: center; align-items: center; color: #fff; font-size: 0.26rem; margin: 0 auto; } .zhedang { width: 100%; height: 100%; position: fixed; background-color: #151618; z-index: 199; } .box { width: 100%; height: 1.2rem; display: none; } .page { width: 100%; } .box1Child{ width:100%; height:1.2rem; display: flex; display: -moz-flex; display: -o-flex; display: -webkit-flex; display: -ms-flex; justify-content: center; align-items: center; } .footer { } .footerTitle { padding: .1rem .26rem; color: #E4E4E4; font-size: .38rem; border-bottom: 1px solid #1E1E1E; border-top: 1px solid #1E1E1E; } .footerText { padding: 0 .26rem; margin-top: .2rem; color: #E4E4E4; font-size: .24rem; } /* 切换语言 */ .languageWrap { margin-top: .2rem; width: 100%; height: 1rem; overflow: hidden; } .language { height: 1rem; width: 100%; background-color: #212121; display: flex; justify-content: space-between; align-items: center; } .language img { width: .4rem; height: .4rem; margin-right: .3rem; } .language p { margin-left: .3rem; } .languageText { color: #fff; height: 1rem; line-height: 1rem; border-bottom: 1px solid #1E1E1E; padding-left: .3rem; } .mine { z-index: 999999; position: fixed; right: 0; top: 0; background-color: rgba(0,0,0,.8); width: 0; height: 100%; overflow: hidden; /* display: none; */ } .mineView { width: 60%; height: 100%; background-color: #262626; float: right; position: relative; } .closeMineImg { width: .48rem; height: .48rem; margin-top: .3rem; margin-left: .3rem; } .userLogin { display: flex; justify-content: space-between; align-items: center; margin: .8rem; } .userBtn { width: 1.2rem; text-align: center; } .userBtn img { width: 1rem; height: 1rem; margin-top: .24rem; } .userBtn p { margin-top: .3rem; } .userContent { margin-left: .32rem; margin-top: 1.2rem; display: flex; /* justify-content: center; */ align-items: center; } .userImgA { width: .8rem; height: .8rem; } .userName { margin-left: .22rem; /* display: none; */ } .myCollection { margin-top: .8rem; margin-left: .32rem; display: flex; align-items: center; height: 1.2rem } .myCollectionImg { width: .44rem; height: .4rem; } .myCollectionTxt { margin-left: .28rem; } .mineLanguage { margin-top: .6rem; margin-left: .4rem; } .languageType { margin-top: .24rem; background-color: #222; border-radius: .08rem; display: flex; justify-content: center; align-items: center; } .languageType div { color: #fff; width: 1.84rem; height: .72rem; text-align: center; line-height: .72rem; border-radius: .08rem; } .isSelectLanguage { background-color: #CE5C2A; } .loginOut { position: absolute; bottom: 2.3rem; left: .66rem; width: 3.2rem; height: 1rem; line-height: 1rem; border: 1px solid #CE5C2A; border-radius: .16rem; color: #CE5C2A; text-align: center; }