Browse Source

首页底部添加跳转登录后台按钮

limeng 2 years ago
parent
commit
f5ee20324d

+ 1 - 1
src/main/resources/static/www/syjcy/style/sy_zxw.css

@@ -484,7 +484,7 @@
     text-overflow: ellipsis;
     margin-right: 15px;
     border: 1px solid #ccc;
-    width:250px;
+    width:190px;
     height: 38px;
     background: #efefef;
     border-radius: 3px;

+ 1 - 0
src/main/resources/templates/www/syjcy/include/footer.html

@@ -52,6 +52,7 @@
                     </li>
                 </ul>
             </div>
+            <button onclick="window.open('/admin/login');" target="_blank" title="登录管理后台"  style="background-color: #2e68c2;color: #f3f8f8;line-height: 8px;width: 190px;height: 40px;border-radius: 5px;margin-top: 5px;border: 1px solid #287189;">登录管理后台</button>
         </div>
         <script>
             /*footer_link*/