From dacad260105fa9ac8e1ef1c8de9b5df35a893dc9 Mon Sep 17 00:00:00 2001 From: sw <939547590@qq.com> Date: Sat, 22 Nov 2014 11:19:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=9C=E5=93=81=E5=90=8D=E7=A7=B0=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E4=BD=9C=E5=93=81=E6=8F=8F=E8=BF=B0=20=E5=AF=B9?= =?UTF-8?q?=E9=BD=90=E4=BD=9C=E5=93=81=E5=90=8D=E7=A7=B0=E5=92=8C=E4=BD=9C?= =?UTF-8?q?=E5=93=81=E6=8F=8F=E8=BF=B0=20=E5=A2=9E=E5=8A=A0=E4=BD=9C?= =?UTF-8?q?=E5=93=81=E6=8F=8F=E8=BF=B0=E4=B8=8D=E8=83=BD=E4=B8=BA=E7=A9=BA?= =?UTF-8?q?=E7=9A=84=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/homework_attach/new.html.erb | 32 ++++++++++++++++++++------ public/stylesheets/css.css | 2 +- 2 files changed, 26 insertions(+), 8 deletions(-) diff --git a/app/views/homework_attach/new.html.erb b/app/views/homework_attach/new.html.erb index a1e5028dc..5a512c800 100644 --- a/app/views/homework_attach/new.html.erb +++ b/app/views/homework_attach/new.html.erb @@ -2,11 +2,11 @@
@@ -55,13 +72,14 @@

-

diff --git a/public/stylesheets/css.css b/public/stylesheets/css.css index e756213ab..19b68743a 100644 --- a/public/stylesheets/css.css +++ b/public/stylesheets/css.css @@ -128,7 +128,7 @@ a:hover.ping_sub{ background:#14a8b9;} .w430{ width:430px;} .w350{ width:350px;} -.w620{ width:580px; height:160px; border:1px solid #CCC;} +.w620{ width:580px; height:160px; border:1px solid #CCC !important; padding-left: 3px !important;} .bo{height:26px; border:1px solid #CCC !important; padding: 0 !important;} a.tijiao{ height:28px !important; display:block !important; width:80px !important; color:#fff !important; background:#15bccf !important; text-align:center !important; padding-top:4px !important; float:left !important; margin-right:10px !important;} a:hover.tijiao{ background:#0f99a9 !important;}