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