功能修改

This commit is contained in:
ly19960718 2021-08-26 09:33:32 +08:00
parent bac8dece9a
commit 0af6adff1d
2 changed files with 3 additions and 3 deletions

View File

@ -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.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.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 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{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{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%;} .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 .bd a{display:block;position:relative}
.slide .hd{position: absolute;right:10px;bottom:12px;} .slide .hd{position: absolute;right:10px;bottom:12px;}
.slide .hd ul:after{content:'';display: block;clear: both;} .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:last-child{margin-right: 0}
.slide .hd ul li.on{background: #064ec0;color:#fff;} .slide .hd ul li.on{background: #064ec0;color:#fff;}
.dynamic-news,.slide{position:relative} .dynamic-news,.slide{position:relative}

View File

@ -298,7 +298,7 @@
<div class="bd"> <div class="bd">
<ul v-cloak> <ul v-cloak>
<li v-for="(item,i) in ontWeekRoleData"> <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.indexLib4}}</span>
<span>{{ item.indexLib5}}</span> <span>{{ item.indexLib5}}</span>
<span>{{ item.indexLib6}}</span> <span>{{ item.indexLib6}}</span>