mirror of
https://gitee.com/coder-xiaomo/flashsale
synced 2025-09-12 06:51:38 +08:00
添加Metronic(作为LFS)
This commit is contained in:
63
frontend/static/css/layout/layout-template/layout3.css
Normal file
63
frontend/static/css/layout/layout-template/layout3.css
Normal file
@@ -0,0 +1,63 @@
|
||||
/***--LAYOUT3--***/
|
||||
/**--main-content--**/
|
||||
#main-content{
|
||||
margin-top: 0.1875rem;
|
||||
}
|
||||
#main-content .container{
|
||||
position: relative;
|
||||
margin:0 auto;
|
||||
width: 64rem;
|
||||
height: 30rem;
|
||||
/*background: #fafaf7;*/
|
||||
}
|
||||
.arrowLeft{
|
||||
font-size:1.875rem;
|
||||
line-height: 1.875rem;
|
||||
color: #8a8a8a;
|
||||
font-weight: 100;
|
||||
}
|
||||
.panel .panel-header .panel-title{
|
||||
top: -2px;
|
||||
left: 6px;
|
||||
}
|
||||
.color-bdbdbd{
|
||||
color: #bdbdbd;
|
||||
}
|
||||
.check{
|
||||
font-size:1.875rem;
|
||||
line-height: 1.875rem;
|
||||
color: #8a8a8a;
|
||||
font-weight: 100;
|
||||
}
|
||||
.checked{
|
||||
font-size:1.875rem;
|
||||
line-height: 1.875rem;
|
||||
font-weight: 100;
|
||||
}
|
||||
.check:hover,.checked:hover{
|
||||
cursor: pointer;
|
||||
}
|
||||
.panel .panel-body .row{
|
||||
padding: 1.875rem;
|
||||
}
|
||||
.panel .panel-body .row h4{
|
||||
margin-left: 4px;
|
||||
}
|
||||
.authority ~ .check{
|
||||
display: inline-block;
|
||||
}
|
||||
.authority ~ .checked{
|
||||
display: none;
|
||||
}
|
||||
.authority:checked ~ .check{
|
||||
display: none;
|
||||
}
|
||||
.authority:checked ~ .checked{
|
||||
display: inline-block;
|
||||
}
|
||||
/**--footer--**/
|
||||
#footer{
|
||||
height: 3.75rem;
|
||||
line-height: 3.75rem;
|
||||
}
|
||||
|
Reference in New Issue
Block a user