|
@@ -11,9 +11,9 @@
|
|
|
<span class="qiudata"></span>
|
|
|
<el-link :underline="false">今天(3月8日星期五)</el-link>
|
|
|
</li>
|
|
|
- <li v-for="(item, index) in noticelist" :key="index">
|
|
|
+ <li class="listdata" v-for="(item, index) in noticelist" :key="index">
|
|
|
<el-col :span="24" @click.native="$router.push({ path: `/master/detail/news/${item.id}` })">
|
|
|
- <P>{{ item.title }}</P>
|
|
|
+ <P class="textOver"><span class="qiudatas"></span>{{ item.title }}</P>
|
|
|
</el-col>
|
|
|
</li>
|
|
|
</ul>
|
|
@@ -105,6 +105,15 @@ p {
|
|
|
border-radius: 90px;
|
|
|
margin: 0 15px;
|
|
|
}
|
|
|
+.qiudatas {
|
|
|
+ display: inline-block;
|
|
|
+ width: 10px;
|
|
|
+ height: 10px;
|
|
|
+ background: #fff;
|
|
|
+ border: 1px solid #ccc;
|
|
|
+ border-radius: 90px;
|
|
|
+ margin: 0 15px 0 5px;
|
|
|
+}
|
|
|
.qiu {
|
|
|
float: left;
|
|
|
width: 10px;
|