1
This commit is contained in:
19
public/static/theme/index/css/header.css
Normal file
19
public/static/theme/index/css/header.css
Normal file
@ -0,0 +1,19 @@
|
||||
.header { padding: .4rem .3rem; background: linear-gradient(to right, #3476fe, #34c7fe) !important;display: -webkit-flex; display: flex;height:5px}
|
||||
.header .left { line-height: 0; padding-right: .1rem;}
|
||||
.header .left .icon-arrow-left { font-size: .5rem; line-height: .1rem; color: #fff!important;}
|
||||
.header .htitle {/*margin: 0 auto;*/ font-size: .25rem; line-height: 0.5; color: #ffffff; }
|
||||
@font-face {
|
||||
font-family: "PingFangSC-Regular";
|
||||
src: url("../../font/PingFangSC-Regular.ttf") format("truetype");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
html,body { width: 100%; height: 100%; padding: 0; margin: 0; font-size: 0; font-family: "微软雅黑";}
|
||||
p { padding: 0; margin: 0;}
|
||||
a { text-decoration: none;}
|
||||
.confirm {
|
||||
background-color: #0084FF!important;
|
||||
}
|
||||
.input-group span {
|
||||
color: #0084ff!important;
|
||||
}
|
||||
Reference in New Issue
Block a user