diff --git a/web/cssFile/home.css b/web/cssFile/home.css index f0985a6..51e2e03 100644 --- a/web/cssFile/home.css +++ b/web/cssFile/home.css @@ -6,13 +6,14 @@ body{ height: 100%; } .fill-top-blank{ + border: 1px solid rgb(238, 238, 238); border-radius: 5px; height: 70px; width: 960px; position: absolute; top: 20px; right: 10px; - background-color: #323232; + background: url("images/topImg.jpg"); } .main2{ background-color:#fafafa; @@ -37,7 +38,7 @@ ul{ position: fixed; background-color: #c13139; z-index: 100; - box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.3); + box-shadow: rgba(0, 0, 0, 0.23) 0 1px 2px; } .top-center-bar{ position: relative; @@ -424,9 +425,9 @@ ul{ width: 400px; height: 40px; margin: 15px 10px; - background-color: #e4e4e4; + background-color: rgba(0, 0, 0, 0.6); border-radius: 5px; - color: rgba(27, 27, 27, 0.87); + color: rgb(255, 255, 255); padding-left: 10px; line-height: 35px; font-size: 18px; diff --git a/web/cssFile/images/topImg.jpg b/web/cssFile/images/topImg.jpg new file mode 100644 index 0000000..8bba19e Binary files /dev/null and b/web/cssFile/images/topImg.jpg differ diff --git a/web/cssFile/select-style.css b/web/cssFile/select-style.css index ac9a999..6a6da37 100644 --- a/web/cssFile/select-style.css +++ b/web/cssFile/select-style.css @@ -14,7 +14,7 @@ a{ height: 50px; top:10px; right: 20px; - background-color: rgba(255, 255, 255, 0.23); + background-color: rgba(0, 0, 0, 0.3); border-radius: 5px; } .search-button{ @@ -38,7 +38,7 @@ a{ float: left; width: 280px; height: 40px; - background: rgba(255, 255, 255, 0.85); + background: rgba(255, 255, 255, 0.91); } .search-input:hover{ background: rgb(255, 255, 255); diff --git a/web/fillSbjMsg.jsp b/web/fillSbjMsg.jsp index 422ac55..618f0e6 100644 --- a/web/fillSbjMsg.jsp +++ b/web/fillSbjMsg.jsp @@ -1,4 +1,5 @@ -<%-- +<%@ page import="java.util.List" %> +<%@ page import="java.util.ArrayList" %><%-- Created by IntelliJ IDEA. User: lenovo Date: 2019/1/14 @@ -13,7 +14,7 @@ - +
填写选题信息
@@ -58,7 +59,6 @@
-
diff --git a/web/home.jsp b/web/home.jsp index 56d3d00..69b6a30 100644 --- a/web/home.jsp +++ b/web/home.jsp @@ -1,4 +1,5 @@ -<%-- +<%@ page import="java.util.List" %> +<%@ page import="java.util.ArrayList" %><%-- Created by IntelliJ IDEA. User: lenovo Date: 2019/1/9 @@ -28,6 +29,13 @@ <%String type="teacher";pageContext.setAttribute("userType",type);%> +<%List list=new ArrayList<>(); + list.add("001"); + list.add("002"); + int index=0; + pageContext.setAttribute("list",list); + session.setAttribute("list",list); +%>
@@ -53,7 +61,7 @@