Browse Source

调整样式

master
453530270@qq.com 2 years ago
parent
commit
e3671cb984
  1. 18
      public/css/xadmin.css

18
public/css/xadmin.css

@ -27,14 +27,14 @@ body{
} }
.index{ .index{
background-image: url("../images/wallhaven.jpg"); /*background-image: url("../images/wallhaven.jpg");*/
/*background-position: center;*/ /*background-position: center;*/
/*background-size:100% 100%;*/ /*background-size:100% 100%;*/
background-repeat: no-repeat; /*background-repeat: no-repeat;*/
background-attachment: fixed; /*background-attachment: fixed;*/
background-color: #e4eaf1; background-color: #eee;
background-position: center; /*background-position: center;*/
background-size:cover; /*background-size:cover;*/
} }
.layui-card-body{ .layui-card-body{
background-color: rgba(255, 255, 255, 0.67); background-color: rgba(255, 255, 255, 0.67);
@ -129,8 +129,8 @@ body{
width: 100%; width: 100%;
height: 45px; height: 45px;
/*background-color: #222;*/ /*background-color: #222;*/
background-color: rgba(0, 0, 0, 0.38); background-color: rgba(0, 0, 0, 0.48);
border-radius: 10px; /*border-radius: 10px;*/
} }
.container a,.layui-nav .layui-nav-item a{ .container a,.layui-nav .layui-nav-item a{
color: #fff; color: #fff;
@ -204,7 +204,7 @@ body{
padding-top: 10px; padding-top: 10px;
/*background-color: rgba(242, 255, 253, 0.65);*/ /*background-color: rgba(242, 255, 253, 0.65);*/
background-image: linear-gradient(rgba(242, 255, 253, 1), rgba(242, 255, 253, 0)); background-image: linear-gradient(rgba(242, 255, 253, 1), rgba(242, 255, 253, 0));
border-radius: 10px; /*border-radius: 10px;*/
/*background-image: url(../images/buildings.jpg);*/ /*background-image: url(../images/buildings.jpg);*/
width: 220px; width: 220px;
max-width: 220px; max-width: 220px;

Loading…
Cancel
Save