liyongli 2 vuotta sitten
vanhempi
commit
b93227fbd1
2 muutettua tiedostoa jossa 15 lisäystä ja 3 poistoa
  1. 14 2
      src/views/report/Calendar/index.vue
  2. 1 1
      src/views/report/Traditional/index.vue

+ 14 - 2
src/views/report/Calendar/index.vue

@@ -1,6 +1,10 @@
 <template>
   <div class="tv-list" :style="'font-size:' + fontSize + 'px'">
-    <div class="content">1</div>
+    <div class="content">
+      <div class="group">
+        <p class="headTitle">全剧每集评价收视率1.390%</p>
+      </div>
+    </div>
     <div class="bottom content">
       本数据由“陕西广电融媒体集团大数据平台”提供。
       <p>
@@ -57,7 +61,7 @@ export default {
 
 <style scoped>
 .tv-list {
-  background-color: #fff;
+  background-color: #f5b379;
   padding: 5px;
   height: 100%;
   overflow-y: scroll;
@@ -76,5 +80,13 @@ export default {
   margin: 0 auto;
   max-width: 667px;
 }
+
+.headTitle {
+    text-align: center;
+  color: #c77838;
+  text-stroke: 1px #fff;
+  /* 兼容Webkit(Chrome/Safari)内核浏览器的写法 */
+  -webkit-text-stroke: 1px #fff;
+}
 </style>
 <style></style>

+ 1 - 1
src/views/report/Traditional/index.vue

@@ -70,7 +70,7 @@
         <div v-for="(v, o) in platfromData || []" :key="v.name">
           <div
             style="border-bottom: 1px dashed #eee; margin: 11px 0 0 0"
-            v-if="o === 20"
+            v-if="o === 50"
           ></div>
           <van-row
             :style="v.shanxi_channel ? 'background:	#F5DEB3' : ''"