mirror of
https://gitee.com/coder-xiaomo/flashsale
synced 2025-09-12 15:01:39 +08:00
添加Metronic(作为LFS)
This commit is contained in:
31
frontend/static/css/module/panel.css
Normal file
31
frontend/static/css/module/panel.css
Normal file
@@ -0,0 +1,31 @@
|
||||
/***--PANEL--***/
|
||||
/*panel-header*/
|
||||
.panel .panel-header .panel-title{
|
||||
font-size: 1.125rem;
|
||||
position: relative;
|
||||
top: 9px;
|
||||
}
|
||||
.panel .panel-header .btn{
|
||||
padding: 0.625rem 1.125rem;
|
||||
color: #fff;
|
||||
}
|
||||
/*panel-body*/
|
||||
.panel .panel-body .row{
|
||||
display: block;
|
||||
padding: 1.25rem 1.875rem;
|
||||
}
|
||||
.panel .panel-body .row:last-of-type{
|
||||
border-bottom: 0;
|
||||
}
|
||||
.panel .panel-body .row .level{
|
||||
margin-top: 0.625rem;
|
||||
}
|
||||
.panel .panel-body .row .btn{
|
||||
position: relative;
|
||||
color: #808080;
|
||||
padding: 0.375rem 2rem;
|
||||
font-size: 0.875rem;
|
||||
}
|
||||
.panel .panel-body .row .btn:hover{
|
||||
background: #e4e4e4;
|
||||
}
|
Reference in New Issue
Block a user