diff --git a/app/views/courses/settings.html.erb b/app/views/courses/settings.html.erb index ae7c6deb5..e70411ce5 100644 --- a/app/views/courses/settings.html.erb +++ b/app/views/courses/settings.html.erb @@ -33,40 +33,52 @@
- +
请先输入课程 -
  • +
  • - +
    课堂名称不能为空且至少有两个字符
    -
  • 正确示例:软件工程计算机系2016秋季A班
  • -
  • 错误示例:计算机系2016秋季A班
  • + + +
    +
    + + +

    注意:1、课堂名称 = 课程名称 + 学期信息 + 其它

    +

    正确示例:数据结构2016秋季班级

    +

    错误示例:数据结构班级

    +

    2、如果本学期包含多个班级,只需创建一个课堂

    +

    然后在课堂内部建立不同的分班

    +
    +
  • - +
    请输入正整数
  • - +
    请输入正整数或保留一位小数的浮点数
  • - +
    -
    +
    @@ -83,7 +95,7 @@
  • - 保存 + 保存 <%= link_to '取消', course_path(@course), :class => 'task-btn fl ' %>
  • diff --git a/public/stylesheets/css/edu-class.css b/public/stylesheets/css/edu-class.css index ac7d9d50f..27701f752 100644 --- a/public/stylesheets/css/edu-class.css +++ b/public/stylesheets/css/edu-class.css @@ -178,7 +178,7 @@ em{font-style:normal;} .stud-class-set .news .container .basic .bottom ul input.check{width:14px;height:14px;margin-left:126px;} .stud-class-set .news .container .basic .bottom ul li{position:relative;} .stud-class-set .news .container .basic .bottom ul li .tusi{position:absolute;top:20px;left:120%;width:450px;} -.stud-class-set .news .container .basic .bottom ul li .tusi .entry {background-color: #FFFEF4;height: 40px;line-height: 40px;border: 1px solid #F3DDB3;width:400px;margin:0 auto;position:relative; +.stud-class-set .news .container .basic .bottom ul li .tusi .entry {background-color: #FFFEF4;line-height: 40px;border: 1px solid #F3DDB3;width:400px;margin:0 auto;position:relative; text-indent:10px;} .stud-class-set .news .container .basic .bottom ul li .tusi .entry em,.after{display: block;border-width: 9px; position: absolute;top: 10px;left: -18px;border-style: dashed solid dashed dashed;border-color: transparent #F3DDB3 transparent transparent;font-size: 0;line-height: 0;}