diff --git a/Server/ArtEducation0331/WebContent/jsp/css/index.css b/Server/ArtEducation0331/WebContent/jsp/css/index.css index 9224041..dd14c45 100644 --- a/Server/ArtEducation0331/WebContent/jsp/css/index.css +++ b/Server/ArtEducation0331/WebContent/jsp/css/index.css @@ -5,15 +5,15 @@ background-position: top; background-repeat: no-repeat; background-attachment: fixed; - background-size: 100%; + background-size: cover; } .qrcode { - /*width: 200px;*/ - /*height: 100px;*/ + padding: 10px 10px 0 10px; background-color: #fff; position: absolute; right: 20%; bottom: 30%; + border-radius: 4px; } .qrcode div { display: inline-block; @@ -29,11 +29,14 @@ display: block; margin-bottom:10px; text-align: center; + font-size: 16px; + font-weight: bold; + color: #000; } .qrcode:before{ content: '扫描二维码下载App'; position: absolute; - bottom: 140px; + bottom: 150px; font-size: 20px; font-weight: bold; color: white; diff --git a/Server/ArtEducation0331/WebContent/jsp/css/school.css b/Server/ArtEducation0331/WebContent/jsp/css/school.css index 8e7b341..1ae9cc7 100644 --- a/Server/ArtEducation0331/WebContent/jsp/css/school.css +++ b/Server/ArtEducation0331/WebContent/jsp/css/school.css @@ -1,3 +1,6 @@ +hr { + border-top: 1px solid #000; +} button { width: 130px; } @@ -20,8 +23,68 @@ img { height:100%; width:100%; } -.tinfo td { +.tinfo td, +.tdbasic{ font-size: 18px; line-height: 3em; padding: 5px; -} \ No newline at end of file +} + + +textarea { + width: 100%; +} + +.radiobox div{ + display: inline-block; + margin-left: 20px; +} + +.tuli:before { + content: '图例:'; +} +.tuli li { + text-decoration: none; + display: inline-block; + margin-left: 20px; + padding: 3px; +} + +.smfailed { + background-color: #e26a88; +} + +.smwaiting { + background-color: #f6c1d2; +} + +.smunfilled { + background-color: #6dd0db; +} + +.smfull { + background-color: #3fa6d3; +} + +.smsuspended { + background-color: #e3bb44; +} + +.smgoing { + background-color: #e3e2df; +} + + +.smonlinepaid { + background-color: #fbbeff; +} +.smonlineunpaid { + background-color: #F400FF; +} +.smdiscount { + background-color: #f98451; +} +.smundiscount { + background-color: #f74c24; +} + diff --git a/Server/ArtEducation0331/WebContent/jsp/css/sidenav.css b/Server/ArtEducation0331/WebContent/jsp/css/sidenav.css index 855c0d2..80fd866 100644 --- a/Server/ArtEducation0331/WebContent/jsp/css/sidenav.css +++ b/Server/ArtEducation0331/WebContent/jsp/css/sidenav.css @@ -30,7 +30,8 @@ } .sidebar a:hover, .sidebar a:focus, -.sidebar a:active +.sidebar a:active, +.sidebar .active { text-decoration: none; background-color: #00b976; diff --git a/Server/ArtEducation0331/WebContent/jsp/css/signup-style.css b/Server/ArtEducation0331/WebContent/jsp/css/signup-style.css index 979ca54..46c1b05 100644 --- a/Server/ArtEducation0331/WebContent/jsp/css/signup-style.css +++ b/Server/ArtEducation0331/WebContent/jsp/css/signup-style.css @@ -3,6 +3,7 @@ ============================================================================= */ .page-title { height: 150px; + letter-spacing: 5px; text-align: center; line-height: 150px; font-size: 48px; @@ -11,31 +12,17 @@ text-shadow: -3px -3px 5px #264E7F; } /* numbered buttons */ -#status-buttons a{ - width: 96px; +.status-buttons { + width: 196px; height: 96px; - color:#333; - display:inline-block; - font-size:24px; - margin-right:20px; + color:#080808; + font-size:24px; + font-weight: bold; + margin:0 auto; text-align:center; } -#status-buttons a:first-child { - margin-right: 40px; -} -#status-buttons a:nth-child(3) { - margin-right: 15px; -} -#status-buttons a:hover { - text-decoration: none; -} -#status-buttons a:active, -#status-buttons a:focus { - text-decoration:none; - color:#00BC8C; -} -#status-buttons span{ +.status-buttons span{ color: #fff; background:#080808; text-align: center; @@ -46,13 +33,9 @@ width:50px; border-radius:100%; } -#status-buttons a.active { - color: #00BC8C; -} -#status-buttons a.active span{ - background:#00BC8C; +.error { + color: red; } - /* ANIMATION STYLINGS ============================================================================= */ #signup-form { position:relative; min-height:300px; overflow:hidden; padding:30px; } diff --git a/Server/ArtEducation0331/WebContent/jsp/degreeConst.json b/Server/ArtEducation0331/WebContent/jsp/degreeConst.json deleted file mode 100644 index 4e1ec1a..0000000 --- a/Server/ArtEducation0331/WebContent/jsp/degreeConst.json +++ /dev/null @@ -1 +0,0 @@ -["专科","学士","硕士"] \ No newline at end of file diff --git a/Server/ArtEducation0331/WebContent/jsp/fieldConst.json b/Server/ArtEducation0331/WebContent/jsp/fieldConst.json deleted file mode 100644 index eb5c5ed..0000000 --- a/Server/ArtEducation0331/WebContent/jsp/fieldConst.json +++ /dev/null @@ -1 +0,0 @@ -["钢琴","小提琴","吉他"] \ No newline at end of file diff --git a/Server/ArtEducation0331/WebContent/jsp/img/ph.png b/Server/ArtEducation0331/WebContent/jsp/img/ph.png new file mode 100644 index 0000000..78dbd68 Binary files /dev/null and b/Server/ArtEducation0331/WebContent/jsp/img/ph.png differ diff --git a/Server/ArtEducation0331/WebContent/jsp/index.jsp b/Server/ArtEducation0331/WebContent/jsp/index.jsp index 2222d87..08a5c93 100644 --- a/Server/ArtEducation0331/WebContent/jsp/index.jsp +++ b/Server/ArtEducation0331/WebContent/jsp/index.jsp @@ -1,6 +1,7 @@ <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> - +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +
@@ -13,7 +14,7 @@用户名或邮箱不存在
+ <%session.removeAttribute("resultCode");}else if(session.getAttribute("resultCode")=="9002"){ %> +密码错误
+ <%session.removeAttribute("resultCode");}else if(session.getAttribute("resultCode")=="9009"){ %> +其他原因导致登录失败
+ <%session.removeAttribute("resultCode");} %> +| 学号 | +123 | +
| 姓名 | ++ |
| 联系方式 | ++ |
| 性别 | ++ |
| 年龄 | ++ |
| 课程偏好 | ++ |
| 编号 | +课程名称 | +教师 | +上课时间 | +上课地点 | +课程状态 | +缴费状态 | +评分 | +评价 | +
| + | + | + | + | + | + | + | + | + |
| 姓名 | +学号 | +联系方式 | +偏好 | +缴费状态 | +
|---|---|---|---|---|
| 学生详情 | ++ | + | + | 线上已付款 | +
| + | + | + | + | 线上未付款 | +
| + | + | + | + | 优惠券已使用 | +
| + | + | + | + | 优惠券未使用 | +
履历
+2010年XXX2011年XXXX2013年XXXXX
+ +状态
+课程列表
+| 课程编号 | +课程名 | +课程类型 | +上课时间 | +上课地点 | +实际招生/计划招生 | +状态 | +操作 | +
|---|---|---|---|---|---|---|---|
| 1001 | ++ | + | + | + | + | + | 修改课程信息 | +
| 1002 | ++ | + | + | + | + | + | + |
| 1003 | ++ | + | + | + | + | + | 修改课程信息/停课 | +
| 1004 | ++ | + | + | + | + | + | + |
| 1005 | ++ | + | + | + | + | + | + |
| 1006 | ++ | + | + | + | + | + | 修改课程信息/停课 | +
- {{ formData }}
-
-
-
-身份证正面照片
- -身份证背面照片
- -shabile
+ +| 课程名称 | -时间 | -课时数 | -地点 | -状态 | -
|---|
| 课程名称 | +时间 | +课时数 | +地点 | +状态 | +
|---|
身份证正面照片
-
-
- 身份证背面照片
-
-
-
-
-
-
-| 课程名称 | -时间 | -课时数 | -地点 | -状态 | -操作 | -
|---|
选择时间
-以下内容全部必填
+ +| 课程名称 | +开始时间 | +结束时间 | +每节课时间 | +地点 | +状态 | +操作 | +
|---|---|---|---|---|---|---|
| <%=tcv.getCourseName() %> | +<%=tcv.getStartTime() %> | +<%=tcv.getEndTime() %> | +<%=tcv.getClassTime() %> | +<%=tcv.getTeachAddress() %> | +<%=tcv.getStartTime() %> | +修改 | +
| ${item.courseName } | +${item.startTime } | +${item.endTime } | +${item.classTime } | +${item.teachAddress } | +${item.courseStatus } | +修改 | +