mirror of
https://gitee.com/coder-xiaomo/flashsale
synced 2025-09-12 06:51:38 +08:00
添加Metronic(作为LFS)
This commit is contained in:
67
frontend/static/css/layout/layout-template/layout1.css
Normal file
67
frontend/static/css/layout/layout-template/layout1.css
Normal file
@@ -0,0 +1,67 @@
|
||||
/***--LAYOUT1--***/
|
||||
/**--main-content--**/
|
||||
#main-content{
|
||||
margin-top: 0.1875rem;
|
||||
}
|
||||
#main-content .container{
|
||||
position: relative;
|
||||
margin:0 auto;
|
||||
width: 64rem;
|
||||
/*background: #fafaf7;*/
|
||||
}
|
||||
/*form*/
|
||||
#form-login{
|
||||
padding-top: 3.75rem;
|
||||
}
|
||||
#form-register{
|
||||
padding-top: 2rem;
|
||||
}
|
||||
#form-send-email-again{
|
||||
padding-top: 5.625rem;
|
||||
}
|
||||
.form-group{
|
||||
float: none;
|
||||
width: 27.5rem;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.form-group label{
|
||||
display: inline-block;
|
||||
font-size: 1rem;
|
||||
margin-bottom: 0.75rem;
|
||||
}
|
||||
#form-register .btn{
|
||||
padding-left: 1.25rem;
|
||||
padding-right: 1.25rem;
|
||||
}
|
||||
#form-send-email-again .btn{
|
||||
padding: 1rem 1.25rem;
|
||||
font-size:1.125rem;
|
||||
}
|
||||
.mb28{
|
||||
margin-bottom: 1.75rem;
|
||||
}
|
||||
.mb40{
|
||||
margin-bottom: 2.5rem;
|
||||
}
|
||||
.mb12{
|
||||
margin-bottom: 0.75rem;
|
||||
}
|
||||
.mb132{
|
||||
margin-bottom: 8.25rem;
|
||||
}
|
||||
.go-to-login:link,
|
||||
.go-to-login:visited,
|
||||
.go-to-login:hover,
|
||||
.go-to-login:active,
|
||||
.go-to-register:link,
|
||||
.go-to-register:visited,
|
||||
.go-to-register:hover,
|
||||
.go-to-register:active{
|
||||
color: #86d48d;
|
||||
}
|
||||
/**--footer--**/
|
||||
#footer{
|
||||
height: 3.75rem;
|
||||
line-height: 3.75rem;
|
||||
}
|
||||
|
18
frontend/static/css/layout/layout-template/layout2.css
Normal file
18
frontend/static/css/layout/layout-template/layout2.css
Normal file
@@ -0,0 +1,18 @@
|
||||
/***--LAYOUT2--***/
|
||||
/**--main-content--**/
|
||||
#main-content{
|
||||
margin-top: 0.1875rem;
|
||||
}
|
||||
#main-content .container{
|
||||
position: relative;
|
||||
margin:0 auto;
|
||||
width: 64rem;
|
||||
height: 30rem;
|
||||
/*background: #fafaf7;*/
|
||||
}
|
||||
/**--footer--**/
|
||||
#footer{
|
||||
height: 3.75rem;
|
||||
line-height: 3.75rem;
|
||||
}
|
||||
|
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;
|
||||
}
|
||||
|
17
frontend/static/css/layout/layout-template/layout4.css
Normal file
17
frontend/static/css/layout/layout-template/layout4.css
Normal file
@@ -0,0 +1,17 @@
|
||||
/***--LAYOUT4--***/
|
||||
/**--main-content--**/
|
||||
#main-content{
|
||||
margin-top: 0.1875rem;
|
||||
}
|
||||
#main-content .container{
|
||||
margin: 0 auto;
|
||||
width: 64rem;
|
||||
height: 30rem;
|
||||
/*background: #fafaf7;*/
|
||||
}
|
||||
|
||||
/**--footer--**/
|
||||
#footer{
|
||||
height: 3.75rem;
|
||||
line-height: 3.75rem;
|
||||
}
|
Reference in New Issue
Block a user