c7f9ec02 by 任超

style:样式的修改

1 parent c8cf7960
......@@ -415,3 +415,13 @@ input[type='file'] {
height: 15px;
line-height: 23px;
}
.acceptance li{
width: 33%!important;
}
#titleCertificate {
width: 50%!important;
}
#titleCertificate span {
width: 112px!important;
}
\ No newline at end of file
......
......@@ -35,7 +35,7 @@
<!-- 受理情况 -->
<div class="acceptance_information">
<h3>受理情况</h3>
<ul>
<ul class="acceptance">
<li id="11">
<span>登记业务名称:</span>
......@@ -141,7 +141,7 @@
<!-- 受理情况 -->
<div class="acceptance_information">
<h3>网签合同情况</h3>
<ul>
<ul class="acceptance">
<li id="recordNo">
<span>合同备案号:</span>
<p>YS000000000001</p>
......