baibx 2 月之前
父節點
當前提交
eff2716ebf
共有 2 個文件被更改,包括 14 次插入0 次删除
  1. 14 0
      com.sharemao.web.xw3/src/main/webapp/index.jsp
  2. 二進制
      com.sharemao.web.xw3/src/main/webapp/static/img/top-slogan.png

+ 14 - 0
com.sharemao.web.xw3/src/main/webapp/index.jsp

@@ -51,6 +51,20 @@
51 51
                 退出
52 52
             </div-->
53 53
         </div>
54
+<style>
55
+.topinfo::after{
56
+    content: "";
57
+    display: block;
58
+    clear: both;
59
+    position: absolute;
60
+    right: 2%;
61
+    bottom: -15px;
62
+    background: url('/static/img/top-slogan.png') no-repeat center center;
63
+    background-size: 260px auto;
64
+    width: 260px;
65
+    height: 80px;
66
+}
67
+</style>
54 68
 
55 69
         <div class="home-number">
56 70
             <div class="number-row">

二進制
com.sharemao.web.xw3/src/main/webapp/static/img/top-slogan.png