Browse Source

code commit

pull/1/head
adiao 4 years ago
parent
commit
d2488a9e08
  1. 2
      .idea/misc.xml
  2. BIN
      out/artifacts/dome2_war_exploded/WEB-INF/classes/com/kuajbang/db/db.class
  3. 5
      out/artifacts/dome2_war_exploded/css/index.css
  4. 1
      out/artifacts/dome2_war_exploded/index.jsp
  5. BIN
      out/production/dome2/com/kuajbang/db/db.class
  6. 3
      web/css/index.css

2
.idea/misc.xml

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="ProjectRootManager" version="2" languageLevel="JDK_12" project-jdk-name="1.8" project-jdk-type="JavaSDK"> <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/out" /> <output url="file://$PROJECT_DIR$/out" />
</component> </component>
<component name="SwUserDefinedSpecifications"> <component name="SwUserDefinedSpecifications">

BIN
out/artifacts/dome2_war_exploded/WEB-INF/classes/com/kuajbang/db/db.class

Binary file not shown.

5
out/artifacts/dome2_war_exploded/css/index.css

@ -182,6 +182,7 @@
/*menu*/ /*menu*/
.menu-list span { .menu-list span {
margin-left: 10px;
font-size: 25px; font-size: 25px;
} }
@ -192,7 +193,7 @@
height: 40%; height: 40%;
border-radius: 15px; border-radius: 15px;
overflow: hidden; overflow: hidden;
box-shadow: 0 4px 6px rgba(0, 0, 0, .12%); box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12%);
} }
.images { .images {
@ -269,7 +270,7 @@
height: 30px; height: 30px;
position: absolute; position: absolute;
background-color: #df5000; background-color: #df5000;
border: 2px solid #000000;
} }

1
out/artifacts/dome2_war_exploded/index.jsp

@ -289,6 +289,7 @@
<%-- 返回顶部 --%> <%-- 返回顶部 --%>
<div class="top"> <div class="top">
<span></span> <span></span>
<span></span>
</div> </div>
</div> </div>
</div> </div>

BIN
out/production/dome2/com/kuajbang/db/db.class

Binary file not shown.

3
web/css/index.css

@ -182,6 +182,7 @@
/*menu*/ /*menu*/
.menu-list span { .menu-list span {
margin-left: 10px;
font-size: 25px; font-size: 25px;
} }
@ -192,7 +193,7 @@
height: 40%; height: 40%;
border-radius: 15px; border-radius: 15px;
overflow: hidden; overflow: hidden;
box-shadow: 0 4px 6px rgba(0, 0, 0, .12%); box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12%);
} }
.images { .images {

Loading…
Cancel
Save