功能修改
This commit is contained in:
parent
bac8dece9a
commit
0af6adff1d
@ -39,7 +39,7 @@
|
||||
.news .news-box .box-title span.four{background: url("../images/four-icon.png") no-repeat left center;}
|
||||
.news .news-box .box-title span.five{background: url("../images/five-icon.png") no-repeat left center;}
|
||||
.news .news-box .box-title span.six{background: url("../images/six-icon.png") no-repeat left center;}
|
||||
.news .news-box .box-title a{font-size:16px;float:right;color:#fff}
|
||||
.news .news-box .box-title a{font-size:16px;float:right;color:#999}
|
||||
.news .news-box .news-list{overflow: hidden;}
|
||||
.news .news-box .news-list ul{height:215px;overflow-y: scroll;width:110%;padding-right:20px;box-sizing: border-box;}
|
||||
.news .news-box .news-list ul li{padding-left:55px;margin-bottom:15px;height:40px;line-height:40px;font-size:16px;color:#333;background:url("../images/news-bg.png") no-repeat center;background-size: 100% 100%;}
|
||||
@ -53,7 +53,7 @@
|
||||
.slide .bd a{display:block;position:relative}
|
||||
.slide .hd{position: absolute;right:10px;bottom:12px;}
|
||||
.slide .hd ul:after{content:'';display: block;clear: both;}
|
||||
.slide .hd ul li{width:15px;height:15px;border-radius: 50%;background: #fff;cursor: pointer;float:left;margin-right:10px;text-align: center;color: #000;line-height: 15px;font-size: 12px;}
|
||||
.slide .hd ul li{width:15px;height:15px;/*border-radius: 50%*/;background: #fff;cursor: pointer;float:left;margin-right:10px;text-align: center;color: #000;line-height: 15px;font-size: 12px;}
|
||||
.slide .hd ul li:last-child{margin-right: 0}
|
||||
.slide .hd ul li.on{background: #064ec0;color:#fff;}
|
||||
.dynamic-news,.slide{position:relative}
|
||||
|
@ -298,7 +298,7 @@
|
||||
<div class="bd">
|
||||
<ul v-cloak>
|
||||
<li v-for="(item,i) in ontWeekRoleData">
|
||||
<span>{{ item.userName}}</span>
|
||||
<span style="text-align: left;">{{ item.userName}}</span>
|
||||
<span>{{ item.indexLib4}}</span>
|
||||
<span>{{ item.indexLib5}}</span>
|
||||
<span>{{ item.indexLib6}}</span>
|
||||
|
Loading…
Reference in New Issue
Block a user