修改了离线申请中列表显示的样式
This commit is contained in:
parent
89b3f4197e
commit
44c337ff7a
|
@ -53,7 +53,8 @@
|
|||
邮编:<?= $item['postcode']; ?>
|
||||
</p>
|
||||
<p>
|
||||
用途:<?= $item['project'].'['.$item['project_title'].' | '.$item['project_type'].' | '.$item['project_id'].']'; ?>
|
||||
用途:
|
||||
<p style="width:95%;margin:0px auto;"><q><cite><?= $item['project'].'['.$item['project_title'].' | '.$item['project_type'].' | '.$item['project_id'].']'; ?></cite></q></p>
|
||||
</p>
|
||||
<p>
|
||||
数据清单:<?= $item['datalist']; ?>
|
||||
|
|
|
@ -76,5 +76,12 @@
|
|||
#archives_view .info{font-size:11px;text-align:center;}
|
||||
#archives_view .content{font-size:14px;margin-top:15px;margin-bottom:15px;}
|
||||
#archives_view .content p{line-height:24px;}
|
||||
iframe.import{margin:0;border:none;width:100%;overflow:none;height:400px;}
|
||||
iframe.import{margin:0;border:none;width:100%;overflow:none;height:400px;}
|
||||
iframe.view{margin:0;border:none;width:100%;overflow:none;height:800px;}
|
||||
|
||||
|
||||
q {quotes:none;}
|
||||
q:before, q:after {content:'';}
|
||||
q cite {display:block;font-size:14px;color:#444;}
|
||||
q {display:block;font-style:normal;quotes:"" "";background:url("../images/quote.png") no-repeat scroll 0 8px transparent;display:block;font-size:14px;min-height:14px;padding:0 0 0 0px;color:#666;
|
||||
font-family:Georgia,"Times New Roman",Times,serif;margin:1em 0;}
|
Binary file not shown.
After Width: | Height: | Size: 374 B |
Loading…
Reference in New Issue