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