123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376 |
- * {
- 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: 999;
- }
- .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;
- }
- /* 登录弹窗 */
- .loginBox {
- position: fixed;
- right: 0;
- top: 0;
- width: 100%;
- height: 100%;
- z-index: 9;
- background-color: rgba(0, 0, 0, .7);
- display: none;
- }
- .loginCenterBox {
- position: fixed;
- top: 50%;
- left: 50%;
- transform: translate(-50%,-50%);
- background-color: #262626;
- border-radius: 12px;
- display: flex;
- flex-direction: column;
- /* justify-content: center; */
- align-items: center;
- width: 7rem;
- height: 4.5rem;
- }
- .accountRightText {
- background-color: #333333;
- border-radius: 15px;
- width: 6.46rem;
- height: 1.1rem;
- line-height: 1.1rem;
- font-size: .32rem;
- text-align: center;
- margin-top: .6rem;
- color: #fff;
-
- }
- #login {
- margin-top: .26rem;
- }
- .guanbi {
- width: .5rem;
- height: .5rem;
- margin-top: .62rem;
- }
- /* 账户信息 */
- .account {
- display: flex;
- justify-content: space-between;
- align-items: center;
- /* height: .88rem; */
- height: 44px;
- }
- .accountLeft {
- display: flex;
- justify-content: center;
- align-items: center;
- height: 100%;
- }
- .logo {
- width: 80px;
- height: 40px;
- }
- .LoginBox {
- width: 100%;
- height: 100%;
- position: fixed;
- background: rgba(0, 0, 0, 0.8);
- z-index: 10;
- display: none;
- }
- 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;
- }
- .boxs {
- width: 100%;
- height: 1.2rem;
- display: none;
- }
- .page {
- width: 100%;
- }
- .boxs1{
- width:100%;
- height:1.2rem;
- display: none;
- }
- .boxs1Child{
- 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;
- }
- /* .info {
- width: 200px;
- height: 34px;
- line-height: 34px;
- }
- .fl {
- float: left;
- } */
- .list_item{
- display:inline-block;
- width:0.64rem;
- height:0.64rem;
- background:#CE5C2A;
- color: #dfdfdf;
- font-size:0.24rem;
- text-decoration:none;
- border-radius:0.08rem;
- text-align:center;
- line-height:0.64rem;
- }
- .list_items{
- display:inline-block;
- width:0.64rem;
- height:0.64rem;
- background:#CE5C2A;
- color: #dfdfdf;
- font-size:0.24rem;
- text-decoration:none;
- border-radius:0.08rem;
- text-align:center;
- line-height:0.64rem;
- }
- /* 未满18岁弹窗 */
- .ageTipPageParent{
- width:100%;
- height:100%;
- background:rgba(0,0,0,0.6);
- display: none;
- z-index:999;
- position:fixed;
- top:0;
- left:0;
- }
- .ageTipPage {
- position: fixed;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- width: 6.22rem;
- height:6.5rem;
- z-index: 998;
- background:#25252A;
- border-radius:0.12rem;
- }
- .ageTipPageContent {
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- text-align: center;
- }
- .ageTipPageTitle {
- color: #fff;
- font-size: 0.55rem;
- margin-top: 0.8rem;
- }
- .ageTipPageText {
- margin-top: 0.46rem;
- margin-bottom: 0.4rem;
- font-size: 0.5rem;
- color: #969b9c;
- font-weight:100;
- }
- .ageTipPageText img{
- width:68%;
- height:auto;
- margin:0 auto;
- }
- .ageTipPageTip {
- font-size: 0.26rem;
- color: #a09e9e;
- line-height:0.36rem;
- }
- .confirmBtn {
- width:4.66rem;
- height:1rem;
- border-radius:0.5rem;
- line-height:1rem;
- text-align: center;
- color: #fff;
- background-color: #CF5731;
- margin-top: 0.5rem;
- font-size:0.34rem;
- }
|