浏览代码

聚才哥

linwu 1 年之前
父节点
当前提交
5278d19a58
共有 3 个文件被更改,包括 5 次插入0 次删除
  1. 2 0
      app/home/view/index/index.html
  2. 3 0
      app/home/view/previous/index.html
  3. 二进制
      public/static/home/images/jucai.png

+ 2 - 0
app/home/view/index/index.html

@@ -31,6 +31,7 @@
         .contact-title {margin-top:10px;}
         .contact-box img {width:74px;height:74px;margin-bottom:12px;margin-left:15px;}
         .contact-box span {margin-bottom:12px;margin-left:2px;font-size:15px;}
+        .jucai {   position: absolute;right: -20px;bottom: -27px;}
     </style>
 </head>
 <body>
@@ -104,6 +105,7 @@
                 </div>
             </div>
         </div>
+        <img src="__HIMAGES__/jucai.png" class="jucai">
     </div>
 </div>
 </body>

+ 3 - 0
app/home/view/previous/index.html

@@ -24,6 +24,8 @@
         .back-box {position:absolute;left:388px;bottom:-15px;width:114px;height:48px;background:white;border-radius:20px;box-shadow:0 5px 2px #8A9CB2;display:flex;justify-content:center;align-items:center;}
         .back-box .back-text {width:104px;height:38px;line-height:38px;background:#F27F0C;border-radius:20px;color:white;font-size:20px;font-weight:bold;text-align:center;}
         .no-more {display:block;margin:150px auto 0 auto;}
+        .jucai {   position: absolute;right: -20px;bottom: -27px;}
+        .layui-layer-imgtit a {max-width:100% !important;}
     </style>
 </head>
 <body>
@@ -59,6 +61,7 @@
         <div class="back-box">
             <a href="{:url('index/index')}" class="back-text">返回</a>
         </div>
+        <img src="__HIMAGES__/jucai.png" class="jucai">
     </div>
 </div>
 <script src="__COMMON_JS__/jquery-1.12.4.min.js"></script>

二进制
public/static/home/images/jucai.png