| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528 |
- .rec{
- width: 1200px;
- margin: auto;
- overflow: hidden;
- }
- .rec>ul>li{
- float: left;
- list-style: none;
- margin-left: 2px;
- position: relative;
- overflow: hidden;
- }
- .rec>ul>li:first-child{
- margin-left: 0;
- }
- .rec>ul>li:first-child+li>div:first-child{
- margin-bottom: 2px;
- }
- .rec>ul>li:first-child+li>div{
- position: relative;
- overflow: hidden;
- }
- .adpop{
- position: absolute;
- z-index: 50;
- width: 1200px;
- height: 486px;
- left: 47.4%;
- margin-left: -550px;
- overflow: hidden;
- opacity: 1;
- display: none;
- }
- .adpop img{
- width: 1200px;
- height: 486px;
- }
- .adpop .closed{
- width: 78px;
- height: 28px;
- line-height: 26px;
- vertical-align: middle;
- text-align: center;
- background: #fff;
- color: #333;
- opacity: 0.7;
- position: absolute;
- right: 0;
- top: 0;
- font-size: 14px;
- cursor: pointer;
- z-index: 999999;
- border-radius: inherit;
- }
- .adpop .no-show{
- width: 112px;
- height: 28px;
- line-height: 26px;
- vertical-align: middle;
- text-align: center;
- background: #fff;
- color: #333;
- opacity: 0.7;
- position: absolute;
- right: 0px;
- bottom: 0;
- font-size: 12px;
- z-index: 999999;
- }
- .adpop .no-show input{
- margin: 8px -3px 0 10px;
- float: left;
- }
- .adpop .no-show div{
- margin-top: 1px;
- }
- .advpic{
- width: 298px;
- height: 380px;
- }
- .advpic>img{
- width: 100%;
- height: 100%;
- }
- .advpics{
- width: 298px;
- height: 189px;
- }
- .advpics>img{
- width: 100%;
- height: 100%;
- }
- .advpica{
- width: 300px;
- height: 380px;
- }
- .advpica>img{
- width: 100%;
- height: 100%;
- }
- .advhide{
- position: absolute;
- width: 100%;
- height: 100%;
- text-align: center;
- color: white;
- top: 0;
- left: -298px;
- background-color: rgba(0, 0, 0, 0.4);
- filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000)
- }
- .advhide>p:first-child{
- padding-top: 150px;
- font-size: 22px;
- margin-bottom: 20px;
- width: 250px;
- margin: auto;
- }
- .advhide>p:first-child+p{
- font-size: 16px;
- background-color: #51a7ff;
- width: 126px;
- height: 38px;
- margin: 0 auto;
- margin-top: 26px;
- line-height: 38px;
- border-radius: 30px;
- }
- .advhide a,.advhides a{color: #fff;}
- .advhides{
- position: absolute;
- width: 100%;
- height: 100%;
- top: 0px;
- text-align: center;
- color: white;
- left: -298px;
- background-color: rgba(0, 0, 0, 0.4) ;
- filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000)
- }
- .advhides>p:first-child{
- padding-top: 50px;
- font-size: 22px;
- margin-bottom: 20px;
- }
- .advhides>p:first-child+p{
- font-size: 16px;
- background-color: #51a7ff;
- width: 126px;
- margin: 0 auto;
- height: 38px;
- line-height: 38px;
- border-radius: 30px;
- cursor: pointer;
- }
- .advhidefour{
- left: 300px;
- }
- /* 游戏推荐 */
- .game_rec{
- width: 1200px;
- margin: auto;
- margin-top: 16px;
- overflow: initial;
- }
- .game_rec_from{
- width: 1200px;
- height: 88px;
- margin-top: 10px;
- }
- .game_rec_list .game_rec_box{
- width:200px ;
- height: 88px;
- display: flex;
- float: left;
- align-items: center;
- }
- .game_rec_list .game_rec_box .game_rec_pic{
- width:70px ;
- height: 70px;
- border-radius: 10px;
- margin-left: 16px;
- }
- .game_rec_list .game_rec_box .game_rec_pic a{
- width:70px ;
- height: 70px;
- }
- .game_rec_list .game_rec_box .game_rec_message{
- width:96px ;
- height: 70px;
- margin-left: 8px;
- }
- .game_rec_list .game_rec_box .game_rec_message .game_name{
- width:96px ;
- height: 18px;
- white-space:nowrap;
- overflow:hidden;
- text-overflow:ellipsis;
- }
- .game_rec_list .game_rec_box .game_rec_message .game_introduce{
- width:96px ;
- height: 17px;
- margin-top:8px ;
- color: #969696;
- font-size: 12px;
- }
- .game_rec_list .game_rec_box .game_rec_message .game_introduce>p{
- white-space:nowrap;
- overflow:hidden;
- text-overflow:ellipsis;
- }
- .game_rec_list .game_rec_box .game_rec_message .game_start{
- width:96px ;
- height: 20px;
- margin-top:7px ;
- text-align: center;
- border: 1px solid #51a7ff;
- color:#51a7ff;
- cursor: pointer;
- border-radius: 5px;
- }
- .game_rec_list .game_rec_box .game_rec_message .game_start a{
- width:96px ;
- height: 20px;
- line-height: 20px;
- text-align: center;
- text-decoration: none;
- color:#51a7ff;
- border-radius: 5px;
- }
- /* .game_rec_list .hot{
- background: url(../../images/home/SVG-06.png) no-repeat 99% 0;
- } */
- .game_rec>div>p{
- width:168px ;
- height: 88px;
- font-size: 20px;
- line-height: 88px;
- text-align: center;
- background: #51a7ff;
- color: #fff;
- float: left;
- }
- .game_rec>div>p:before{
- /* content: '';
- position: absolute;
- right: -10px;
- top: 9px;
- border: 5px solid transparent;
- border-left: 5px solid #fc5351;
- width: 0;
- height: 0; */
- }
- .game_rec .newgame{
- background: #51a7ff;
- }
- .game_rec .newgame:before{
- border-left: 5px solid #51a7ff;
- }
- .game_rec .recommend-week{
- background: #faad2b !important;
- }
- .game_rec .recommend-week:before{
- border-left: 5px solid #faad2b;
- }
- .game_rec_list{
- width:1022px ;
- height: 88px;
- margin-left: 10px;
- float: left;
- }
- .game_rec_list>div{
- /* height: 20px;
- float: left;
- width: 92.8px;
- text-align: center;
- border-right: 1px solid #e6e6e6;
- margin-top: 2px;
- position: relative;
- /* overflow: hidden; */
- /* text-overflow: ellipsis;
- white-space: nowrap; */
- }
- .game_rec_list>div img{
- width: 70px;
- height: 70px;
- }
- .game_rec_list .hot img{
- display: block;
- position: absolute;
- right: 0;
- top: -6px;
- z-index: 123;
- }
- .game_rec_list>div:last-child{
- border-right: 1px solid transparent;
- }
- .last_link{ border-right:none !important ;}
- .game_rec_list a{
- font-size: 12px;
- color: #494949;
- display: inline-block;
- margin: auto;
- width: 60px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- line-height: 26px;
- }
- .game_rec_list a:hover{
- cursor: pointer;
- /* border-bottom: 1px solid #51a7ff;*/
- color: #51a7ff;
- text-decoration: underline;
- text-decoration-color: #51a7ff;
- }
- /* 今日热点 */
- .contentone{
- width: 1200px;
- margin: auto;
- margin-top: 20px;
- overflow: hidden;
- }
- .contentone>div{
- float: left;
- }
- .hotspot{
- width: 300px;
- }
- button{
- border: none;
- background: transparent;}
- .btn:focus,
- .btn:active:focus,
- .btn.active:focus,
- .btn.focus,
- .btn:active.focus,
- .btn.active.focus {
- outline: none;
- border-color: transparent;
- box-shadow:none;
- }
- button img{cursor: pointer;}
- .hotspot>h4,.news>h4,.gift>h4,.startService>h4{
- border-bottom: 1px solid #e6e6e6;
- }
- .game_name a:hover{
- color: #51a7ff !important;
- text-decoration: underline;
- }
- .hotspot>h4>span,.news>h4>span,.gift>h4>span,.startService>h4>span{
- line-height: 40px;
- font-size: 16px;
- font-weight: 400;
- color: #494949;
- display: inline-block;
- width: 65px;
- border-bottom: 2px solid #51a7ff;
- }
- .startService>span>a:hover{
- cursor: pointer;
- color: #51a7ff;
- }
- .hotspot_content{
- width: 294px;
- height: 166px;
- margin-top: 12px;
- position: relative;
- border: 2px solid white;
- /* box-sizing: border-box; */
- }
- .hotspot_content:hover{
- border: 2px solid #51a7ff;
- cursor: pointer;
- }
- .hotspot_content>div{
- width: 100%;
- }
- .hotspot_content>div:first-child{
- width: 100%;
- height: 100%;
- overflow: hidden;
- }
- .hotspot_content>div:first-child img{
- width: 100%;
- height: 100%;
- transition: all 1s;
- -ms-transition:all 1s ease-out;
- }
- .hotspot_content>div:first-child img:hover{
- transform: scale(1.1);
- -ms-transform: scale(1.1);
- }
- .hotspot_content:hover img{
- transform: scale(1.1);
- -ms-transform: scale(1.1);
- transition-delay: 1s;
- }
- .hotspot_content>a div{
- position: absolute;
- bottom: 0;
- line-height: 28px;
- font-size: 14px;
- background-color: rgba(0, 0, 0, 0.4);
- color: #fff;
- width: 100%;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000)
- }
- .hotspot_content>a div span{
- margin-left: 10px;
- color: #fff;
- }
- /* 头条新闻 */
- .news{
- width: 348px;
- margin: 0 14px;
- }
- .news_content{
- width: 348px;
- /* height: 392px; */
- margin-top: 12px;
- }
- .news_content .news_list{
- width: 348px;
- height: 96px;
- display: none;
- cursor: pointer;
- }
- .news_content .news_list .news_pic{
- width: 84px;
- height: 96px;
- float: left;
- }
- .news_content .news_list .news_pic img{
- width: 70px;
- height: 70px;
- margin: 12px 0 0 14px;
- }
- .news_content .news_list .news_box{
- width: 176px;
- height: 96px;
- float: left;
- }
- .news_content .news_list .news_box p{
- margin-top: 10px;
- text-indent: 8px;
- }
- .news_content .news_list .receive{
- width: 88px;
- height: 96px;
- float: left;
- }
- .news_content .news_list .receive p{
- width:76px;
- height: 22px;
- margin: 54px 0 0 5px;
- text-align: center;
- background: #51a7ff;
- color: #fff;
- border-radius: 5px;
- line-height: 22px;
- }
- .news_content .news_list .receive p a{
- display: block;
- width:76px;
- height: 22px;
- text-decoration: none;
- color: #fff;
- }
- .news_content .new_list_un {
- width: 348px;
- height: 46px;
- }
- .news_content .new_list_un .news_un_box{
- width: 246px;
- height: 46px;
- margin-left: 14px;
- line-height: 46px;
- float: left;
- }
- .news_content .new_list_un .receive {
- width: 88px;
- height: 46px;
- float: left;
- }
- .news_content .new_list_un .receive p{
- width:76px;
- height: 22px;
- text-align: center;
- border: 1px solid #51a7ff;
- color: #51a7ff;
- border-radius: 5px;
- line-height: 22px;
- margin: 12px 0 0 5px;
- }
- .news_content .new_list_un .receive p a{
- text-decoration: none;
- color: #51a7ff;
- }
- /*
- .news_content_title>h3{
- width: fit-content;
- font-size: 24px;
- max-width: 100%;
- font-weight: bold;
- margin: 20px auto;
- overflow: hidden;
- text-overflow:ellipsis;
- white-space: nowrap;
- color: #fc5351;
- text-align: center;
- }
- .news_content_title>h3 a{color: #fc5351;}
- .news_content_title>h3:hover{ text-decoration: underline;}
- .news_content_title p>a{
- font-size: 14px;
- display: inline-block;
- border-bottom: 1px solid white;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- width: auto;
- max-width: 95%;
- }
- .news_content_title div{overflow: auto;}
- .news_content_title div p{
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- width: 50%;
- text-align: center;
- }
- .news_content_title div p:first-child{float: left;}
- .news_content_title div p:first-child+p{float: right;}
- .news_content_title p>a:hover{
- cursor: pointer;
- color: #51a7ff;
- text-decoration: underline;
- }
- .news_content_list{
- margin-top: 30px;
- }
- .news_content_title {
- margin-top: 30px;
- }
- .news_content_list>div:first-child+div{
- margin-top: 15px;
- }
- .news_content_list_a{
- margin-bottom: 10px;
- display: flex;
- height: 23px;
- }
- .news_content_list_a:nth-child(5){
- padding-bottom: 16px;
- border-bottom: 1px dashed #e6e6e6;
- }
- .news_content_list_a .new_tittle{
- font-size: 14px;
- display: block;
- display: inline-block;
- line-height: 23px;
- vertical-align: middle;
- width: fit-content;
- max-width: 410px;
- margin-right: 15px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .news_content_list_a .text{
- width: 440px;
- }
- .news_content_list_a>span:first-child a{
- color:#b2b2b2 ;
- border: 1px solid #b2b2b2;
- padding: 0px 10px 0 10px;
- border-radius: 15px;
- }
- .news_content_list_a>span:first-child:hover>a{
- cursor: pointer;
- color: #fff;
- background-color: #51a7ff;
- border: 1px solid #51a7ff;
- }
- .news_content_list_a>span:first-child:hover a{color: #fff;}
- .news_content_list_a>span:first-child+span{
- color: #b2b2b2;
- padding: 0 6px;
- }
- .news_content_list_a>span a{
- font-size: 14px;
- border-bottom: 1px solid white;
- }
- .news_content_list_a .new_tittle:hover{
- cursor: pointer;
- color: #51a7ff;
- text-decoration: underline;
- }
- .news_content_list_a>span:first-child+span+span+span{
- font-size: 12px;
- color: #b2b2b2;
- float: right;
- } */
- /* 开服开测 */
- .startService{
- width: 500px;
- height: 445px;
- margin-left: 8px;
- }
- .startService .startService_title{
- width: 100px;
- }
- .startService .open_service{
- width: 500px;
- height: 392px;
- margin-top: 10px;
- }
- .startService .open_service .open_list{
- width: 500px;
- height: 40px;
- display: flex;
- }
- .startService .open_service .open_list .open_time{
- width: 120px;
- height: 40px;
- line-height: 40px;
- color: #51a7ff;
- }
- .startService .open_service .open_list .open_name{
- width: 320px;
- height: 40px;
- line-height: 40px;
- }
- .startService .open_service .open_list span{
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .startService .open_service .open_list span img{
- width: 35px;
- margin-left: 10px;
- cursor: pointer;
- }
- .open_service{
- width: 500px;
- }
- .open_service .warp_open_service_tittle{
- width:500px ;
- height: 43px;
- border-bottom: 1px solid #e6e6e6;
- }
- .open_service .warp_open_service_tittle .open_service_title span{
- line-height: 40px;
- font-size: 16px;
- font-weight: 400;
- color: #494949;
- display: inline-block;
- width: 65px;
- }
- .open_service .warp_open_service_tittle .open_service_title .open_service_title_on{
- border-bottom: 2px solid #51a7ff;
- }
- .open_service .warp_open_service_tittle .open_service_title .open_service_title_on a{
- color: #51a7ff;
- }
- .content_list_txt{
- width: 500px;
- height: 51px;
- display: flex;
- align-items: center;
- }
- .open_service .open_service_content .content_list_txt .content_time p{
- display: block;
- width: 60px;
- height: 50px;
- line-height: 50px;
- }
- .content_list_txt .game_name{
- width: 300px;
- height: 51px;
- text-indent: 20px;
- line-height: 51px;
- }
- .content_list_txt .have_gift{
- width: 50px;
- height: 51px;
- line-height: 51px;
- }
- .content_list_txt .no_gift{
- width: 50px;
- height: 51px;
- line-height: 51px;
- }
- .content_list span {
- width:50px ;
- height: 51px;
- display: flex;
- align-items: center;
- }
- .content_list span img{
- width:20px ;
- height: 20px;
- }
- .content_list{display: none;}
- .content_list.show{display: block !important;}
- .content_list>p{
- height: 46px;
- font-size: 12px;
- font-weight: bold;
- border-bottom: 1px solid #e6e6e6;
- }
- .no_kf,.no_kc{
- text-align: center;
- font-size: 16px !important;
- margin: 40px 0;
- border-bottom: 0px !important;
- }
- .content_list>p>span:first-child{
- margin-left: 18px;
- line-height: 46px;
- }
- .content_list>p>span:first-child+span,.content_list>p>span:first-child+span+span,.content_list>p>span:first-child+span+span+span{
- margin-left: 58px;
- }
- .content_list>div{
- /* overflow: hidden;
- text-align: center;
- height: 50px;
- border-bottom: 1px solid #e6e6e6; */
- }
- .content_list>div:last-child{
- border-bottom: none;
- }
- .content_list>div>div{
- float: left;
- font-size: 12px;
- }
- .content_list>div>div:first-child{
- width: 100px;
- height: 51px;
- display: flex;
- font-size: 14px;
- align-items: center;
- }
- .content_list>div>div:first-child>p{
- display: inline-block;
- margin-left: 10px;
- color: #51a7ff;
- }
- /* .content_list>div>div:first-child+div{
- width: 80px;
- height: 50px;
- margin-left: 32px;
- line-height: 50px;
- overflow: hidden;
- } */
- .game_name a{
- overflow: hidden;
- text-overflow: ellipsis;
- display: inline-block;
- display: -webkit-inline-box;
- -webkit-line-clamp: 2;
- -webkit-box-orient: vertical;
- line-height: 16px;
- vertical-align: middle;
- }
- .content_list>div>div:first-child+div+div{
- /* width: 80px;
- height: 50px;
- margin-left: 6px;
- line-height: 50px;
- overflow: hidden; */
- /* display: flex;
- align-items: center;
- justify-content: space-around;
- flex-direction: column; */
- }
- .content_list>div>div:first-child+div+div>span{
- overflow: hidden;
- text-overflow: ellipsis;
- display: inline-block;
- display: -webkit-inline-box;
- -webkit-line-clamp: 2;
- -webkit-box-orient: vertical;
- line-height: 16px;
- vertical-align: middle;
- }
- .content_list>div>div:first-child+div+div+div{
- width: 18px;
- height: 18px;
- margin-left: 35px;
- margin-top: 16px;
- }
- /* 游戏测评 */
- .game_all{
- width: 1200px;
- margin: auto;
- margin-top: 10px;
- overflow: hidden;
- }
- .game_all>div{
- float: left;
- }
- .appraisal{
- width: 372px;
- }
- /* 游戏评测,攻略,排行的标题样式共用 */
- .appraisal>h4,.strategy>h4,.rank>h4,.classify>h4{
- border-bottom: 1px solid #e6e6e6;
- padding: 10px 0;
- }
- .appraisal>h4>span,.strategy>h4>span,.rank>h4>span,.classify>h4>span{
- font-size: 16px;
- counter-reset: #494949;
- font-weight: 400;
- padding: 10px 0;
- border-bottom: 2px solid #51a7ff;
- }
- /* .appraisal>h4>span:hover,.strategy>h4>span:hover,.rank>h4>span:hover,.classify>h4>span:hover{
- cursor: pointer;
- color: #51a7ff;
- } */
- .appraisal>h4>div,.strategy>h4>div,.rank>h4>div,.classify>h4>div{
- float: right;
- position: relative;
- width: 35px;
- height: 24px;
- overflow: hidden;
- }
- .appraisal>h4>div img,.strategy>h4>div img,.rank>h4>div img,.classify>h4>div img{
- width: 20px;
- height: 20px;
- position: absolute;
- right: 0;
- cursor: pointer;
- }
- .appraisal>h4>div span,.strategy>h4>div span,.rank>h4>div span,.classify>h4>div span{
- font-size: 12px;
- font-weight: 400;
- position: absolute;
- width: 35px;
- right: -35px;
- top: 1px;
- border-bottom: solid 1px #ff930d;
- color: #ff930d;
- cursor: pointer;
- }
- .appraisal>h4>div a,.strategy>h4>div a,.rank>h4>div a,.classify>h4>div a{
- color: #ff930d
- }
- .game_all .hotspot_content{
- width: 354px;
- height: 184px;
- }
- /* 游戏攻略 */
- .strategy{
- width: 392px;
- margin: 0 12px;
- }
- .strategy_img{
- margin-top: 12px;
- overflow: hidden;
- }
- .strategy_img>div{
- width: 360px;
- height: 184px;
- border: 2px solid white;
- position: relative;
- }
- .strategy_img>div:first-child{
- float: left;
- overflow: hidden;
- }
- .strategy_img>div:first-child+div{
- float: right;
- overflow: hidden;
- }
- .strategy_img>div img{
- width: 100%;
- height: 100%;
- transition: all 1s;
- }
- .strategy_img>div:hover img{
- transform: scale(1.1);
- }
- .strategy_img>div img:hover{
- transform: scale(1.1);
- }
- .strategy_img>div:hover{
- border: 2px solid #51a7ff;
- }
- .strategy_img span{
- position: absolute;
- width: 100%;
- bottom: 0;
- left: 0;
- line-height: 28px;
- font-size: 14px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- background-color: rgba(0, 0, 0, 0.4);
- color: white;
- padding-left: 10px;
- filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000)
- }
- /* 游戏攻略内容 */
- .strategy_content{
- margin-top: 33px;
- }
- /* .strategy_content>div:first-child{
- border-bottom: 1px dashed #e6e6e6;
- padding-bottom: 14px;
- } */
- .strategy_content>div:first-child+div{
- margin-top: 15px;
- }
- .strategy_content>div>div{
- width: 92.5%;
- display: inline-block;
- padding-left: 10px;
- margin-bottom: 15px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .strategy_content>div>div:hover{
- color: #51a7ff;
- }
- .strategy_content img{width: 10px;}
- .strategy_content>div>div>p{
- display: inline-block;
- width: 8px;
- height: 8px;
- border: 1px solid #e6e6e6;
- border-radius: 50%;
- position: relative;
- }
- .strategy_content>div>div>p>span{
- display: inline-block;
- background-color: #e6e6e6;
- width: 3px;
- height: 3px;
- border: 1px solid #e6e6e6;
- border-radius: 50%;
- position: absolute;
- left: 1.9px;
- top: 1.5px;
- }
- .strategy_content a{
- font-size: 14px;
- color: #494949;
- padding-left: 25px;
- background: url(../../../static/images/home/dot.png) no-repeat 0px 2px;
- }
- .strategy_content a:hover {
- color: #51a7ff;
- text-decoration: underline;
- }
- /* .strategy_content_index>div:nth-child(7),.strategy_content_index>div:nth-child(8){
- border-bottom: 1px dashed #e6e6e6;
- padding-bottom: 29px;
- margin-bottom: 22px !important;
- }
- .strategy_content_index>div:nth-child(17), .strategy_content_index>div:nth-child(18) {
- margin-bottom: 0px;
- } */
- /* 手游排行 */
- .rank{
- float: left;
- width: 392px;
- }
- .rank_list{
- margin-top: 14px;
- }
- .hot_1{
- background-color: #51a7ff !important;
- color: #fff;
- }
- .hot_2{
- background-color: #51a7ff !important;
- color: #fff;
- }
- .hot_3{
- background-color: #51a7ff !important;
- color: #fff;
- }
- .small{
- overflow: hidden;
- padding-left: 12px;
- padding-bottom: 12px;
- padding-top: 10px;
- }
- .small>div:first-child{
- float: left;
- }
- .small>div:first-child+div{
- float: right;
- }
- .small>div:first-child>span:first-child{
- display: inline-block;
- float: left;
- width: 30px;
- height: 30px;
- font-size: 12px;
- background-color: #e9eceb;
- text-align: center;
- line-height: 30px;
- }
- .small>div:first-child div{
- float: left;
- width: 145px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .small>div:first-child div span{
- font-size: 14px;
- line-height: 30px;
- margin-left: 12px
- }
- .small>div:first-child+div>span{
- /* border-right: 1px solid #d1d1d1; */
- font-size: 12px;
- color: #d1d1d1;
- padding-right: 5px;
- }
- .small>div:first-child+div>span:first-child+span{
- font-size: 12px;
- color: #d1d1d1;
- /* margin:0 5px; */
- }
- .small #download{
- display: inline-block;
- text-align: center;
- line-height: 24px;
- width: 50px;
- height: 24px;
- font-size: 14px;
- color: #fc5351;
- border: 1px solid #fc5351;
- border-radius: 30px;
- margin-right: 12px;
- padding-right: 0px;
- }
- .small .nodownload{
- color: #b2b2b2 !important;
- border: 1px solid #b2b2b2 !important;
- }
- .big{
- padding-left: 12px;
- background-color: #f6f6f6;
- overflow: hidden;
- padding: 12px 0;
- }
- .big>div{
- float: left;
- }
- .big>div:first-child{
- height: 66px;
- width: 30px;
- text-align: center;
- line-height: 66px;
- margin-left: 12px;
- background-color: #e6e6e6;
- }
- .big_main>div{
- float: left;
- }
- .big_main>div:first-child{
- width: 66px;
- height: 66px;
- margin-left: 12px;
- }
- .big_main>div:first-child img{
- width: 100%;
- height: 100%;
- border-radius: 10px;
- }
- .big_main>div:first-child+div{
- margin-left: 12px;
- width: 125px;
- }
- .big_main>div:first-child+div>p:first-child{
- font-size: 14px;
- max-width: 125px;
- width: max-content;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- border-bottom: 1px solid #f6f6f6;
- }
- .big_main>div:first-child+div>p:first-child:hover{
- cursor: pointer;
- color: #51a7ff;
- /* width: fit-content;
- border-bottom: 1px solid #51a7ff; */
- }
- .big_main>div:first-child+div>p:first-child>a:hover{color: #51a7ff;text-decoration: underline;}
- .big_main>div:first-child+div>p:first-child+p,.big_main>div:first-child+div>p:first-child+p+p{
- font-size: 12px;
- color: gray;
- margin-top: 5px;
- }
- /* .game_style>span:first-child{
- border-right: 1px solid gray;
- padding-right: 5px;
- } */
- .game_style>span:first-child+span{margin: 0 5px;}
- .big>div:first-child+div+div{
- width: 50px;
- height: 24px;
- text-align: center;
- font-size: 13px;
- background-color: #fc5351;
- border-radius: 30px;
- color: white;
- margin-top: 23px;
- float: right;
- margin-right: 13px;
- }
- .hot_rank_1 .big{
- display: block;
- }
- .hot_rank_1 .small{display: none;}
- .big{display: none;}
- .big>div:first-child+div+div>span{
- line-height: 24px;
- cursor: pointer;
- }
- .download button,.no_download button{
- color: #fff;
- line-height: 24px;
- cursor: pointer;
- }
- .open_service_title .active{
- border-bottom: 2px solid #51a7ff;
- }
- .download button:focus,
- .download button:active,
- .download button:focus,
- .no_download button:focus,
- .no_download button:active,
- .no_download button:focus{
- outline: none;
- border-color: transparent;
- box-shadow:none;
- }
- /* 游戏分类 */
- .classify_gift{
- width: 1200px;
- margin: auto;
- overflow: hidden;
- }
- .classify_gift>div{
- float: left;
- }
- .classify{
- width: 800px;
- }
- .classify_box{
- overflow: hidden;
- margin-top: 16px;
- }
- .classify_box>div{
- float: left;
- }
- .classify_title>p{
- width: 96px;
- height: 50px;
- text-align: center;
- line-height: 50px;
- background-color: #f6f6f6;
- margin-bottom: 2px;
- font-size: 14px;
- position: relative;
- }
- .classify_title .active{
- cursor: pointer;
- background-color: #51a7ff;
- color: white;
- }
- .classify_title .active:before {
- content: '';
- position: absolute;
- right: -13px;
- top: 19px;
- border: 7px solid transparent;
- border-left-color: transparent;
- border-left-style: solid;
- border-left-width: 7px;
- border-left: 7px solid #51a7ff;
- width: 0;
- height: 0;
- }
- .classify_content .hide{
- display:none;
- }
- .classify_content .show{
- display: block;
- overflow: scroll;
- }
- .classify_content .show::-webkit-scrollbar {display:none}
- .classify_content>ul{
- overflow: hidden;
- list-style: none;
- width: 704px;
- height: 522px;
- }
- .classify_content>ul>li{
- float: left;
- width: 110px;
- height: 168px;
- text-align: center;
- margin-left: 24px;
- padding: 0 0;
- display: flex;
- flex-direction: column;
- }
- .classify_content>ul>li:hover{
- background-color: #f6f6f6;
- }
- .classify_content>ul>li>div:first-child{
- width: 86px;
- height: 86px;
- margin-left: 12px;
- margin-bottom: 10px;
- }
- .classify_content>ul>li>div img{
- width: 100%;
- height: 100%;
- border-radius: 10px;
- }
- .classify_content>ul>li>div:first-child+a{
- font-size: 14px;
- }
- .classify_content>ul>li>div:first-child+a>p{
- width: 84px;
- margin: auto;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .classify_content>ul>li>div:first-child+a:hover{
- cursor: pointer;
- color: #51a7ff;
- text-decoration: underline;
- }
- .classify_content .download button{
- font-size: 14px;
- border: 1px solid #fc5351;
- width: 52px;
- margin: auto;
- border-radius: 30px;
- margin-top: 13px;
- padding:0;
- color: #fc5351;
- }
- .classify_content .download button:hover{
- cursor: pointer;
- background-color: #fc5351;
- color: white;
- }
- .classify_content .no_download button{
- font-size: 14px;
- border: 1px solid #ccc;
- background: #ccc;
- width: 52px;
- margin: auto;
- border-radius: 30px;
- margin-top: 13px;
- padding:0;
- color: #fff;
- }
- /* 推荐礼包 */
- .gift{
- width: 384px;
- margin-left: 15px;
- }
- .gift_content{
- display: flex;
- width: 800px;
- float: left;
- }
- .gift_content li{
- list-style: none;
- width: 330px;
- height: 86px;
- /* background: red; */
- }
- .gift_content li:hover{
- background-color: #f6f6f6;
- }
- .gift_content li>div{
- float: left;
- }
- .gift_content li>p{
- float: right;
- }
- .gift_content li>div:first-child{
- width: 60px;
- height: 60px;
- margin:12px 0 0 12px;
- }
- .gift_content li>div:first-child+div>p:first-child{
- margin:12px 0 0 12px;
- font-size: 14px;
- width: 126px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .gift_content li>div:first-child+div>p:first-child>a{
- display: block;
- width: 126px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .gift_content li>div:first-child+div>p:first-child>a:hover{
- cursor: pointer;
- color: #51a7ff;
- text-decoration: underline;
- }
- .gift_content li>div:first-child img{
- width: 100%;
- height: 100%;
- border-radius: 10px;
- }
- .gift_content li>p{
- margin-right: 12px;
- font-size: 12px;
- line-height: 86px;
- color: #fc5351;
- }
- .gift_content li>p>span{
- font-size: 14px;
- border: 1px solid #fc5351;
- padding: 3px 10px;
- border-radius: 30px;
- }
- .gift_content li>p a{color: #fc5351;}
- .gift_content li>p span:hover a{color: #fff;}
- .gift_content li>p>span:hover{
- cursor: pointer;
- background-color: #fc5351;
- color: white;
- }
- .gift_progress{
- margin-top: 20px;
- margin-left: 12px;
- color: #b7b7b7;
- font-size: 12px;
- }
- .warp_gift_surplus{
- width: 60px;
- background-color: #e6e6e6;
- border-radius: 8px;
- height: 6px;
- margin-top: 6px;
- float: left;
- }
- .gift_surplus{
- /* width: 80%; */
- height: 6px;
- background-color: #fca11c;
- border-radius: 8px 0 0 8px;
- }
- .gift_progress p{
- float: left;
- padding-left: 10px;
- }
- .content_list_txt img{
- cursor: pointer;
- }
- .no_gift img {
- cursor: context-menu;
- }
- /* 尾部图片 */
- .tail_pic{
- width: 1200px;
- margin: auto;
- margin-top: 38px;
- overflow: hidden;
- }
- .tail_pic>div{
- float: left;
- position: relative;
- }
- .tail_pic_one>div:first-child{
- width: 1200px;
- height: 224px;
- }
- .tail_pic_one>div:first-child>img{
- width: 100%;
- height: 100%;
- }
- .tail_pic_one a div,.tail_pic_two a div{
- background-color: rgba(0, 0, 0, 0.5);
- color: white;
- position: absolute;
- width: 100%;
- height: 28px;
- filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000)
- }
- .tail_pic_one span,.tail_pic_two span{
- margin-left: 10px;
- line-height: 28px;
- font-size: 14px
- }
- .tail_pic_two{
- margin-left: 16px;
- }
- .tail_pic_two>div:first-child{
- width: 330px;
- height: 138px;
- }
- .tail_pic_two>div:first-child>img{
- width: 100%;
- height: 100%;
- }
- .tail_pic img {
- width: 100%;
- height: 100%;
- }
- /* 轮番 */
- /* .layui-carousel{
- height: 241px !important;
- margin: 14px auto;
- } */
- .swiper-slide .txt {
- width: 100%;
- position: absolute;
- height: 28px;
- left: -1px;
- z-index: 11;
- bottom: 0px;
- background-color: rgba(0, 0, 0, 0.5);
- filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
- }
- .swiper-slide .txt p {
- display: block;
- font-size: 16px;
- width: 440px;
- text-align: left;
- line-height: 28px;
- margin-left: 10px;
- color: white;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .layui-carousel-ind{
- position: absolute !important;
- z-index: 28 !important;
- top: 90% !important;
- text-align: right !important;
- right: 0;
- width: auto !important;
- }
- .layui-carousel-ind ul{
- background: none !important;
- }
- .layui-carousel-ind ul:hover{
- background: none !important;
- }
- .layui-carousel-ind li{
- background: #fff !important;
- }
- .layui-carousel-ind li.layui-this{
- background: #51a7ff !important;
- }
- .layui-carousel-arrow,.layui-carousel-arrow:hover{
- background-color: rgba(0,0,0,.7) !important;
- filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
- }
- .layui-carousel-arrow[lay-type=add]{
- right: 4px !important;
- }
- .layui-carousel-arrow[lay-type=sub]{
- left: 4px !important;
- }
|