webUi
赵桐华 5 years ago
parent 697c0faf18
commit 8a5e962c7e
  1. 6
      frontend/views/menu/index.php
  2. 2
      frontend/web/assets/css/login.css
  3. BIN
      frontend/web/assets/img/login2.jpg

@ -1,9 +1,9 @@
<?php <?php
use \common\libs\MyLib; use \common\libs\MyLib;
?> ?>);
<?php $this->beginBlock('header_css'); ?> <?php $this->beginBlock('header_css'); ?>
<link href="/assets/css/plugins/bootstrap-table/bootstrap-table.min.css" rel="stylesheet"> <link href="/assets/css/plugins/bootstrap-table/bootstrap-table.min.css" rel="stylesheet">
<?php $this->endBlock(); ?> <?php $this->endBlock( ?>
<div class="wrapper wrapper-content animated fadeInRight"> <div class="wrapper wrapper-content animated fadeInRight">
<div class="ibox float-e-margins"> <div class="ibox float-e-margins">
@ -24,7 +24,7 @@ use \common\libs\MyLib;
<table id="listTable"> <table id="listTable">
<thead class="bg-warning"> <thead class="bg-warning">
<tr> <tr>
<th data-field="show_id">IDsssss</th> <th data-field="show_id">ID</th>
<th data-field="name">菜单名称</th> <th data-field="name">菜单名称</th>
<th data-field="icon">图标</th> <th data-field="icon">图标</th>
<th data-field="path">路径</th> <th data-field="path">路径</th>

@ -9,7 +9,7 @@ html{height: 100%;}
body.signin { body.signin {
background: #18c8f6; background: #18c8f6;
height: auto; height: auto;
background:url("../img/login1.jpg") no-repeat center fixed; background:url("../img/login2.jpg") no-repeat center fixed;
-webkit-background-size: cover; -webkit-background-size: cover;
-moz-background-size: cover; -moz-background-size: cover;
-o-background-size: cover; -o-background-size: cover;

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Loading…
Cancel
Save