forked from mirror/MCSManager
修改 - 界面模块贴边框与 背景颜色
This commit is contained in:
parent
cd00fec869
commit
400adc69f1
@ -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 {
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user