You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
376 B
24 lines
376 B
body {
|
|
color: #fff;
|
|
}
|
|
.layui-layer{
|
|
background: #073f5c;
|
|
}
|
|
|
|
.layui-layer-title {
|
|
color: #fff;
|
|
background-color: #23a7c8;
|
|
border: none;
|
|
font-size: 18px
|
|
}
|
|
::-webkit-scrollbar {
|
|
width: 6px;
|
|
background-color: #2c597a;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
/* 滚动条滑块 */
|
|
::-webkit-scrollbar-thumb {
|
|
border-radius: 3px;
|
|
background: #42779d;
|
|
}
|