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. 7
      out/artifacts/dome2_war_exploded/css/index.css
  4. 15
      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.

7
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 {
@ -219,7 +220,7 @@
font-weight: bold; font-weight: bold;
} }
.time-btn{ .time-btn {
height: 100px; height: 100px;
top: 10px; top: 10px;
position: relative; position: relative;
@ -269,7 +270,7 @@
height: 30px; height: 30px;
position: absolute; position: absolute;
background-color: #df5000; background-color: #df5000;
border: 2px solid #000000;
} }

15
out/artifacts/dome2_war_exploded/index.jsp

@ -81,14 +81,14 @@
<span id="text1"> <span id="text1">
<p id="txt1">你好</p> <p id="txt1">你好</p>
</span> </span>
</div>
</div> </div>
</div> <%-- 文章 --%>
<%-- 文章 --%> <div class="man">
<div class="man"> <%--left box--%>
<%--left box--%> <div class="images">
<div class="images"> <img src="./img/02.jpeg" alt="">
<img src="./img/02.jpeg" alt=""> </div>
</div>
<%--content box--%> <%--content box--%>
<div class="title_content_box"> <div class="title_content_box">
<h1 id="text_title2">Day Blog</h1> <h1 id="text_title2">Day Blog</h1>
@ -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