This commit is contained in:
你的名字
2025-07-14 10:22:40 +08:00
commit 0483b4b364
1388 changed files with 219353 additions and 0 deletions

View 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;
}