mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-05 17:42:49 +08:00
完成文档主题
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
html,
|
||||
body {
|
||||
background-color: #f5f5f5;
|
||||
|
||||
}
|
||||
|
||||
.program-item {
|
||||
@@ -26,4 +27,49 @@ body {
|
||||
|
||||
.program-item .layui-icon{
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.site-logo{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
color: #fff;
|
||||
}
|
||||
.site-logo:hover{
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.site-logo img{
|
||||
max-height: 60px;
|
||||
}
|
||||
|
||||
.read-header{
|
||||
background-color: #6699CC;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.read-header .layui-breadcrumb a:hover{
|
||||
color: #99CCFF !important;
|
||||
}
|
||||
|
||||
.read-header .layui-breadcrumb a{
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.main-body{
|
||||
|
||||
}
|
||||
|
||||
|
||||
.list-container li{
|
||||
list-style: unset;
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
.post-title{
|
||||
margin: 15px 0;
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
.post-container{
|
||||
margin: 15px;
|
||||
}
|
||||
Reference in New Issue
Block a user