| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968 |
- .warp_public_nav{border-bottom: 1px solid #eee;}
- .game_info{
- overflow: hidden;
- }
- .game_info_left{
- width: 854px;
- float: left;
- }
- .game_info_left>div:first-child>img{
- width: 101px;
- height: 101px;
- float: left;
- margin-right: 15px;
- }
- .game_info_left>div:first-child{
- height: 125px;
- }
- .game_info_left h2{
- font-size: 16px;
- font-weight: 600;
- width: 316px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .info{
- overflow: auto;
- }
- .info li{
- float: left;
- width: 100%;
- font-size: 12px;
- padding-top: 11px;
- color: #B2B2B2;
- }
- .info1{
- width: 170px;
- float: left;
- }
- .info2{
- width: 270px;
- float: left;
- }
- .info2 li{width: 270px;}
- .info2 div{float: left;}
- .info2>li>div:first-child{
- height: 30px;
- }
- .info2>li>div+div{
- width: 199px;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- -webkit-box-orient: vertical;
- }
- .az_code_right{
- float: right;
- width: 205px;
- height: 42px;
- margin-top: 40px;
- position: relative;
- border: 1px solid #8CC63F;
- border-radius: 5px;
- }
- .az_code_right .big_az_code{
- top: -31px !important;
- left: 217px !important;
- }
- .az_ed_download{float: left;width: 162px;}
- .az_ed_download>img:first-child{
- float: left;
- width: 20px !important;
- margin: 11px 6px 11px 14px;
- }
- .az_ed_download span{
- float: left;
- font-size: 18px;
- line-height: 42px;
- color: #8CC63F;
- }
- .az_ed_download:hover{
- background: #8CC63F;
- }
- .az_ed_download:hover span{
- color: #fff;
- }
- .small-code{
- float: right;
- background: #8CC63F;
- width: 42px;
- height: 42px;
- cursor: pointer;
- }
- .small-code img{
- width: 26px;
- margin: 8px;
- border-top-right-radius: 3px;
- border-bottom-right-radius: 3px;
- }
- .az_no_link{
- float: right;
- width: 205px;
- height: 42px;
- margin-top: 40px;
- cursor: pointer;
- position: relative;
- border: 1px solid #AFAFAF;
- border-radius: 5px;
- }
- .az_no_download{float: left;width: 162px;}
- .az_no_download>img:first-child{
- float: left;
- width: 20px !important;
- margin: 11px 6px 11px 14px;
- }
- .az_no_download span{
- float: left;
- font-size: 18px;
- line-height: 42px;
- color: #AFAFAF;
- }
- .az_no_download:hover{
- background: #AFAFAF;
- }
- .az_no_download:hover span{
- color: #fff;
- }
- .az_no_link .small-code{
- background: #AFAFAF !important;
- }
- /* tab */
- .game_info_tab{
- border:1px solid #eee;
- margin-top: 43px;
- }
- .tab_title{
- width: 100%;
- height: 37px;
- background: #F6F6F6;
- border-bottom: 1px solid #EEEEEE;
- }
- .tab_title .title:hover{
- border-bottom: 1px solid #f6f6f6;
- border-top: 3px solid #51a7ff;
- }
- .tab_title p{
- float: left;
- width: 135px;
- cursor: pointer;
- font-size: 16px;
- color: #494949;
- line-height: 34px;
- text-align: center;
- border-top: 3px solid #f6f6f6;
- }
- .tab_title .active{
- background: #fff;
- border-bottom: 1px solid #fff;
- border-top: 3px solid #51a7ff;
- border-left: 1px solid #eee;
- border-right: 1px solid #eee;
- }
- .introduce_text{
- margin-top: 45px;
- padding: 0 20px;
- }
- .game_introduce p{
- color: #494949;
- font-size: 14px;
- line-height: 25px;
- text-align: left;
- text-indent: 2em;
- }
- .no_content p{
- margin-top: 0px;
- }
- .game_image_title{
- border-bottom: 1px solid #eee;
- margin-bottom: -1px;
- }
- .game_image_title p{
- font-size: 16px !important;
- color: #2B2823 !important;
- line-height: 16px !important;
- font-weight: 600;
- padding-left: 8px !important;
- margin: 45px 0 15px 16px;
- border-left: 5px solid #51a7ff;
- text-indent: 0px !important;
- }
- .tab_content .hide{
- display: none;
- }
- .tab_content .show{
- display: block;
- }
- /* 游戏资讯 */
- .game_news .game_detail {
- height: 135px;
- overflow: hidden;
- border-bottom: 1px solid #eee;
- }
- .game_news .game_detail:hover{
- background: #F6F6F6;
- }
- .game_news .content_left {
- width: 152px;
- float: left;
- height: 103px;
- overflow: hidden;
- margin: 15px 20px 15px 15px;
- border: 2px solid #fff;
- }
- .game_news .content_left img{
- transition: all 1s;
- width: 100%;
- height: 100%;
- }
- .game_news .content_left img:hover{
- transform: scale(1.1);
- }
- .content_left:hover{
- border:2px solid #51a7ff;
- }
- .game_news .content_right {
- float: left;
- width: 630px;
- margin-top: 15px;
- }
- .content_right h4 {
- width: 634px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .content_right h4 a{
- font-size: 16px;
- color: #494949;
- font-weight: 600;
- display: block;
- max-width: 634px;
- width: fit-content;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .content_right h4 a:hover{
- color: #51a7ff;
- text-decoration: underline;
- }
- .content_right span{
- font-size: 12px;
- color: #b2b2b2;
- line-height: 32px;
- padding-right: 6px;
- }
- .content_right .text{
- font-size: 12px;
- line-height: 20px;
- color: #494949;
- margin-top: 7px;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- -webkit-box-orient: vertical;
- }
- /* 游戏礼包 */
- .tab_gift_content{
- border-bottom: 1px solid #eee;
- }
- .tab_gift_content:last-child{border: none;}
- .tab_gift_content:hover{
- background: #F6F6F6;
- }
- .tab_gift_content img{
- width: 101px;
- height: 101px;
- padding: 12px;
- float: left;
- border-radius: 30px;
- }
- .gift_text{
- width: 573px;
- float: left;
- padding-top: 12px;
- height: 103px;
- display: flex;
- justify-content: space-around;
- flex-direction: column;
- }
- .gift_text h4 a{
- max-width: 620px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- font-size: 16px;
- display: inline-block;
- color: #494949;
- font-weight: bold;
- }
- .gift_text h4 a:hover{
- color: #51a7ff;
- text-decoration: underline;
- }
- .gift_text p{
- font-size: 12px;
- color: #B2B2B2;
- line-height: 20px;
- }
- .gift_text .gift_content{
- width: 567px;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- -webkit-box-orient: vertical;
- text-indent: -60px;
- padding-left: 60px;
- }
- .gift_text .gift_cont{
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- width: 600px;
- }
- .gift_text .gift_progress {
- margin: 0 !important;
- }
- .gift_text .gift_progress p:first-child{
- padding: 0px;
- }
- .gift_text .gift_progress p{
- padding-left: 35px;
- }
- .gift_text .warp_gift_surplus{
- width: 145px;
- margin-top: 8px;
- }
- .tab_gift_content .have_gift{
- font-size: 16px;
- color: #51a7ff;
- border: 1px solid #51a7ff;
- border-radius: 20px;
- padding: 3px 23px;
- float: right;
- margin: 46px 10px;
- }
- .tab_gift_content .have_gift:hover{
- color: #fff;
- background:#51a7ff ;
- }
- .tab_gift_content .no_gift{
- font-size: 16px;
- color: #fff;
- background: #ccc;
- border-radius: 20px;
- padding: 3px 23px;
- float: right;
- margin: 46px 10px;
- }
- /*开服信息 */
- .service_news h4{
- display: flex;
- font-size: 16px;
- color: #2B2823;
- font-weight: bold;
- margin: 16px 0 16px 9px;
- padding-left: 6px;
- border-left: 4px solid #51a7ff;
- line-height: 16px;
- display: inline-block;
- }
- .service_news_title{
- overflow: hidden;
- background: #F6F6F6;
- border-top: 1px solid #eee;
- border-bottom: 1px solid #eee;
- }
- .service_news_title p{
- float: left;
- font-size: 14px;
- width: 33.33%;
- font-weight: bold;
- line-height: 40px;
- text-align: center;
- }
- .service_content{overflow: hidden;padding-left: 9px;}
- li.service_date {
- position: relative;
- display: inline-block;
- display: flex;
- }
- .service_content li {
- width: 100%;
- position: relative;
- }
- .service_content li p{
- float: left;
- width: 260px;
- height: 41px;
- font-size: 14px;
- padding:0 10px;
- color: #B2B2B2;
- line-height: 40px;
- text-align: center;
- border: 1px solid #eee;
- border-right: none;
- border-top: none;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .service_content li p a{
- color: #51a7ff;
- border: 1px solid #51a7ff;
- border-radius: 20px;
- padding: 4px 16px;
- }
- .service_content p a:hover{
- color: #fff;
- background: #51a7ff;
- }
- .service_date p{
- width: 842px !important;
- text-align: left !important;
- }
- .service_date span{
- margin-left: 14px;
- color: #fff;
- background: #51a7ff;
- width: 62px;
- height: 24px;
- display: inline-block;
- margin-top: 8px;
- line-height: 24px;
- text-align: center;
- border-top-right-radius: 5px;
- border-bottom-right-radius: 5px;
- }
- .service_date span:before{
- content: '';
- position: absolute;
- left: 1px;
- top: 8px;
- border: 12px solid transparent;
- border-right-color: transparent;
- border-right-style: solid;
- border-right-width: 7px;
- border-right: 12px solid #51a7ff;
- }
- .service_date img{
- position: absolute;
- left: -7px;
- top: 11px;
- }
- .page{
- float: left;
- width: 100%;
- text-align: center;
- margin: 25px 0 40px 0;
- }
- /* 右侧栏 */
- #qrcode_title {
- padding: 8px 11px;
- }
- .tab_gift_content{
- overflow: auto;
- }
- .game_info_right{float: right;width: 346px;}
- .rank{margin-left: 16px;}
- .wx_img{
- width: 384px;
- height: 151px;
- margin-left: 16px;
- margin-top:23px;
- }
- .wx_img img{
- height: 100%;
- width: 100%;
- }
- .article_adv {
- width: 384px;
- height: 135px;
- margin-left: 16px;
- margin-top:23px;
- position: relative;
- overflow: hidden;
- }
- .article_adv div {
- z-index: 1;
- background-color: rgba(0, 0, 0, 0.5);
- color: white;
- position: absolute;
- width: 100%;
- height: 28px;
- font-size: 14px;
- bottom: -28px;
- filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000)
- }
- .article_adv div span {
- line-height: 28px;
- padding-left: 12px;
- display: block;
- width: 310px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .article_adv img {
- width: 100%;
- height: 100%;
- }
- .new_outline{
- margin-left: 16px;
- margin-top: 27px;
- }
- .new_outline h4{
- margin-bottom: 16px;
- border-bottom: 1px solid #e6e6e6;
- }
- .new_outline h4 span{
- line-height: 40px;
- font-size: 16px;
- font-weight: 400;
- color: #494949;
- display: inline-block;
- width: 65px;
- border-bottom: 2px solid #51a7ff;
- }
- .lovely{
- overflow: hidden;
- padding: 20px 0;
- }
- .lovely .new_outline_img{
- width: 121px;
- }
- .new_outline_img img{
- width: 86px;
- height: 86px;
- }
- .new_outline_img {
- float: left;
- width: 110px;
- height: 126px;
- text-align: center;
- }
- .new_outline_img p a {
- width: 86px;
- margin: auto;
- line-height: 26px;
- font-size: 14px;
- color: #494949;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- display: block;
- }
- .new_outline_img p a:hover{
- color: #51a7ff;
- text-decoration: underline;
- }
- /* 礼包发号 */
- .gift_pack_right .gift {
- width: 384px;
- overflow: hidden;
- }
- .gift_pack {
- display: flex;
- }
- .gift_pack_left {
- width: 800px;
- float: left;
- }
- .gift_pack_cont .game_gift{
- border: 1px solid #eee;
- border-top: none;
- }
- .gift_pack_cont .tab_title{
- border-top: 1px solid #eee;
- }
- .gift_pack_right {
- width: 384px;
- float: left;
- margin-top: -41px;
- }
- /* 开服开测 */
- .warp_kf {
- display: flex;
- margin-bottom: 50px;
- }
- .kf_left{
- width: 854px;
- float: left;
- }
- .kf_left .gift_text{
- height: 92px;
- }
- .kf_cont {
- border: 1px solid #eee;
- }
- .kf_left .tab_gift_content img{
- width: 89px;
- height: 89px;
- border-radius: 30px;
- }
- .more_button{
- width: 280px;
- float: right;
- }
- .more_button p{
- width: 90px;
- height: 32px;
- float: left;
- padding: 40px 0px;
- }
- .colgift{
- font-size: 14px;
- border: 1px solid #FF730C;
- padding: 5px 12px;
- border-radius: 20px;
- color: #FF730C;
- }
- .colgift:hover{
- color: #fff;
- background: #FF730C;
- }
- .kf_tip{
- font-size: 14px;
- border: 1px solid #51a7ff;
- padding: 5px 12px;
- border-radius: 20px;
- color: #51a7ff;
- cursor: pointer;
- }
- .kf_tip:hover{
- color: #fff;
- background: #51a7ff;
- }
- .more_button .download{
- font-size: 14px;
- border: 1px solid #FC5351;
- padding: 5px 12px;
- border-radius: 20px;
- color: #FC5351;
- }
- .more_button .download:hover{
- color: #fff;
- background: #FC5351;
- }
- .more_button .no_download,.more_button .no_colgift{
- font-size: 14px;
- color: #b2b2b2;
- border: 1px solid #b2b2b2;
- padding: 5px 12px;
- border-radius: 20px;
- }
- .more_button .no_download:hover,.more_button .no_colgift:hover{
- color: #fff;
- background:#b2b2b2;
- }
- .kf_left .gift_text {
- width: 450px;
- }
- .gift_text .game_sort{
- color: #494949;
- }
- .gift_text .game_sort span{
- padding: 0 5px;
- }
- .gift_text .game_date {
- margin-top: 10px;
- }
- .gift_text .game_date span{
- padding-right: 6px;
- }
- .gift_text .game_date span:last-child{
- padding-left: 40px;
- }
- .server_date {
- height: 46px;
- }
- .server_date img{
- width: 20px;
- float: left;
- padding: 13px 6px 13px 13px;
- }
- .server_date p{
- float: left;
- line-height: 46px;
- font-size: 16px;
- font-weight: bold;
- color: #494949;
- }
- .server_date span{
- line-height: 46px;
- font-size: 12px;
- color: #b2b2b2b2;
- padding-left: 16px;
- }
- .kf_right{
- width: 330px;
- float: right;
- margin-top: -41px;
- }
- .kf_right .wx_img,.kf_right .article_adv{
- margin-left: 0;
- }
- .kf_popup button{
- color: #fff;
- font-size: 14px;
- padding: 4px 19px;
- cursor: pointer;
- }
- .kf_popup button:active,button:focus{
- outline: none;
- border-color: transparent;
- box-shadow:none;
- }
- .warp_kf_popup {
- position: fixed;
- width: 100%;
- height: 100%;
- background-color: rgba(0, 0, 0, 0.6);
- top: 0;
- display: none;
- filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000)
- }
- .kf_popup {
- width: 340px;
- padding-bottom: 20px;
- position: fixed;
- top: 40%;
- left: 40%;
- border: 1px solid #cacaca;
- background: #fff;
- }
- .kf_popup .tip {
- height: 28px;
- background-color: #cccccc;
- font-size: 14px;
- }
- .kf_popup .tip span {
- line-height: 28px;
- padding-left: 10px;
- }
- .tip_btn .determine a {
- font-size: 14px;
- color: #fff;
- line-height: 26px;
- }
- /* 分页 */
- .pagination {
- height: 33px;
- margin: auto;
- width: max-content;
- width:-moz-fit-content;
- width:-ms-fit-content;
- display:inline-block;
- *display:inline;
- *zoom:1;
- display: flex;
- }
- .pagination li {
- float: left;
- }
- .pagination li a,.pagination li span{
- font-size: 14px;
- padding: 6px 13px;
- color: #494949;
- border-radius: 4px;
- border: 1px solid #eee;
- margin: 0 5px;
- cursor: pointer;
- }
- .pagination li a:hover{
- color: #fff;
- background: #51a7ff;
- border: 1px solid #51a7ff;
- }
- .pagination .active span{
- color: #fff;
- background: #51a7ff;
- border: 1px solid #51a7ff;
- }
- .pagination .disabled span{
- color: #fff;
- background: #eee;
- }
- .pagination .disabled span:hover{
- color: #fff;
- background: #eee;
- }
- .rows {
- margin: 24px 0;
- color: #B2B2B2;
- font-size: 14px;
- }
- /* image-slider 截图部分 */
- .warp_slider {
- border-top: 1px solid #eee;
- margin-bottom: 20px;
- }
- .image-slider-back, .image-slider-forward{
- float:left;
- width:42px;
- height:98px;
- color:White;
- position: absolute;
- z-index:12;
- top:32px;
- cursor:pointer;
- }
- .image-slider-back{
- background-image:url(../images/home/left-gray.png);
- background-repeat:no-repeat !important;
- background-position:left !important;
- top: 37%;
- display: none;
- }
- .image-slider-forward{
- background-image:url(../images/home/right.png);
- background-repeat:no-repeat !important;
- background-position:right !important;
- right: 0;
- top: 37%;
- display: none;
- }
- .image-slider-contents{
- width:100%;
- height:480px;
- float:left;
- position:relative;
- overflow:hidden;
- }
- .image-slider-contents .contents-wrapper{
- position:absolute;
- padding-top:18px;
- left:0;}
- .image-slider-contents .outer{
- float:left;
- margin-right:15px;
- cursor:pointer;
- position:relative;
- }
- .image-slider-contents .outer:last-child{
- margin-right: 0px;
- }
- .spic{text-align: center; color: #333; float: left; padding-top: 10px; }
- .image-slider-contents img{width:268px;height:447px; margin:0 auto;}
- .spic a{ display:block; text-align:center;}
- .hidden{display:none;}
- .visible{display:block;}
- .thumbnail-active{filter:alpha(opacity=100);opacity:1.0;cursor:pointer;}
- .thumbnail-inactive{filter:alpha(opacity=20);opacity:0.2;cursor:pointer;}
- .preview{
- position: fixed;
- width:100%; height: 100%;
- background-color: rgba(0, 0, 0, 0.6);
- padding-top: 20px;
- z-index: 9999;
- top: 0px !important;
- left: 0 !important;
- filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000)
- }
- .preview .img-large{
- width: 480px;
- height: 800px;
- z-index: 1000;
- margin: 0 auto;
- text-align: center;
- position: relative;
- }
- .preview .img-large .left{
- position: absolute;
- left: 0;
- top: 43%;
- width: 42px;
- height: 42px;
- z-index: 1000;
- background: url(../images/home/left.png);
- cursor: pointer;
- }
- .preview .img-large .right {
- position: absolute;
- right: 0;
- top: 43%;
- z-index: 1000;
- width: 42px;
- height: 42px;
- background: url(../images/home/right.png);
- cursor: pointer;
- }
- .preview .close{
- top: 6px;
- right: 10px;
- cursor: pointer;
- z-index: 2000;
- color: #fff;
- position: absolute;
- font-size: 25px;
- margin: auto;
- text-align: center;
- padding: 6px;
- width: auto;
- height: auto;
- background-color: rgba(0, 0, 0, 0.6);
- border-radius: 20px;
- border: 2px solid #fff;
- filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000)
- }
- .preview .img-large img{
- width: 480px;
- height: 800px;
- }
- #slider {
- position: relative;
- overflow: auto;
- width: 96%;
- margin: auto;
- }
- #slider:hover .image-slider-back{display: block;}
- #slider:hover .image-slider-forward{display: block;}
|