Browse Source

pc单机调整

PC-20180523CIYM\Administrator 6 years ago
parent
commit
5b59b7a67d
2 changed files with 20 additions and 2 deletions
  1. 6 0
      2017专区/PC单机/src/_index.html
  2. 14 2
      2017专区/PC单机/src/sass/global.scss

+ 6 - 0
2017专区/PC单机/src/_index.html

@@ -764,6 +764,9 @@
                     </div>
                     <div class="g-tab__bd clearfix mt-25">
                         <div class="zq-col-670">
+                            <div class="part-title">
+                                <span>热门视频</span>
+                            </div>
                             <div class="cloudplay-list">
                                 <ul>
                                     <li class="g-col-gItem">
@@ -898,6 +901,9 @@
                             </div>
                         </div>
                         <div class="zq-col-504">
+                            <div class="part-title">
+                                <span>热门推荐游戏</span>
+                            </div>
                             <div class="cloudplay-hot">
                                 <ul>
                                     <li>

+ 14 - 2
2017专区/PC单机/src/sass/global.scss

@@ -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;