| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211 |
- @media screen and (max-width: 1920px) {
- #header{
- height: 3rem;
- .wrap{
- width: 55rem;
- .mini-menu{
- display: none!important;
- }
- }
- }
- #main{
- background-color: #f7f7f7;
- .main-wrap{
- width: 55rem;
- margin: 0 auto;
- margin-top: .5rem;
- overflow: hidden;
- display: flex;
- justify-content: space-between;
- box-sizing: border-box;
- .cate-list{
-
- .hot-item{
- .game_tag{
- margin-right: 0.5rem;
- font-size: .6rem;
- }
- }
- }
- }
- }
-
- }
- @media screen and (max-width: 1680px) {
- #header{
- font-size: 1rem;
- }
-
- }
- @media screen and (max-width: 1440px) {
- #header{
- font-size: 1rem;
- }
-
- }
- @media screen and (max-width: 1366px) {
- #header{
- font-size: 1rem;
- }
-
-
- }
- @media screen and (max-width: 1250px){
- #header{
- font-size: 1rem;
- }
-
- }
- @media screen and (max-width:1024px) {
- #header{
- font-size: 1rem;
- }
- }
- @media screen and (max-width:750px) {
- #header{
- height: 60px;
- background-color: #eaedfc;
- .wrap{
- padding:0 10px;
- width: 100%;
- .left-part{
- font-size: 22px;
- }
- .menu{
- display: none;
- }
- .search-wrap{
- // width: 170px!important;
- // :deep(.el-input__wrapper){
- // border-radius: 20px;
- // }
- display: none;
- }
- .mini-menu{
- display: block!important;
- padding-right: 15px;
- }
- .user{
- display: none;
- }
-
- }
- }
- .header-hidden{
- height: 60px!important;
- }
- #main{
- .main-wrap{
- width: 100%;
- margin: 0;
- padding: 0;
- display: block;
- .left-list, .right-action{
- display: none;
- }
- .mob-page{
- display: block!important;
- }
- .cate-list{
- .cate-tag, .divide{
- display: none;
- }
- .drop-tag{
- display: block!important;
- }
- .hot-item{
- height: 120px;
- .game-logo{
- display: none;
- }
- flex-direction: row-reverse;
- justify-content: flex-end;
- --van-button-small-padding:15px;
- .game-poster{
- width: 133px;
- height: 75px;
- border-radius: var(--logo-radius);
- margin-right: 5px;
- }
- margin-bottom: 0;
- .down-btn{
- display: block!important;
- }
- .detail{
- width: 150px;
-
- }
- .game_tag{
- margin-right: 2px;
- font-size: 10px;
- }
- }
- }
- .bg{
- display: none;
- }
- .mob-login{
- display: flex!important;
- }
- .rest-list{
- display: none;
- }
- .mob-list{
- display: block!important;
- min-height: calc(100vh - 60px)
- }
- .settings{
- display: none;
- }
- .mob-setting{
- display: block!important;
- }
- .mine{
- .pcbt, .game-poster{
- display: none;
- }
- .right{
- display: flex!important;
- }
- }
- .search_cont{
- .search_key{
- display: block!important;
- }
- .pcbt, .game-poster{
- display: none;
- }
- .right{
- display: flex!important;
- }
- .hot-item{
- height: 96px;
- width: 100%;
- box-sizing: border-box;
- .game-logo{
- margin-right: 10px;
- }
- .detail{
- width: 170px;
- }
- }
- }
-
- }
- }
- }
- @media screen and (max-width:350px) {
- #header{
- height: 60px;
- box-sizing: border-box;
- overflow: hidden;
- .wrap{
- width: 100%;
- }
- }
- .header-hidden{
- height: 60px!important;
- }
- }
|