123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546 |
- * {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box; }
- a:hover, a:visited, a:link, a:active {
- text-decoration: none; }
- .btn {
- width: 0.62rem;
- height: 0.31rem;
- border: none;
- background-color: rgba(0, 0, 0, 0);
- outline-style: none;
- -webkit-border-radius: 100px;
- -moz-border-radius: 100px;
- border-radius: 100px;
- font-size: 0.13rem;
- color: #FFFFFF;
- display: flex;
- align-items: center;
- justify-content: center; }
- .btn-primary {
- background: #547BFF;
- border: 1px solid #547BFF; }
- .btn-primary-border {
- border: 1px solid #547BFF;
- background-color: #FFFFFF;
- color: #3597FF; }
- .btn-round {
- color: #3597FF;
- border: 1px solid #3597FF;
- width: 0.48rem;
- height: 0.48rem;
- -webkit-border-radius: 50%;
- -moz-border-radius: 50%;
- border-radius: 50%; }
- .nav {
- width: 100%;
- padding: 0 0.15rem; }
- .nav_wrap {
- width: 100%;
- border-bottom: 1px solid #D8D8D8;
- display: flex;
- align-items: center; }
- .nav_cell {
- flex: 1;
- line-height: 0.47rem;
- text-align: center;
- font-size: 0.16rem;
- color: #999999; }
- .nav_cell a {
- font-size: 0.16rem;
- color: #999999;
- display: block;
- text-decoration: none;
- width: 100%;
- height: 100%; }
- .nav .active {
- position: relative;
- color: #3597FF; }
- .nav .active a {
- color: #3597FF; }
- .nav .active:before {
- content: '';
- width: 0.56rem;
- height: 0.03rem;
- position: absolute;
- background-color: #3597FF;
- bottom: 0;
- left: 50%;
- margin-left: -0.28rem; }
- .banner {
- width: 100%;
- display: block;
- overflow: hidden; }
- .banner_inner {
- width: 100%; }
- .banner_cell {
- padding: 0.12rem 0.15rem; }
- .banner_cnt {
- height: 1.27rem;
- width: 100%;
- background-color: #3597FF; }
- .income {
- background-color: #FFF6F6;
- height: 0.53rem;
- padding: 0 0.15rem;
- overflow: hidden;
- display: flex;
- align-items: center; }
- .income_slide {
- width: 2.5rem;
- height: 0.53rem;
- overflow: hidden; }
- .income_item {
- display: flex;
- align-items: center;
- width: 2.5rem; }
- .income_avatar {
- width: 0.3rem;
- height: 0.3rem;
- -webkit-border-radius: 50%;
- -moz-border-radius: 50%;
- border-radius: 50%;
- background-color: #3597FF;
- margin-right: 0.1rem;
- overflow: hidden; }
- .income_avatar img {
- display: block;
- width: 100%;
- height: 100%;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 1;}
- .income_info {
- flex: 1;
- font-size: 0.14rem;
- color: #666;
- /*overflow: hidden;*/
- /*text-overflow: ellipsis;*/
- /*display: -webkit-box;*/
- /*-webkit-box-orient: vertical;*/
- /*-webkit-line-clamp: 1;*/
- }
- .income_info .name {
- color: #333;
- margin-right: 0.05rem; }
- .income_info .gold {
- color: #EA1B26; }
- .income_rank {
- margin-left: auto;
- margin-right: 0.05rem;
- font-size: 0.12rem;
- width: 0.76rem;
- height: 0.3rem;
- background: #FF6B3F;
- border: 1px solid #FF6B3F;
- position: relative; }
- .income_rank:before {
- content: '';
- width: 1px;
- height: 0.22rem;
- background: #E3E3E3;
- left: -0.1rem;
- top: calc(50% - 0.11rem);
- position: absolute; }
- .article {
- padding: 0 0.15rem; }
- .article_title {
- display: flex;
- align-items: center;
- height: 0.54rem;
- font-weight: 600;
- font-size: 0.18rem;
- line-height: 0.25rem;
- color: #333333; }
- .article_title span {
- font-size: 0.14rem;
- color: #E22020;
- margin-top: 0.04rem;
- margin-left: 0.05rem;
- line-height: 0.2rem; }
- .article_item {
- height: 0.75rem;
- width: 100%;
- border-bottom: 1px solid #E6E6E6;
- display: flex;
- align-items: center; }
- .article_icon {
- margin-right: 0.1rem;
- width: 0.46rem;
- height: 0.46rem; }
- .article_icon img {
- width: 100%;
- height: 100%; }
- .article_info {
- height: 0.46rem;
- max-width: 1.8rem;
- display: flex;
- align-items: flex-start;
- justify-content: space-between;
- flex-direction: column; }
- .article_info .title {
- line-height: 0.21rem;
- font-size: 0.15rem;
- color: #333333;
- font-weight: 600; }
- .article_info .des {
- font-size: 0.12rem;
- color: #999999;
- line-height: 0.2rem;
- overflow:hidden;
- text-overflow:ellipsis;
- display:-webkit-box;
- -webkit-box-orient:vertical;
- -webkit-line-clamp:1;}
- .article_btn {
- margin-left: auto;
- margin-right: 0.05rem; }
- .article-game .article_item {
- height: 1rem; }
- .article-game .article_icon {
- width: 0.62rem;
- height: 0.62rem; }
- .article-game .article_info {
- height: 0.62rem; }
- .article-game .des {
- font-size: 0.12rem;
- color: #FF8B30;
- line-height: 0.17rem;
- overflow:hidden;
- text-overflow:ellipsis;
- display:-webkit-box;
- -webkit-box-orient:vertical;
- -webkit-line-clamp:2;
- height: 0.34rem;}
- .list_title {
- width: 100%;
- height: 0.45rem;
- padding: 0 0.15rem;
- display: flex;
- align-items: center; }
- .list_title img {
- width: 0.2rem;
- height: 0.2rem;
- margin-right: 0.1rem; }
- .list_title span {
- font-size: 0.18rem;
- font-weight: 600;
- color: #333333; }
- .list_wrap {
- padding: 0 0.15rem; }
- .list_cell {
- padding: 0.17rem 0;
- position: relative;
- display: flex;
- align-items: flex-start;}
- .list_cell:before {
- content: '';
- width: 2.74rem;
- height: 1px;
- background-color: #E6E6E6;
- position: absolute;
- bottom: 0;
- right: 0.02rem; }
- .list_icon {
- width: 0.66rem;
- height: 0.66rem;
- margin-right: 0.12rem; }
- .list_info {
- flex: 1;
- display: flex;
- align-items: flex-start;
- justify-content: space-between;
- flex-direction: column; }
- .list_info .title {
- font-size: 0.14rem;
- color: #333333; }
- .list_info .msg {
- font-size: 0.12rem;
- color: #8B8B8B;
- line-height: 0.2rem;
- margin: 0.015rem 0;}
- .list_info .labels {
- overflow: hidden;}
- .list_info .labels span {
- transform-origin: left;
- letter-spacing: 0.021rem;
- padding: 0.03rem;
- float: left;
- display: inline-block;
- font-size: 0.1rem;
- margin-right: 0.05rem;
- margin-bottom: 0.05rem;
- color: #FFFFFF;
- background: #FF5A5A;
- border-radius: 0.03rem; }
- .list_btn {
- margin-left: auto;
- height:0.66rem;
- display: flex;
- align-items: center;
- margin-right: 0.05rem; }
- .rank {
- width: 100%; }
- .rank_wrap {
- width: 100%;
- padding: 0 0.15rem; }
- .rank_cell {
- width: 100%;
- display: flex;
- align-items: center;
- height: 0.76rem;
- border-bottom: 1px solid #D8D8D8; }
- .rank_cell:nth-child(1) .rank_index {
- background-color: #FE663C; }
- .rank_cell:nth-child(2) .rank_index {
- background-color: #EFCA14; }
- .rank_cell:nth-child(3) .rank_index {
- background-color: #C19C6E; }
- .rank_index {
- width: 0.18rem;
- height: 0.18rem;
- font-style: normal;
- margin-right: 0.1rem;
- display: flex;
- align-items: center;
- justify-content: center;
- -webkit-border-radius: 50%;
- -moz-border-radius: 50%;
- border-radius: 50%;
- color: #FFFFFF;
- background-color: #B0B0B0;
- font-size: 0.12rem; }
- .rank_avatar {
- width: 0.46rem;
- background-color: #3597FF;
- height: 0.46rem;
- -webkit-border-radius: 50%;
- -moz-border-radius: 50%;
- border-radius: 50%;
- margin-right: 0.15rem; }
- .rank_name {
- font-size: 0.14rem;
- line-height: 0.2rem;
- color: #333333; }
- .rank_income {
- margin-left: auto;
- font-size: 0.18rem;
- line-height: 0.25rem;
- font-weight: 400;
- color: #FE663C; }
- .article {
- padding: 0 0.15rem; }
- .article_title {
- padding-top: 0.2rem;
- font-size: 0.2rem;
- color: #333333;
- font-weight: 600; }
- .article_time {
- margin-top: 0.06rem;
- font-size: 0.14rem;
- padding-bottom: 0.18rem;
- color: #999999; }
- .azTop {
- padding: 0 0.15rem 0.08rem 0.15rem;
- border-bottom: 0.1rem solid #F0F0F0; }
- .azTop_game_cell {
- padding: 0.17rem 0;
- position: relative;
- display: flex;
- align-items: flex-start; }
- .azTop_game_icon {
- width: 0.66rem;
- height: 0.66rem;
- margin-right: 0.12rem; }
- .azTop_game_info {
- flex: 1;
- display: flex;
- align-items: flex-start;
- justify-content: space-between;
- flex-direction: column; }
- .azTop_game_info .title {
- font-size: 0.14rem;
- color: #333333; }
- .azTop_game_info .msg {
- font-size: 0.12rem;
- color: #8B8B8B;
- line-height: 0.2rem;
- margin: 0.015rem 0;}
- .azTop_game_info .labels {
- overflow: hidden; }
- .azTop_game_info .labels span {
- transform-origin: left;
- letter-spacing: 0.021rem;
- padding: 0.03rem;
- float: left;
- display: inline-block;
- font-size: 0.1rem;
- margin-right: 0.05rem;
- margin-bottom: 0.05rem;
- color: #FFFFFF;
- background: #FF5A5A;
- border-radius: 0.03rem;}
- .azTop_game_btn {
- margin-left: auto;
- height:0.66rem;
- display: flex;
- align-items: center;
- margin-right: 0.05rem; }
- .azTop_label {
- margin-top: -0.05rem;
- overflow: hidden;}
- .azTop_label span {
- float: left;
- padding: 0.05rem 0.1rem;
- margin-right: 0.07rem;
- background: #ECECEC;
- font-size: 0.14rem;
- color: #666666;
- border-radius: 0.07rem; }
- .azBody_page {
- border-bottom: 0.1rem solid #F0F0F0;
- padding-bottom: 0.6rem;
- font-size: 0.16rem; }
- .azBody_page:last-child {
- border: none; }
- .azBody_title {
- padding: 0.12rem 0.15rem 0.15rem 0.15rem; }
- .azBody_title b {
- display: block;
- font-size: 0.18rem;
- color: #333333;
- padding-left: 0.08rem;
- line-height: 0.18rem;
- border-left: 0.06rem solid #547BFF; }
- .azBody_text {
- padding: 0 0.15rem; }
- .slidePreview {
- max-width: 999px;
- overflow-x: scroll;
- white-space: nowrap; }
- .slidePreview_item {
- width: 1.09rem;
- height: 1.79rem;
- margin-left: 0.08rem;
- display: inline-block;
- background-color: #EEEEEE; }
- .slidePreview_item:first-child {
- margin-left: 0.15rem; }
- .slidePreview_item:last-child {
- margin-right: 0.15rem; }
- .slidePreview_item img {
- display: block;
- width: 100%;
- height: 100%; }
- .footer {
- position: fixed;
- bottom: 0;
- left: 0;
- width: 100%;
- height: 0.5rem;
- background: #FFFFFF;
- box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
- display: flex;
- align-items: center;
- justify-content: center;
- -webkit-transform: translateY(100%);
- -moz-transform: translateY(100%);
- -ms-transform: translateY(100%);
- -o-transform: translateY(100%);
- transform: translateY(100%);
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- -ms-transition: all 0.4s ease-out;
- -o-transition: all 0.4s ease-out;
- transition: all 0.4s ease-out; }
- .footer a {
- display: flex;
- align-items: center;
- justify-content: center;
- width: 3.46rem;
- height: 0.38rem;
- font-size: 0.16rem;
- color: #FFFFFF;
- background: #23B0CB;
- text-decoration: none;
- border-radius: 0.04rem; }
- .footer-show {
- -webkit-transform: translateY(0%);
- -moz-transform: translateY(0%);
- -ms-transform: translateY(0%);
- -o-transform: translateY(0%);
- transform: translateY(0%); }
- .wxDown {
- width: 100%;
- height: 100%;
- position: fixed;
- z-index: 10;
- top: 0;
- left: 0;
- background-color: rgba(0, 0, 0, 0.6); }
- .wxDown_cnt {
- background: #FFFFFF;
- position: absolute;
- right: 0.14rem;
- top: 0.16rem;
- width: 2.1rem;
- padding-left: 0.2rem; }
- .wxDown_cnt .topicon {
- width: 0.13rem;
- height: 0.08rem;
- display: block;
- position: absolute;
- right: 0.04rem;
- top: -0.08rem; }
- .wxDown_cnt .ids {
- font-style: normal;
- display: flex;
- align-items: center;
- justify-content: center;
- margin-right: 0.16rem;
- width: 0.2rem;
- height: 0.2rem;
- -webkit-border-radius: 50%;
- -moz-border-radius: 50%;
- border-radius: 50%;
- background: #000000;
- font-size: 0.14rem;
- color: #FFFFFF; }
- .wxDown_cnt .text {
- display: flex;
- align-items: center; }
- .wxDown_cnt .item {
- height: 0.5rem;
- font-size: 0.12rem;
- color: #333333;
- display: flex;
- align-items: center; }
- .wxDown_cnt .img2 {
- width: 0.38rem;
- height: 0.38rem;
- margin: 0 0.04rem; }
- .wxDown_cnt .img1 {
- width: 0.2rem;
- margin: 0 0.06rem; }
- .article_body img {
- width: 100% !important;
- }
- /*# sourceMappingURL=index.css.map */
|