mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
126 lines
2.1 KiB
PHP
126 lines
2.1 KiB
PHP
.layui-card {
|
|
border : 1px solid #f2f2f2;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.icon {
|
|
margin-right: 10px;
|
|
color : #1aa094;
|
|
}
|
|
|
|
.icon-cray {
|
|
color: #ffb800 !important;
|
|
}
|
|
|
|
.icon-blue {
|
|
color: #1e9fff !important;
|
|
}
|
|
|
|
.icon-tip {
|
|
color: #ff5722 !important;
|
|
}
|
|
|
|
.layuimini-qiuck-module {
|
|
text-align: center;
|
|
margin-top: 10px
|
|
}
|
|
|
|
.layuimini-qiuck-module a i {
|
|
display : inline-block;
|
|
width : 100%;
|
|
height : 60px;
|
|
line-height : 60px;
|
|
text-align : center;
|
|
border-radius : 2px;
|
|
font-size : 30px;
|
|
background-color : #F8F8F8;
|
|
color : #333;
|
|
transition : all .3s;
|
|
-webkit-transition: all .3s;
|
|
}
|
|
|
|
.layuimini-qiuck-module a cite {
|
|
position : relative;
|
|
top : 2px;
|
|
display : block;
|
|
color : #666;
|
|
text-overflow: ellipsis;
|
|
overflow : hidden;
|
|
white-space : nowrap;
|
|
font-size : 14px;
|
|
}
|
|
|
|
.welcome-module {
|
|
width : 100%;
|
|
height: 210px;
|
|
}
|
|
|
|
.panel {
|
|
background-color : #fff;
|
|
border : 1px solid transparent;
|
|
border-radius : 3px;
|
|
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
|
|
box-shadow : 0 1px 1px rgba(0, 0, 0, .05)
|
|
}
|
|
|
|
.panel-body {
|
|
padding: 10px
|
|
}
|
|
|
|
.panel-title {
|
|
margin-top : 0;
|
|
margin-bottom: 0;
|
|
font-size : 12px;
|
|
color : inherit
|
|
}
|
|
|
|
.label {
|
|
display : inline;
|
|
padding : .2em .6em .3em;
|
|
font-size : 75%;
|
|
font-weight : 700;
|
|
line-height : 1;
|
|
color : #fff;
|
|
text-align : center;
|
|
white-space : nowrap;
|
|
vertical-align: baseline;
|
|
border-radius : .25em;
|
|
margin-top : .3em;
|
|
}
|
|
|
|
.layui-red {
|
|
color: red
|
|
}
|
|
|
|
.main_btn>p {
|
|
height: 40px;
|
|
}
|
|
|
|
.layui-bg-number {
|
|
background-color: #F8F8F8;
|
|
}
|
|
|
|
.osc_link_color {
|
|
color: #9B9B9B !important
|
|
}
|
|
|
|
.status-label {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.status-grid {
|
|
display: grid;
|
|
grid-template-columns: repeat(2, 1fr);
|
|
gap: 15px;
|
|
align-items: start;
|
|
}
|
|
|
|
.status-grid .layui-card {
|
|
height: 100%;
|
|
}
|
|
|
|
@media (max-width: 768px) {
|
|
.status-grid {
|
|
grid-template-columns: 1fr;
|
|
}
|
|
} |