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; }