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

Loading…
Cancel
Save