From 2cd6edbcdca6bc905e19aa1d079200f0ffebb2ce Mon Sep 17 00:00:00 2001 From: caishi <1149225589@qq.com> Date: Tue, 25 Jul 2017 09:19:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0=E8=AE=BA=E7=94=A8=E6=88=B7=E6=98=AF?= =?UTF-8?q?=E5=90=A6=E5=88=9B=E5=BB=BA=E4=BA=86=E5=AE=9E=E8=AE=AD=EF=BC=8C?= =?UTF-8?q?=E5=9D=87=E5=8F=AF=E4=BB=A5=E6=96=B0=E5=BB=BA=E5=AE=9E=E8=AE=AD?= =?UTF-8?q?=E5=A5=97=E4=BB=B6=20(=E6=96=B0=E9=A1=B5=E9=9D=A2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/subjects/_subject_createnew.html | 46 ++++++++++++++++++++++ public/stylesheets/css/edu-public.css | 1 + 2 files changed, 47 insertions(+) create mode 100644 app/views/subjects/_subject_createnew.html diff --git a/app/views/subjects/_subject_createnew.html b/app/views/subjects/_subject_createnew.html new file mode 100644 index 000000000..a86d57578 --- /dev/null +++ b/app/views/subjects/_subject_createnew.html @@ -0,0 +1,46 @@ + + + + + + + + + + + + + +
+
+
+

+ + kosasa > 实训套件 + >新建 +

+
+ 新建实训套件 +
+
+
  • + + +
  • +
  • + + +
  • +
  • + + 保存 + 取消 +
  • +
    +
    +
    +
    + + diff --git a/public/stylesheets/css/edu-public.css b/public/stylesheets/css/edu-public.css index 68b6c0bcb..ee9076d64 100644 --- a/public/stylesheets/css/edu-public.css +++ b/public/stylesheets/css/edu-public.css @@ -219,6 +219,7 @@ input.task-form-80,textarea.task-form-80,select.task-form-80,.task-form-80{paddi input.task-form-90,textarea.task-form-90,select.task-form-90,.task-form-90{padding:5px;width:90%;} input.task-form-100,textarea.task-form-100,select.task-form-100,.task-form-100{padding:5px;width:100%;} input.task-height-40,textarea.task-height-40,.task-height-40,select.task-height-40{height:40px;} +input.task-height-220,textarea.task-height-220,.task-height-220{height:220px;} input.task-height-150,textarea.task-height-150,.task-height-150{height:150px;} input.task-height-150,textarea.task-height-150,.task-height-100{height:100px;}