From 73d4fd9c18be93f30b5b3c03deb238bd1ff52c58 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=98=8E?= <775174143@qq.com>
Date: Wed, 17 Apr 2019 17:07:31 +0800
Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=BB=BA=E9=A1=B5=E9=9D=A2=20?=
=?UTF-8?q?=E7=BC=96=E8=BE=91=E9=A1=B5=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/views/exercise/_edit_shixun.html.erb | 132 +++++++++++------------
app/views/exercise/_new_shixun.html.erb | 72 ++++++++++++-
public/stylesheets/educoder/edu-main.css | 26 +++++
3 files changed, 157 insertions(+), 73 deletions(-)
diff --git a/app/views/exercise/_edit_shixun.html.erb b/app/views/exercise/_edit_shixun.html.erb
index 3dd10e76..23396e40 100644
--- a/app/views/exercise/_edit_shixun.html.erb
+++ b/app/views/exercise/_edit_shixun.html.erb
@@ -39,83 +39,75 @@
-
实训题
-
-
-
-
-
-
初级题
-
-
-
* 分值:
分/题
-
*大于等于0,且不能大于100
-
*不能为空
-
*必须大于等于0
-
*不能大于100
-
-
-
-
*
- 随机出题量:
题
-
*不能为空
-
*必须为正整数
-
*不能大于可用题数
-
-
-
- 3
- 题可用
-
-
-
-
-
-
-
-
命令加密ZPI压缩文件解压
-
+ 实训题
+
+
+
+
初级题
+
+
+
* 分值:
分/题
+
*大于等于0,且不能大于100
+
*不能为空
+
*必须大于等于0
+
*不能大于100
+
+
+
+
*
+ 随机出题量:
题
+
*不能为空
+
*必须为正整数
+
*不能大于可用题数
+
+
+
+ 3
+ 题可用
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+ 保存
+ 取消
+
+ 温馨提示: [实训题]属于客观题将由系统自动评分
+
+
+
-
-
\ No newline at end of file
+
diff --git a/app/views/exercise/_new_shixun.html.erb b/app/views/exercise/_new_shixun.html.erb
index 389a4b67..36a7789b 100644
--- a/app/views/exercise/_new_shixun.html.erb
+++ b/app/views/exercise/_new_shixun.html.erb
@@ -41,12 +41,78 @@
-
实训题
+
实训题
-
-
+
+
+
初级题
+
+
+
* 分值:
分/题
+
*大于等于0,且不能大于100
+
*不能为空
+
*必须大于等于0
+
*不能大于100
+
+
+
+
*
+ 随机出题量:
题
+
*不能为空
+
*必须为正整数
+
*不能大于可用题数
+
+
+
+ 3
+ 题可用
+
+
+
+
+
+
+
+
+
+
+ 保存
+ 取消
+
+ 温馨提示: [实训题]属于客观题将由系统自动评分
+
+
+
+
diff --git a/public/stylesheets/educoder/edu-main.css b/public/stylesheets/educoder/edu-main.css
index 5dea2622..363ee3e8 100644
--- a/public/stylesheets/educoder/edu-main.css
+++ b/public/stylesheets/educoder/edu-main.css
@@ -958,6 +958,12 @@ html>body #ajax-indicator { position: fixed; }
border-bottom: 1px solid rgba(238,238,238,1);
}
+.shixunsboxs{
+ width: 1180px;
+ padding-left: 20px;
+ padding-bottom: 20px;
+}
+
.shixunsboxfont{
width:1060px;
min-height:12px;
@@ -993,4 +999,24 @@ html>body #ajax-indicator { position: fixed; }
.width420p{
width:420px;
+}
+.newshixunbox{
+ width: 303px;
+ height: 40px;
+ background: rgba(255,255,255,1);
+ border: 1px solid rgba(255,104,0,1);
+ border-radius: 2px;
+ line-height: 40px;
+ margin: 0 auto;
+ margin-top: 20px;
+}
+
+.newshixunboxfont{
+ width:71px;
+ height:12px;
+ font-size:4px;
+ font-family:MicrosoftYaHei;
+ font-weight:400;
+ color:rgba(255,104,0,1);
+ margin: 0 auto;
}
\ No newline at end of file