style:样式的修改
Showing
2 changed files
with
12 additions
and
2 deletions
... | @@ -415,3 +415,13 @@ input[type='file'] { | ... | @@ -415,3 +415,13 @@ input[type='file'] { |
415 | height: 15px; | 415 | height: 15px; |
416 | line-height: 23px; | 416 | line-height: 23px; |
417 | } | 417 | } |
418 | |||
419 | .acceptance li{ | ||
420 | width: 33%!important; | ||
421 | } | ||
422 | #titleCertificate { | ||
423 | width: 50%!important; | ||
424 | } | ||
425 | #titleCertificate span { | ||
426 | width: 112px!important; | ||
427 | } | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
... | @@ -35,7 +35,7 @@ | ... | @@ -35,7 +35,7 @@ |
35 | <!-- 受理情况 --> | 35 | <!-- 受理情况 --> |
36 | <div class="acceptance_information"> | 36 | <div class="acceptance_information"> |
37 | <h3>受理情况</h3> | 37 | <h3>受理情况</h3> |
38 | <ul> | 38 | <ul class="acceptance"> |
39 | 39 | ||
40 | <li id="11"> | 40 | <li id="11"> |
41 | <span>登记业务名称:</span> | 41 | <span>登记业务名称:</span> |
... | @@ -141,7 +141,7 @@ | ... | @@ -141,7 +141,7 @@ |
141 | <!-- 受理情况 --> | 141 | <!-- 受理情况 --> |
142 | <div class="acceptance_information"> | 142 | <div class="acceptance_information"> |
143 | <h3>网签合同情况</h3> | 143 | <h3>网签合同情况</h3> |
144 | <ul> | 144 | <ul class="acceptance"> |
145 | <li id="recordNo"> | 145 | <li id="recordNo"> |
146 | <span>合同备案号:</span> | 146 | <span>合同备案号:</span> |
147 | <p>YS000000000001</p> | 147 | <p>YS000000000001</p> | ... | ... |
-
Please register or sign in to post a comment