feat:样式修改

dev-captcha
wangxy 10 months ago
parent c7d1d46bb6
commit f9392c33c6

@ -43,7 +43,7 @@
<div class="layui-container" style="padding-top: 20px"> <div class="layui-container" style="padding-top: 20px">
<div> <div>
<blockquote class="layui-elem-quote"> <blockquote class="layui-elem-quote">
<h2>通知公告</h2> <h2 style="color: #074488;">通知公告</h2>
</blockquote> </blockquote>
<br> <br>
<p><i class="layui-icon layui-icon-location"></i>当前位置:<a target="_parent" href="base.html">首页</a>&nbsp;/&nbsp;<a target="_parent" href="announce_view.html">通知公告</a></p> <p><i class="layui-icon layui-icon-location"></i>当前位置:<a target="_parent" href="base.html">首页</a>&nbsp;/&nbsp;<a target="_parent" href="announce_view.html">通知公告</a></p>

@ -43,7 +43,7 @@
<div class="layui-container" style="padding-top: 20px"> <div class="layui-container" style="padding-top: 20px">
<div> <div>
<blockquote class="layui-elem-quote"> <blockquote class="layui-elem-quote">
<h2>检察业务</h2> <h2 style="color: #074488;">检察业务</h2>
</blockquote> </blockquote>
<br> <br>
<p><i class="layui-icon layui-icon-location"></i>当前位置:<a target="_parent" href="base.html">首页</a>&nbsp;/&nbsp;<a <p><i class="layui-icon layui-icon-location"></i>当前位置:<a target="_parent" href="base.html">首页</a>&nbsp;/&nbsp;<a

@ -151,7 +151,7 @@
<div class="layui-container" style="padding-top: 20px"> <div class="layui-container" style="padding-top: 20px">
<div> <div>
<blockquote class="layui-elem-quote"> <blockquote class="layui-elem-quote">
<h2>部门动态</h2> <h2 style="color: #074488;">部门动态</h2>
</blockquote> </blockquote>
<br> <br>
<p><i class="layui-icon layui-icon-location"></i>当前位置:<a href="base.html" target="_parent">首页</a>&nbsp;/&nbsp;<a target="_parent" href="dept_trends_view.html">部门动态</a></p> <p><i class="layui-icon layui-icon-location"></i>当前位置:<a href="base.html" target="_parent">首页</a>&nbsp;/&nbsp;<a target="_parent" href="dept_trends_view.html">部门动态</a></p>

@ -71,7 +71,7 @@
<div class="layui-container" style="padding-top: 70px"> <div class="layui-container" style="padding-top: 70px">
<div> <div>
<blockquote class="layui-elem-quote"> <blockquote class="layui-elem-quote">
<h2>部门动态</h2> <h2 style="color: #074488;">部门动态</h2>
</blockquote> </blockquote>
<br> <br>
<p><i class="layui-icon layui-icon-location"></i>当前位置:<a href="base.html" target="_parent">首页</a>&nbsp;/&nbsp;<a target="_parent" href="dept_trends_view.html">部门动态</a></p> <p><i class="layui-icon layui-icon-location"></i>当前位置:<a href="base.html" target="_parent">首页</a>&nbsp;/&nbsp;<a target="_parent" href="dept_trends_view.html">部门动态</a></p>

@ -152,7 +152,7 @@
<div class="layui-container" style="padding-top: 20px"> <div class="layui-container" style="padding-top: 20px">
<div> <div>
<blockquote class="layui-elem-quote"> <blockquote class="layui-elem-quote">
<h2>专题活动</h2> <h2 style="color: #074488;">专题活动</h2>
</blockquote> </blockquote>
<br> <br>
<p><i class="layui-icon layui-icon-location"></i>当前位置:<a target="_parent" href="base.html">首页</a>&nbsp;/&nbsp;<a <p><i class="layui-icon layui-icon-location"></i>当前位置:<a target="_parent" href="base.html">首页</a>&nbsp;/&nbsp;<a

@ -72,7 +72,7 @@
<div class="layui-container" style="padding-top: 70px"> <div class="layui-container" style="padding-top: 70px">
<div> <div>
<blockquote class="layui-elem-quote"> <blockquote class="layui-elem-quote">
<h2>专题活动</h2> <h2 style="color: #074488;">专题活动</h2>
</blockquote> </blockquote>
<br> <br>
<p><i class="layui-icon layui-icon-location"></i>当前位置:<a target="_parent" href="base.html">首页</a>&nbsp;/&nbsp;<a <p><i class="layui-icon layui-icon-location"></i>当前位置:<a target="_parent" href="base.html">首页</a>&nbsp;/&nbsp;<a

@ -42,7 +42,7 @@
<div class="layui-container" style="padding-top: 20px"> <div class="layui-container" style="padding-top: 20px">
<div> <div>
<blockquote class="layui-elem-quote"> <blockquote class="layui-elem-quote">
<h2>工作动态</h2> <h2 style="color: #074488;">工作动态</h2>
</blockquote> </blockquote>
<br> <br>
<p><i class="layui-icon layui-icon-location"></i>当前位置:<a target="_parent" href="base.html">首页</a>&nbsp;/&nbsp;<a href="work_view.html" target="_parent">工作动态</a></p> <p><i class="layui-icon layui-icon-location"></i>当前位置:<a target="_parent" href="base.html">首页</a>&nbsp;/&nbsp;<a href="work_view.html" target="_parent">工作动态</a></p>

@ -44,6 +44,9 @@
justify-content: center; justify-content: center;
background-color: rgba(7,68,136,1); background-color: rgba(7,68,136,1);
} }
.layui-elem-quote{
border-left: 5px solid #005cb1;
}
</style> </style>
</head> </head>

@ -121,6 +121,9 @@
height: 100%; height: 100%;
flex-wrap: wrap; flex-wrap: wrap;
} }
.layui-elem-quote{
border-left: 5px solid #005cb1;
}
/*.childBox2 dd{*/ /*.childBox2 dd{*/
/* float: left;*/ /* float: left;*/
/* fongt-size:18px;*/ /* fongt-size:18px;*/

Loading…
Cancel
Save