修改学生创建作品时的样式
This commit is contained in:
parent
2323c821d6
commit
a23231ea7b
|
@ -72,7 +72,7 @@
|
||||||
<%= f.text_field "name", :required => true, :size => 60, :class => "w430 bo", :maxlength => 254, :placeholder => "作品名称", :onkeyup => "regexName();" %>
|
<%= f.text_field "name", :required => true, :size => 60, :class => "w430 bo", :maxlength => 254, :placeholder => "作品名称", :onkeyup => "regexName();" %>
|
||||||
<span id="homework_attach_name_span"></span>
|
<span id="homework_attach_name_span"></span>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p style="float:left;">
|
||||||
<label style="float:left;">
|
<label style="float:left;">
|
||||||
<span class="c_red">
|
<span class="c_red">
|
||||||
*
|
*
|
||||||
|
@ -80,17 +80,16 @@
|
||||||
作品描述 :
|
作品描述 :
|
||||||
</label>
|
</label>
|
||||||
<%= f.text_area "description", :class => "w620", :maxlength => 3000, :style => "width:430px", :placeholder => "最多3000个汉字", :onkeyup => "regexDescription();"%>
|
<%= f.text_area "description", :class => "w620", :maxlength => 3000, :style => "width:430px", :placeholder => "最多3000个汉字", :onkeyup => "regexDescription();"%>
|
||||||
<br />
|
<p id="homework_attach_description_span" style="padding-left: 100px;"></p>
|
||||||
<span id="homework_attach_description_span" style="padding-left: 100px;"></span>
|
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<div class="cl"></div>
|
||||||
<label style="float: left;">
|
<p style="float: left;">
|
||||||
添加附件 :
|
添加附件 :
|
||||||
</label>
|
|
||||||
<p style=" padding: 3px 0 3px 0;padding-left: 90px;">
|
|
||||||
<%= render :partial => 'attachments/form' %>
|
|
||||||
</p>
|
|
||||||
</p>
|
</p>
|
||||||
|
<div style="float: left;margin-left: 10px;">
|
||||||
|
<%= render :partial => 'attachments/form' %>
|
||||||
|
</div>
|
||||||
|
<div class="cl"></div>
|
||||||
<p>
|
<p>
|
||||||
<label> 开发项目
|
<label> 开发项目
|
||||||
<img src="/images/bid/pic_question.png" width="16" height="16"
|
<img src="/images/bid/pic_question.png" width="16" height="16"
|
||||||
|
|
Loading…
Reference in New Issue