修复黑河计划数据整理服务页面的表单样式bug,修改导航栏中数据汇交的样式
This commit is contained in:
parent
41c3403b88
commit
5f9355dc30
|
@ -30,10 +30,10 @@
|
|||
<li><a href="/heihe/tag">关键词导航</a></li>
|
||||
<li><a href="/heihe/timeline">时间轴导航</a></li>
|
||||
<li><a href="/heihe/timemap">时空联合导航</a></li>
|
||||
<li><a href="/heihe/submit">数据汇交</a></li>
|
||||
<!-- <li>WebGIS地图浏览</li>
|
||||
<li>黑河计划数据汇交</li>
|
||||
<li>数据使用协议</li> -->
|
||||
<li class="bigtitle text-shadow"><a href="/heihe/submit">数据汇交</a></li>
|
||||
</ul>
|
||||
<form id="search" enctype="application/x-www-form-urlencoded" action="/heihe/search" method="post">
|
||||
<input type="text" name="q" id="q" value="<?php echo (empty($this->key))?'回车搜索标题和摘要':$this->key; ?>" onfocus="myfocus(this);" onblur="myblur(this);">
|
||||
|
|
|
@ -126,8 +126,8 @@ function commit(id){
|
|||
}
|
||||
</script>
|
||||
<div class="colorbox" style="display:none;">
|
||||
<div id="commitform">
|
||||
<form>
|
||||
<div id="commitform" style="overflow:hidden;width:100%;">
|
||||
<form style="width:99%;">
|
||||
<p>
|
||||
<label>简要功能:</label><br />
|
||||
<textarea class="full" style="resize:none;height:200px;" id="changelog"></textarea>
|
||||
|
|
|
@ -108,6 +108,9 @@ ol,ol li{list-style:decimal;margin-left:20px;}
|
|||
#tabs-controller ul li{float:left;padding:3px 10px;border:1px solid #93bee2;border-radius:5px;margin:0 5px;}
|
||||
#tabs-controller ul li:hover{background:#f1f8fe;}
|
||||
#tabs-controller ul li.active{background:#e8f4ff;}
|
||||
|
||||
.bigtitle{font-size:14px;font-weight:bold;line-height:24px;text-indent:14px;background:url(/images/arrow_red_10x10.gif) 0 center no-repeat;}
|
||||
.bigtitle a{color:#004411;}
|
||||
.box-shadow{
|
||||
box-shadow:2px 2px 2px #ccc;
|
||||
-webkit-box-shadow:2px 2px 2px #ccc;
|
||||
|
|
Loading…
Reference in New Issue