修改 - 界面模块贴边框与 背景颜色

This commit is contained in:
hukjxy-acm 2018-07-27 15:38:48 +08:00
parent cd00fec869
commit 400adc69f1
2 changed files with 4 additions and 3 deletions

View File

@ -35,9 +35,11 @@
/*通用面板*/
.Panel {
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
/* box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2); */
margin-bottom: 16px;
background-color: #fff;
border: 1px solid #d1d5da;
border-radius: 1px;
}
.PanelBlue {

View File

@ -4,7 +4,7 @@ body {
margin: 0;
padding: 0;
height: 100%;
background-color: rgb(220, 218, 218)
background-color: #f6f8fb;
}
code {
@ -41,7 +41,6 @@ input {
#Header {
background-color: #0D6AAD;
background: linear-gradient(to right, #0D6AAD, rgb(14, 96, 155));
height: 50px;
position: fixed;
top: 0px;