style:我的业务
Showing
2 changed files
with
6 additions
and
2 deletions
... | @@ -156,7 +156,7 @@ | ... | @@ -156,7 +156,7 @@ |
156 | display: inline-block; | 156 | display: inline-block; |
157 | position: relative; | 157 | position: relative; |
158 | top: 12px; | 158 | top: 12px; |
159 | margin-right: 50px; | 159 | margin-right: 40px; |
160 | } | 160 | } |
161 | .business_name h5{ | 161 | .business_name h5{ |
162 | font-size: 16px; | 162 | font-size: 16px; |
... | @@ -244,4 +244,8 @@ | ... | @@ -244,4 +244,8 @@ |
244 | .applyBusinessEnd a { | 244 | .applyBusinessEnd a { |
245 | background: url('../staticImages/yibanjie.png'); | 245 | background: url('../staticImages/yibanjie.png'); |
246 | background-size: 100% 100%; | 246 | background-size: 100% 100%; |
247 | } | ||
248 | .obligee { | ||
249 | min-width: 106px; | ||
250 | margin-right: 30px!important; | ||
247 | } | 251 | } |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
... | @@ -238,7 +238,7 @@ function dataRendering() { | ... | @@ -238,7 +238,7 @@ function dataRendering() { |
238 | li += '<h5>' + dataList.list[i].djywjc + '</h5>' | 238 | li += '<h5>' + dataList.list[i].djywjc + '</h5>' |
239 | li += '<p>权力类型:' + dataList.list[i].qllxmc + '</p>' | 239 | li += '<p>权力类型:' + dataList.list[i].qllxmc + '</p>' |
240 | li += '</div>' | 240 | li += '</div>' |
241 | li += '<div>' | 241 | li += '<div class="obligee">' |
242 | li += '<p>权利人</p>' | 242 | li += '<p>权利人</p>' |
243 | li += '<p>' + dataList.list[i].qlrmc + '</p>' | 243 | li += '<p>' + dataList.list[i].qlrmc + '</p>' |
244 | li += '</div>' | 244 | li += '</div>' | ... | ... |
-
Please register or sign in to post a comment