|
@@ -892,25 +892,37 @@ body {
|
|
|
}
|
|
|
|
|
|
.pc-index-cloudplay{
|
|
|
- .zq-col-661{
|
|
|
- width: 661px;
|
|
|
+ .zq-col-670{
|
|
|
+ width: 670px;
|
|
|
float: left;
|
|
|
}
|
|
|
- .zq-col-503{
|
|
|
- width: 505px;
|
|
|
+ .zq-col-504{
|
|
|
+ width: 504px;
|
|
|
float: right;
|
|
|
}
|
|
|
- a:hover{
|
|
|
- text-decoration: none;
|
|
|
+ li{
|
|
|
+ a:hover{
|
|
|
+ text-decoration: none;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .part-title{
|
|
|
+ span{
|
|
|
+ font-size: 14px;
|
|
|
+ color: #66c0f4;
|
|
|
+ background: #131d29;
|
|
|
+ line-height: 30px;
|
|
|
+ padding: 0 12px;
|
|
|
+ display: inline-block;
|
|
|
+ }
|
|
|
}
|
|
|
.cloudplay-list{
|
|
|
ul{
|
|
|
width: 700px;
|
|
|
li{
|
|
|
height: 140px;
|
|
|
- width: 154px;
|
|
|
+ width: 157px;
|
|
|
float: left;
|
|
|
- margin-right: 15px;
|
|
|
+ margin-right: 14px;
|
|
|
vertical-align: top;
|
|
|
font-size: 12px;
|
|
|
a{
|
|
@@ -1042,92 +1054,102 @@ body {
|
|
|
ul{
|
|
|
width: 520px;
|
|
|
li{
|
|
|
- height: 268px;
|
|
|
- width: 155px;
|
|
|
+ height: 276px;
|
|
|
+ width: 158px;
|
|
|
+ background: #223c4d;
|
|
|
+ border-bottom-left-radius: 3px;
|
|
|
+ border-bottom-right-radius: 3px;
|
|
|
+ overflow: hidden;
|
|
|
float: left;
|
|
|
- padding: 3px;
|
|
|
- margin-right: 10px;
|
|
|
+ margin-right: 15px;
|
|
|
.imgbox{
|
|
|
- height: 193px;
|
|
|
+ height: 219px;
|
|
|
width: 100%;
|
|
|
- border-radius: 2px;
|
|
|
overflow: hidden;
|
|
|
position: relative;
|
|
|
- transition: transform 0.35s,box-shadow 0.35s;
|
|
|
+ background: #000402;
|
|
|
+ a{
|
|
|
+ transition: opacity ease 0.2s;
|
|
|
+ }
|
|
|
&:hover{
|
|
|
- transform: translate(-1px,-4px);
|
|
|
- box-shadow: 0 12px 30px -8px rgba(0,0,0,0.4);
|
|
|
+ a{
|
|
|
+ opacity: 0.9;
|
|
|
+ filter: alpha(opacity=90);
|
|
|
+ }
|
|
|
}
|
|
|
- img{
|
|
|
- height: 100%;
|
|
|
- width: 100%;
|
|
|
+ .cover-img{
|
|
|
+ height: 193px;
|
|
|
display: block;
|
|
|
- }
|
|
|
- .setnum{
|
|
|
- height: 28px;
|
|
|
- width: 24px;
|
|
|
- background: url(/src/img/bg-setnum.png?__sprite) no-repeat;
|
|
|
- position: absolute;
|
|
|
- top: 7px;
|
|
|
- left: 8px;
|
|
|
- font-size: 12px;
|
|
|
- color: #fff;
|
|
|
- line-height: 28px;
|
|
|
- text-align: center;
|
|
|
- text-shadow: 0 2px 3px rgba(0,0,0,0.69);
|
|
|
- }
|
|
|
- .to-update{
|
|
|
- width: 145px;
|
|
|
- position: absolute;
|
|
|
- left: 5px;
|
|
|
- bottom: 5px;
|
|
|
- font-size: 12px;
|
|
|
- line-height: 26px;
|
|
|
- text-align: center;
|
|
|
- color: #fff;
|
|
|
- border-radius: 2px;
|
|
|
- overflow: hidden;
|
|
|
- p{
|
|
|
+ img{
|
|
|
height: 100%;
|
|
|
- width: 110px;
|
|
|
- background: #000;
|
|
|
- background: rgba(0,0,0,0.8);
|
|
|
- float: left;
|
|
|
- }
|
|
|
- em{
|
|
|
- width: 35px;
|
|
|
- float: left;
|
|
|
+ width: 100%;
|
|
|
display: block;
|
|
|
+ }
|
|
|
+ .setnum{
|
|
|
+ height: 28px;
|
|
|
+ width: 24px;
|
|
|
+ background: url(/src/img/bg-setnum.png?__sprite) no-repeat;
|
|
|
+ position: absolute;
|
|
|
+ top: 7px;
|
|
|
+ left: 8px;
|
|
|
+ font-size: 12px;
|
|
|
color: #fff;
|
|
|
- background: #FF263A;
|
|
|
- background: rgba(255,38,58,0.9);
|
|
|
- transition: background 0.35s;
|
|
|
- &:hover{
|
|
|
+ line-height: 28px;
|
|
|
+ text-align: center;
|
|
|
+ text-shadow: 0 2px 3px rgba(0,0,0,0.69);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .date-box{
|
|
|
+ display: block;
|
|
|
+ background: #000402;
|
|
|
+ .to-update{
|
|
|
+ width: 145px;
|
|
|
+ margin: 0 auto;
|
|
|
+ font-size: 12px;
|
|
|
+ line-height: 26px;
|
|
|
+ text-align: center;
|
|
|
+ color: #fff;
|
|
|
+ overflow: hidden;
|
|
|
+ p{
|
|
|
+ height: 100%;
|
|
|
+ width: 110px;
|
|
|
+ background: #000;
|
|
|
+ background: rgba(0,0,0,0.8);
|
|
|
+ float: left;
|
|
|
+ }
|
|
|
+ em{
|
|
|
+ width: 35px;
|
|
|
+ float: left;
|
|
|
+ display: block;
|
|
|
+ color: #fff;
|
|
|
background: #FF263A;
|
|
|
+ background: rgba(255,38,58,0.9);
|
|
|
+ transition: background 0.35s;
|
|
|
+ &:hover{
|
|
|
+ background: #FF263A;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
.txtbox{
|
|
|
- margin-top: 7px;
|
|
|
- padding: 0 3px;
|
|
|
+ padding: 2px 6px 0 8px;
|
|
|
h3,em{
|
|
|
@include ellipsis;
|
|
|
+ color: #97c8e6;
|
|
|
}
|
|
|
h3{
|
|
|
- font-size: 16px;
|
|
|
- color: #fff;
|
|
|
- line-height: 28px;
|
|
|
- margin-bottom: 3px;
|
|
|
+ font-size: 14px;
|
|
|
+ line-height: 30px;
|
|
|
&:hover{
|
|
|
- color: #e94646;
|
|
|
+ color: #ff6600;
|
|
|
}
|
|
|
}
|
|
|
.release-info{
|
|
|
overflow: hidden;
|
|
|
p{
|
|
|
- height: 30px;
|
|
|
- width: 30px;
|
|
|
+ height: 16px;
|
|
|
+ width: 16px;
|
|
|
float: left;
|
|
|
overflow: hidden;
|
|
|
border-radius: 100%;
|
|
@@ -1139,12 +1161,11 @@ body {
|
|
|
}
|
|
|
}
|
|
|
em{
|
|
|
- width: 109px;
|
|
|
+ width: 103px;
|
|
|
float: left;
|
|
|
display: block;
|
|
|
- font-size: 14px;
|
|
|
- color: #aaa;
|
|
|
- line-height: 30px;
|
|
|
+ font-size: 12px;
|
|
|
+ line-height: 16px;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -1226,6 +1247,8 @@ body {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+
|
|
|
+
|
|
|
.ZQ__map{
|
|
|
background-color: #EAEAEA;
|
|
|
margin-top: 50px;
|