This commit is contained in:
dong_bo0602 2021-06-15 18:15:14 +08:00
parent d41d713bb5
commit 5acde9ac6a
3 changed files with 7 additions and 7 deletions

View File

@ -165,7 +165,7 @@
.news-container .news-list ul li span{float: right;font-size: 18px;color: #333} .news-container .news-list ul li span{float: right;font-size: 18px;color: #333}
.street{width: 32%;background: #fff;padding: 15px;box-sizing: border-box;box-shadow: 0 0 10px #eee;float:right;overflow:hidden;height: 420px;} .street{width: 32%;background: #fff;padding: 15px;box-sizing: border-box;box-shadow: 0 0 10px #eee;float:right;overflow:hidden;height: 420px;}
.street-box{width: 100%;height: 100%;} .street-box{width: 100%;height: 100%;}
.street a{display: block;padding: 0 5px;box-sizing:border-box;white-space:nowrap;overflow: hidden;text-overflow: ellipsis;float:left;margin-bottom: 15px;width:49%;background: #064ec0;color: #fff;text-align: center;line-height: 35px;border-radius: 5px;} .street a{display: block;padding: 0 5px;box-sizing:border-box;white-space:nowrap;overflow: hidden;text-overflow: ellipsis;float:left;margin-bottom: 15px;width:49%;background: #d12730;color: #fff;text-align: center;line-height: 35px;border-radius: 5px;}
.street a:hover{background: rgba(6,78,192,0.8)} .street a:hover{background: rgba(6,78,192,0.8)}
.street a:nth-child(even){float:right} .street a:nth-child(even){float:right}
.street a img{display: block;margin: 10px auto 0;} .street a img{display: block;margin: 10px auto 0;}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 918 KiB

After

Width:  |  Height:  |  Size: 2.4 MiB

View File

@ -7,11 +7,11 @@
<link rel="stylesheet" href="assets/web/css/reset.css"> <link rel="stylesheet" href="assets/web/css/reset.css">
<link rel="stylesheet" href="assets/web/css/style.css"> <link rel="stylesheet" href="assets/web/css/style.css">
</head> </head>
<body style="background: #f5f5f5 url('assets/web/images/banner2.png') no-repeat;background-size: 100% auto;"> <body style="background: #f5f5f5">
<div id="app"> <div id="app">
<div class="header"> <div class="header assessment-header">
<div class="banner"> <div class="banner">
<img src="assets/web/images/assessment-banner1.png" alt="">
</div> </div>
<div class="nav child"> <div class="nav child">
<ul class="clearFloat" v-cloak> <ul class="clearFloat" v-cloak>
@ -37,7 +37,7 @@
</div> </div>
</a> </a>
</li> </li>
<li> <li :class="{active: pageId == '6f0ec363-49a9-4174-a48f-290b69495dfc'}">
<a href="route/web/public.html?id=6f0ec363-49a9-4174-a48f-290b69495dfc"> <a href="route/web/public.html?id=6f0ec363-49a9-4174-a48f-290b69495dfc">
<div class="left fl"> <div class="left fl">
<span>四个清单</span> <span>四个清单</span>
@ -48,7 +48,7 @@
</div> </div>
</a> </a>
</li> </li>
<li> <li :class="{active: pageId == 'cdd5ffd5-ebd7-4901-afce-f2e98d506c97'}">
<a href="route/web/public.html?id=cdd5ffd5-ebd7-4901-afce-f2e98d506c97"> <a href="route/web/public.html?id=cdd5ffd5-ebd7-4901-afce-f2e98d506c97">
<div class="left fl"> <div class="left fl">
<span>五项流程</span> <span>五项流程</span>
@ -59,7 +59,7 @@
</div> </div>
</a> </a>
</li> </li>
<li> <li :class="{active: pageId == 'c912f0ff-d1e6-4346-a0cd-c955ea559a0b'}">
<a href="route/web/public.html?id=c912f0ff-d1e6-4346-a0cd-c955ea559a0b"> <a href="route/web/public.html?id=c912f0ff-d1e6-4346-a0cd-c955ea559a0b">
<div class="left fl"> <div class="left fl">
<span>六本台账</span> <span>六本台账</span>