You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

225 lines
3.1 KiB

.top{
width: 1200px;
background: wheat;
height: 450px;
margin:60px auto 0;
}
.scroll{
width: 800px;
height: 450px;
}
.swiper-slide img{
width: 800px;
height: 450px;
}
.swiper-wrapper{
width: 800px;
height: 450px;
}
.top_top{
width: 400px;
height: 225px;
background: rosybrown;
}
.top_top a img{
width: 400px;
height: 225px;
}
.top_down{
width: 400px;
height: 225px;
background: powderblue;
}
.top_down a img{
width: 400px;
height: 225px;
}
.main{
width: 1200px;
margin:0 auto 0;
background: white;
}
.more{
width: 1200px;
margin: 50px auto 0;
height: 600px;
}
.hot_left{
width: 880px;
height: 600px;
margin-left:0;
}
.hot_nav{
height: 50px;
width: 880px;
}
.hot_nav>li:nth-child(1){
color:orangered;
font-size: 24px;
line-height:50px;
margin-left: 10px;
}
.hot_nav>li:nth-child(2){
color:orangered;
font-size: 16px;
line-height:30px;
margin-top:20px;
}
.more .hot_movie li{
width:160px;
height: 260px;
margin-left:10px;
margin-right:10px;
margin-bottom:20px;
margin-top:5px;
}
.hot_movie>li:nth-child(1){
margin-left:0;
}
.hot_movie>li:nth-child(6){
margin-left:0;
}
.hot_movie>li:nth-child(5){
margin-right:0;
}
.hot_movie>li:nth-child(10){
margin-right:0;
}
.movie_detail{
width: 160px;
height: 220px;
}
.movie_detail img{
width: 160px;
height: 220px;
}
.buy_movie{
width: 158px;
height: 39px;
background: #F0FFFF;
color: darkorange;
line-height: 40px;
font-size: 16px;
text-align: center;
border-bottom: 1px solid gainsboro;
border-left: 1px solid gainsboro;
border-right: 1px solid gainsboro;
}
.hot_right{
width: 300px;
height: 600px;
margin-left:0;
}
.hot_right ul{
margin-bottom:10px;
}
.hot_right_title{
height: 50px;
width: 300px;
}
.hot_right_title li:nth-child(1){
font-size: 26px;
line-height: 50px;
margin-left:10px;
color: orangered;
}
.hot_right_win{
width: 298px;
height: 80px;
border: 1px solid lightgray;
}
.hot_right_win>li>img{
width: 120px;
height: 80px;
}
.hot_right_win_name{
color:black;
font-size: 18px;
margin-top:5px;
margin-left:130px;
}
.hot_right_win_count{
color:orangered;
font-size: 15px;
margin-top:25px;
margin-left:130px;
}
.hot_right_movie{
width: 300px;
height: 40px;
font-size: 16px;
line-height: 40px;
}
.movie_num{
margin-left:5px;
}
.movie_name{
margin-left:20px;
}
.movie_box_office{
margin-right:5px;
}
.free{
width:1920px;
height:180px;
margin-top:50px;
margin-bottom:0px;
background:#12161c;
position:absolute;
}
.free>div{
width:210px;
height:110px;
border-left:1px solid #212833;
margin-top:35px;
}
.free>div:nth-child(1){
margin-left:432px;
border:none;
}
.free div p{
margin-left:74px;
}
.free div p:nth-child(1){
margin-top:13px;
}
.free div p a{
color:#808080;
font-size: 13px;
line-height: 24px;
}
.free div p:nth-child(1) a{
margin-top:13px;
}
.free div p a:hover {
color: white;
}