| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815 |
- .game_rec {
- display: flex;
- height: 0.45rem;
- align-items: center;
- font-size: 0.16rem;
- justify-content: space-around;
- border-bottom: 0.01rem solid #EEEEEE;
- }
- .game_rec a {
- display: block;
- /* width: 0.65rem; */
- height: 0.44rem;
- line-height: 0.4rem;
- }
- .game_rec .active {
- color: #FF9A1C;
- font-weight: bold;
- border-bottom: 0.03rem solid #FF9A1C;
- }
- .game-list {
- margin-top: 1rem;
- border-top: 0.1rem solid #f9f9f9;
- }
- .game-info {
- position: relative;
- margin: 0.1rem;
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding-bottom: 0.1rem;
- border-bottom: 0.01rem solid #EEEEEE;
- }
- .search-game .game-info{
- padding: 0.1rem;
- margin: 0;
- }
- .search-game .game-info .gift {
- top: 0.05rem;
- left: 0.6rem;
- }
- .game-info:last-child {
- border-bottom: none;
- }
- .rankid {
- position: absolute;
- font-size: 0.15rem;
- color: #fff;
- left: 0;
- width: 0.37rem;
- height: 0.3rem;
- top: 0;
- line-height: 0.25rem;
- padding-left: 0.05rem;
- font-family: ButterBody;
- background: linear-gradient(-40deg, transparent 62%, #FF9A1C 0%);
- background-size: 0.6rem 0.3rem;
- border-top-left-radius: 0.15rem;
- }
- .game-info img {
- width: 0.67rem;
- float: left;
- border-radius: 0.15rem;
- }
- .game-info .content {
- float: left;
- width: 2.1rem;
- min-height: 0.67rem;
- margin-left: 0.1rem;
- display: flex;
- flex-wrap: wrap;
- align-items: center;
- }
- .game-info .content h4 {
- padding: 0;
- font-size: 0.14rem;
- border-bottom: none;
- width: 100%;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .game-info .content p {
- width: 100%;
- color: #999999;
- font-size: 0.12rem;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .gift-list .game-info .content p {
- white-space: normal;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- line-clamp: 2;
- -webkit-box-orient: vertical;
- }
- .game-info .content p span {
- padding: 0.04rem;
- }
- .game-info .download a,
- .game-info .order a,
- .game-info .receive a {
- display: block;
- float: right;
- color: #FF9A1C;
- font-size: 0.14rem;
- background: #FFF;
- width: 0.63rem;
- height: 0.28rem;
- line-height: 0.28rem;
- text-align: center;
- border: 0.01rem solid #FF9A1C;
- border-radius: 0.2rem;
- }
- .game-info .number {
- width: 0.2rem;
- font-size: 0.18rem;
- text-align: center;
- margin-right: 0.1rem;
- }
- .game-info .number-1 {
- background: url(../../images/mobile/icon/one.png);
- background-size: 100% 100%;
- width: 0.22rem;
- height: 0.22rem;
- color: #FFFFFF;
- font-size: 0.12rem;
- text-align: center;
- }
- .game-info .number-2 {
- background: url(../../images/mobile/icon/two.png);
- background-size: 100% 100%;
- width: 0.22rem;
- height: 0.22rem;
- color: #FFFFFF;
- font-size: 0.12rem;
- text-align: center;
- }
- .game-info .number-3 {
- background: url(../../images/mobile/icon/three.png);
- background-size: 100% 100%;
- width: 0.22rem;
- height: 0.22rem;
- color: #FFFFFF;
- font-size: 0.12rem;
- text-align: center;
- }
- .game-info .number img {
- width: 0.22rem;
- }
- .game-info .content {
- width: 1.8rem !important;
- }
- .weui-loadmore__tips {
- font-size: 0.14rem;
- color: #B2B2B2;
- }
- .weui-loadmore {
- display: none;
- width: 100%;
- margin: 0;
- padding: 1.5em 0 0;
- }
- .weui-loadmore,
- .footer {
- background: #F9F9F9;
- }
- .header .type {
- margin-right: 0.25rem;
- }
- .header .active {
- color: #FF9A1C;
- border-bottom: 0.03rem solid #FF9A1C;
- }
- .game-category-title {
- position: fixed;
- top: 0.55rem;
- width: 0.73rem;
- height: calc(100% - 0.55rem);
- background: #F9F9F9;
- overflow-y: scroll;
- z-index: 222;
- }
- .game-category-title li {
- height: 0.5rem;
- line-height: 0.5rem;
- text-align: center;
- font-size: 0.16rem;
- background: #F9F9F9;
- }
- .game-category-title li a {
- display: block;
- width: 100%;
- height: 100%;
- }
- .game-category-title .active {
- background: #fff;
- border-left: 0.03rem solid #FF9A1C;
- }
- .no-fixed{
- position: relative !important;
- background: #F9F9F9 !important;
- }
- .warp-gamelist {
- margin-top: 0.55rem;
- margin-left: 0.73rem;
- position: fixed;
- overflow: scroll;
- height: calc(100% - 0.55rem);
- width: 3.02rem;
- }
- .warp-gamelist .game-info img {
- width: 0.6rem;
- height: 0.6rem;
- }
- .warp-gamelist .game-info .content {
- width: 1.3rem !important;
- height: 0.6rem;
- }
- .warp-gamelist .game-info {
- margin: 0.1rem;
- margin-bottom: 0.12rem;
- padding-bottom: inherit;
- border-bottom: none;
- }
- .warp-gamelist .game-list {
- border-top: none;
- margin: 0 !important;
- }
- .warp-gamelist .game-list>p {
- font-size: 0.14rem;
- color: #999999;
- padding: 0.1rem;
- }
- .warp-gamelist .game-list>p>span {
- color: #FF9A1C;
- }
- .warp_gift_surplus {
- width: 1.17rem;
- background-color: #e6e6e6;
- border-radius: 0.08rem;
- height: 0.06rem;
- margin: 0.06rem;
- float: left;
- }
- .gift_surplus {
- height: 0.06rem;
- background-color: #fca11c;
- border-radius: 0.08rem 0 0 0.08rem;
- }
- .gift_progress {
- display: flex;
- }
- .gift_progress span {
- color: #999999;
- font-size: 0.12rem;
- }
- .gift-list .game-info .content {
- width: 2rem !important;
- }
- /* gift detail */
- .top-half-1 {
- margin-top: 0.8rem;
- border-bottom: 0.1rem solid #F9F9F9;
- }
- .top-half-1 .receive a {
- width: 0.9rem;
- }
- .game-gift-detail {
- padding: 0 0.1rem;
- border-bottom: 0.1rem solid #f9f9f9;
- }
- .game-gift-detail h4 {
- font-size: 0.16rem;
- height: 0.6rem;
- display: flex;
- align-items: center;
- }
- .game-gift-detail span {
- display: block;
- width: 0.05rem;
- height: 0.16rem;
- margin-right: 0.08rem;
- background: #FF9A1C;
- border-radius: 0.02rem;
- }
- .game-gift-detail p {
- font-size: 0.14rem;
- color: #999999;
- line-height: 0.19rem;
- margin-bottom: 0.2rem;
- }
- .game-gift-detail p a {
- color: #FFA22D;
- text-decoration: underline;
- }
- .game-gift-detail li {
- font-size: 0.14rem;
- height: 0.5rem;
- line-height: 0.5rem;
- border-bottom: 0.01rem solid #EEEEEE;
- }
- .game-gift-detail li a {
- display: block;
- max-width: 100%;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .relate-game {
- position: fixed;
- bottom: 0;
- width: -webkit-fill-available;
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding: 0.05rem 0.1rem;
- background: rgba(0, 0, 0, 0.75);
- }
- .relate-game img {
- width: 0.41rem;
- float: left;
- }
- .relate-game .content {
- color: #fff;
- margin-left: 0.1rem;
- width: 2rem;
- float: left;
- }
- .relate-game .content h4 {
- font-size: 0.14rem;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .relate-game .content p {
- font-size: 0.12rem;
- }
- .relate-game .content p span {
- padding: 0.05rem;
- }
- .relate-game .download a {
- display: block;
- width: 0.63rem;
- height: 0.28rem;
- color: #fff;
- font-size: 0.14rem;
- line-height: 0.28rem;
- text-align: center;
- background: #FF9E33;
- border-radius: 0.2rem;
- }
- .relate-game .close {
- width: 0.15rem;
- height: 0.15rem;
- margin-top: -0.28rem;
- }
- .weui-dialog__bd span {
- color: #FF9A1C;
- }
- /* gameaid list */
- .gameaid-list {
- margin-top: 0.55rem;
- border-top: 0.1rem solid #f9f9f9;
- }
- .warp-gameaid-info .game-info {
- border-bottom: none;
- }
- .warp-gameaid-info {
- overflow: auto;
- border-bottom: 0.1rem solid #F9F9F9;
- padding-bottom: 0.2rem;
- }
- .gameaid-info {
- margin: 0 0.1rem;
- line-height: 0.2rem;
- overflow: hidden;
- }
- .open-close {
- color: #999999;
- font-size: 0.13rem;
- padding: 0.2rem 0.1rem 0;
- float: right;
- display: none;
- }
- .open-close a{
- color: #999999;
- }
- .open-close img {
- width: 0.12rem;
- margin: 0.05rem;
- }
- .no-more-data {
- background: #f9f9f9;
- color: #B2B2B2;
- font-size: 0.14rem;
- height: 0.5rem;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .no-more-data span {
- display: block;
- width: 1.2rem;
- height: 0.01rem;
- background: #e6e6e6;
- margin: 0 0.05rem;
- display: none;
- }
- input.submit {
- color: #fff;
- font-size: 0.18rem;
- background: #FF9E33;
- border-radius: 0.5rem;
- margin: 0.15rem 0;
- }
- /* 开服开测 */
- .warp-service {
- margin-top: 0.55rem;
- }
- .warp-service .game-info{
- justify-content: initial !important;
- }
- .warp-service .game-info .content{
- width: 2rem !important;
- }
- .game-info .gift {
- width: 0.23rem;
- position: absolute;
- top: -7px;
- left: 0.5rem;
- }
- .warp-service .game-list {
- margin-top: 0px;
- border-top: none;
- }
- .service-date {
- font-size: 0.16rem;
- display: flex;
- height: 0.5rem;
- align-items: center;
- padding-left: 0.1rem;
- border-bottom: 0.01rem solid #eee;
- border-top: 0.1rem solid #F9F9F9;
- }
- .service-date img {
- width: 0.18rem;
- margin-right: 0.1rem;
- }
- .service-date span {
- color: #999999;
- font-size: 0.14rem;
- margin-left: 0.1rem;
- }
- .warp-service .game-info {
- margin: 0;
- padding: 0.1rem;
- }
- .warp-service .game-info .gift {
- top: 4px;
- left: 0.6rem;
- }
- .highlight {
- color: #FFB50F !important;
- }
- /* 存号箱 */
- .gift-box.header {
- justify-content: initial;
- }
- .gift-box.header .back {
- padding-right: 0;
- float: left;
- line-height: 0.4rem;
- }
- .gift-box.header h1 {
- float: left;
- width: 100%;
- max-width: 100%;
- text-align: center;
- }
- .gift-box-list {
- padding-top: 1.02rem;
- }
- .gift-box-list>p {
- font-size: 0.16rem;
- line-height: 0.5rem;
- padding-left: 0.23rem;
- }
- .gift-box-list>p span {
- color: #FF9A1C;
- }
- .boxinfo {
- border: 0.1rem solid #f9f9f9;
- border-bottom: none;
- }
- .boxinfo .content {
- width: 2.54rem;
- }
- .gift-info {
- margin: 0.1rem 0.1rem 0;
- display: flex;
- padding-bottom: 0.1rem;
- border-bottom: 0.01rem solid #EEEEEE;
- }
- .gift-info img {
- width: 0.71rem;
- height: 0.71rem;
- margin-right: 0.1rem;
- }
- .gift-info .content h4 {
- font-size: 0.14rem;
- width: 100%;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .gift-info .content p {
- font-size: 0.12rem;
- color: #BCBCBC;
- }
- .giftcode {
- font-size: 0.12rem;
- overflow: auto;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .giftcode p {
- font-weight: bold;
- margin-left: 0.1rem;
- line-height: 0.38rem;
- float: left;
- }
- .giftcode .code {
- float: left;
- color: #BCBCBC;
- width: 2.1rem;
- word-wrap: break-word;
- margin: 0.08rem;
- }
- .giftcode a {
- display: block;
- width: 0.55rem;
- height: 0.23rem;
- line-height: 0.23rem;
- margin-right: 0.1rem;
- background: #FF9A1C;
- text-align: center;
- color: #fff;
- border-radius: 0.2rem;
- }
- /* 客服中心 常见问题 */
- .question {
- justify-content: initial;
- }
- .question h1 {
- width: 100%;
- max-width: 100%;
- float: left;
- font-size: 0.18rem;
- margin-right: 0.6rem;
- text-align: center;
- }
- .question-list,
- .content-txt {
- margin-top: 1rem;
- border-top: 0.1rem solid #F9F9F9;
- }
- .content-txt {
- font-size: 0.14rem;
- padding: 0.12rem;
- }
- .question-list li {
- padding: 0.15rem 0.1rem;
- margin: 0 0.1rem;
- border-bottom: 0.01rem solid #eee;
- }
- .question-list li:last-child {
- border-bottom: none;
- }
- .question-list li h4 {
- font-size: 0.16rem;
- margin-bottom: 0.2rem;
- }
- .question-list li p {
- font-size: 0.14rem;
- color: #999999;
- }
- /* 搜索页 */
- .header.search-page img {
- width: 0.2rem;
- }
- .header.search-page input {
- padding-left: 0.15rem;
- padding-right: 0.3rem;
- width: 2.4rem;
- height: 100%;
- border: none;
- border-radius: .16rem;
- background-color: #f9f9f9;
- }
- .header.search-page .search {
- height: .32rem;
- }
- .header.search-page {
- justify-content: space-between;
- }
- .hot-search,.history-search{
- margin: 0 0.1rem;
- }
- .history-search{
- display: none;
- }
- .hot-search .title ,.history-search .title{
- height: 0.5rem;
- font-size: 0.16rem;
- display: flex;
- align-items: center;
- margin: 0 0.07rem;
- }
- .hot-search div {
- overflow: hidden;
- margin: 0 0.07rem;
- }
- .hot-search .title img{
- width: 0.2rem;
- margin-right: 0.08rem;
- }
- .hot-search a {
- display: block;
- float: left;
- font-size: 0.12rem;
- color: #BCBCBC;
- height: 0.25rem;
- padding: 0 0.12rem;
- margin: 0 0.1rem 0.1rem 0;
- line-height: 0.25rem;
- border: 0.01rem solid #EEEEEE;
- border-radius: 0.2rem;
- }
- .history-search .title{
- justify-content: space-between;
- }
- .history-search .title div,.history-search .title a{
- display: flex;
- align-items: center;
- }
- .history-search .title img{
- margin-right: 0.08rem;
- }
- .history-search img{
- width: 0.2rem;
- }
- .history-search li {
- height: 0.35rem;
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin: 0 0.07rem;
- }
- .history-search li a {
- font-size: 0.14rem;
- color: #BCBCBC;
- max-width: 3.2rem;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .history-search li img {
- width: 0.16rem;
- }
- .header.search-page .search img {
- display: none;
- right: .1rem;
- width: 0.18rem;
- position: absolute;
- top: 0.07rem;
- }
- .search-new {
- margin: 1rem 0 0 !important;
- border-top: 0.1rem solid #F9F9F9;
- }
- .search-new .new-info {
- padding: 0.1rem;
- border-bottom: 0.01rem solid #EEEEEE;
- margin: 0;
- }
- .warp-search-cont {
- position: fixed;
- width: 100%;
- height: 100%;
- background-color: rgba(0, 0, 0, 0.7);
- display: none;
- }
- #search_ul {
- position: fixed;
- width: 100%;
- background: #fff;
- }
- #search_ul a {
- display: flex;
- width: 100%;
- font-size: 0.14rem;
- padding: 0 3%;
- height: 0.4rem;
- align-items: center;
- border-bottom: 0.01rem solid #eee;
- }
- .search-game .content h4{
- height: auto !important;
- margin: 0 !important;
- }
|