|
@@ -905,6 +905,16 @@ body {
|
|
|
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;
|
|
@@ -1047,7 +1057,8 @@ body {
|
|
|
height: 276px;
|
|
|
width: 158px;
|
|
|
background: #223c4d;
|
|
|
- border-radius: 3px;
|
|
|
+ border-bottom-left-radius: 3px;
|
|
|
+ border-bottom-right-radius: 3px;
|
|
|
overflow: hidden;
|
|
|
float: left;
|
|
|
margin-right: 15px;
|
|
@@ -1098,7 +1109,6 @@ body {
|
|
|
line-height: 26px;
|
|
|
text-align: center;
|
|
|
color: #fff;
|
|
|
- border-radius: 2px;
|
|
|
overflow: hidden;
|
|
|
p{
|
|
|
height: 100%;
|
|
@@ -1237,6 +1247,8 @@ body {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+
|
|
|
+
|
|
|
.ZQ__map{
|
|
|
background-color: #EAEAEA;
|
|
|
margin-top: 50px;
|