竞赛配置样式调整
This commit is contained in:
parent
f37c292e99
commit
9f0b17424d
|
@ -7,15 +7,15 @@
|
|||
<ul class="pro_newsetting_con mb15">
|
||||
<li class="mb10">
|
||||
<label class="label"><span class="c_red f12">*</span> 竞赛名称 : </label>
|
||||
<input type="text" name="contest[name]" id="contest_name" class="w625" onkeyup="regex_contest_name();" value="<%= @contest.name %>">
|
||||
<input type="text" name="contest[name]" id="contest_name" class="w623" onkeyup="regex_contest_name();" value="<%= @contest.name %>">
|
||||
<span class="c_red ml5 w690" id="contest_name_notice" style="padding-left:100px;display: none;">竞赛名称不能为空!</span>
|
||||
</li>
|
||||
<li class="clear mb10">
|
||||
<label class="label fl"> 竞赛介绍 : </label>
|
||||
<label class="label fl mr3"> 竞赛介绍 : </label>
|
||||
<%= f.kindeditor :description, :editor_id => 'contest_setting_editor',
|
||||
:owner_id => @contest.nil? ? 0: @contest.id,
|
||||
:owner_type => OwnerTypeHelper::CONTEST,
|
||||
:width => '85%',
|
||||
:width => '84%',
|
||||
:height => 300,
|
||||
:minHeight=> 300,
|
||||
:class => 'fl ml5 w690',
|
||||
|
|
|
@ -151,6 +151,7 @@ h4{ font-size:14px;}/*color:#3b3b3b;*/
|
|||
.ml358{ margin-left:358px;}
|
||||
.mr-5 {margin-right:-5px;}
|
||||
.mr2{ margin-right:2px;}
|
||||
.mr3{ margin-right:3px;}
|
||||
.mr5{ margin-right:5px;}
|
||||
.mr8{ margin-right:8px;}
|
||||
.mr10{ margin-right:10px;}
|
||||
|
|
|
@ -35,5 +35,6 @@ p.pro_new_grey{ line-height: 1.9; }
|
|||
.game-setting-h3{ width: 100%; height: 40px; line-height: 40px; font-size: 14px; color: #666; font-weight: normal; background: #fff; border-bottom: 10px solid #eaebec;}
|
||||
.w695{width: 695px; }
|
||||
.w625{width: 625px; }
|
||||
.w623{width: 623px; }
|
||||
|
||||
.sy_new_table tbody tr th{ height:40px; line-height:40px; border-bottom:1px solid #e5e5e5; color:#888;}
|
||||
|
|
Loading…
Reference in New Issue