/* 1256以下分辨率 */ @media screen and (max-width:1255px){ .live-room-page .live-room-layout-content{ width:calc(100% - 60px); width:-webkit-calc(100% - 50px); padding-left:20px; padding-right:20px; } .live-room-page .live-room-content{width:100%;} .live-room-page .live-room-content .video-flash-cont{width:100%;} .live-room-page .live-chat-content{display:none;} } /* 1256到1420分辨率 */ @media screen and (min-width:1256px) and (max-width:1419px){ .live-room-page .live-room-layout-content{width:1150px;} .live-room-page .live-room-content{width:790px;} .live-room-page .live-room-content .video-flash-cont{width:790px;} } /* 1420到1920分辨率 */ @media screen and (min-width:1420px) and (max-width:1920px){ .live-room-page .live-room-layout-content{ width:calc(100% - 224px); width:-webkit-calc(100% - 214px); padding-left:102px; padding-right:102px; } .live-room-page .live-room-content{ width:calc(100% - 380px); width:-webkit-calc(100% - 370px); } .live-room-page .live-room-content .video-flash-cont{width:100%;} } /*高度小于960px*/ @media screen and (max-height:960px){ /*.lanstory-home{ background-position:top center; }*/ .lanstory-home .home-page .play-icon{ bottom:auto; top:370px; } .lanstory-home .flash{ bottom:auto; top:0; } .lanstory-home .home-page .play-icon{ bottom:auto; top:340px; } .lanstory-home .home-page .flash-logo{ bottom:auto; top:240px; } }