You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
292 lines
3.7 KiB
292 lines
3.7 KiB
|
|
html,
|
|
body #app {
|
|
color: #333333;
|
|
background-color: #f7f7f7;
|
|
font-family:pingfang-ordinary ;
|
|
}
|
|
|
|
#app {
|
|
font-size: 16px;
|
|
background-size: 100% auto;
|
|
}
|
|
|
|
.flex {
|
|
display: flex;
|
|
&1{
|
|
flex: 1;
|
|
}
|
|
}
|
|
|
|
.mr10 {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.jcsb {
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.aic {
|
|
align-items: center;
|
|
}
|
|
.container {
|
|
padding: 10px;
|
|
}
|
|
@import "../fonts/index.css";
|
|
|
|
.mr10 {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.jcsb {
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.aic {
|
|
align-items: center;
|
|
}
|
|
.container {
|
|
padding: 10px;
|
|
}
|
|
.gray{
|
|
color:#AAAAAA ;
|
|
}
|
|
.blue{
|
|
color:#2984c9 ;
|
|
}
|
|
.yellow{
|
|
color: #ff9805;
|
|
}
|
|
.border-btn{
|
|
border-top: 1px solid #E0E9F5;
|
|
}
|
|
.border-btn-yellow{
|
|
border-bottom: 1px solid #E0E9F5;
|
|
}
|
|
|
|
.card{
|
|
background-color: #fff;
|
|
border-radius: 8px;
|
|
box-shadow: 0 1px 3px rgba(0,0,0,.3);
|
|
padding: 13px;
|
|
box-sizing: border-box;
|
|
width: auto;
|
|
.title{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
position: relative;
|
|
&::after{
|
|
content: '';
|
|
width: 3px;
|
|
height: 15px;
|
|
background: #0089F0;
|
|
border-radius: 2px;
|
|
position: absolute;
|
|
left: -13px;
|
|
top: 5px;
|
|
}
|
|
:nth-child(1){
|
|
:nth-child(1){
|
|
font-size: 14px;
|
|
color: #666666;
|
|
font-family:pingfang-ordinary;
|
|
}
|
|
font-family:pingfang-bold;
|
|
font-size: 17px;
|
|
}
|
|
:nth-child(2){
|
|
color: #B4B4B4;
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
}
|
|
.flex{
|
|
display: flex;
|
|
&1{
|
|
flex: 1;
|
|
}
|
|
|
|
&-x{
|
|
flex-direction: row;
|
|
}
|
|
&-y{
|
|
flex-direction: column;
|
|
}
|
|
&-center1{
|
|
justify-content: center;
|
|
}
|
|
&-center2{
|
|
align-items: center;
|
|
}
|
|
&-center3{
|
|
align-items: flex-start;
|
|
}
|
|
|
|
&-mean{
|
|
justify-content: space-around;
|
|
}
|
|
&-end{
|
|
justify-content: space-between;
|
|
}
|
|
&-fend{
|
|
justify-content: flex-end;
|
|
}
|
|
}
|
|
.m{
|
|
&-left12{
|
|
margin-left: 12px;
|
|
}
|
|
&-left18{
|
|
margin-left: 18px;
|
|
}
|
|
&-left25{
|
|
margin-left: 25px;
|
|
}
|
|
&-right12{
|
|
margin-right: 12px;
|
|
}
|
|
&-right7{
|
|
margin-right: 7px;
|
|
}
|
|
&-top12{
|
|
margin-top: 12px;
|
|
}
|
|
&-top5{
|
|
margin-top: 5px;
|
|
}
|
|
&-bot5{
|
|
margin-bottom: 5px;
|
|
}
|
|
&-bot12{
|
|
margin-bottom: 12px;
|
|
}
|
|
&-top18{
|
|
margin-top: 18px;
|
|
}
|
|
&-top10{
|
|
margin-top: 10px;
|
|
}
|
|
&-bot10{
|
|
margin-bottom: 10px;
|
|
}
|
|
&-right4{
|
|
margin-right: 4px;
|
|
}
|
|
&-right15{
|
|
margin-right: 15px;
|
|
}
|
|
}
|
|
|
|
.p-18{
|
|
padding: 0 18px;
|
|
}
|
|
|
|
.font-size13{
|
|
font-size: 13px;
|
|
}
|
|
.font-size14{
|
|
font-size: 14px;
|
|
}
|
|
.font-size17{
|
|
font-size: 17px;
|
|
}
|
|
.font-size24{
|
|
font-size: 24px;
|
|
}
|
|
.tag-date{
|
|
margin: 0 10px;
|
|
}
|
|
.text-blue{
|
|
color:#3e92ff;
|
|
}
|
|
.pages {
|
|
width: 100%;
|
|
background-color: #f7f7f7;
|
|
height: 100vh;
|
|
overflow-y: scroll;
|
|
}
|
|
.rounded-corner {
|
|
border-radius: 20px;
|
|
}
|
|
.opacity5 {
|
|
opacity: 0.5;
|
|
}
|
|
.text-anign{
|
|
&-center{
|
|
text-align: center;
|
|
}
|
|
&-left{
|
|
text-align: left;
|
|
}
|
|
&-right{
|
|
text-align: right;
|
|
}
|
|
}
|
|
|
|
.small_img{
|
|
width: 15px;
|
|
height: 17px;
|
|
}
|
|
.bto_btn{
|
|
position: fixed;
|
|
bottom: 5px;
|
|
left: 0;
|
|
background: #ffffff;
|
|
width: 100%;
|
|
padding: 6px 26px;
|
|
box-sizing: border-box;
|
|
text-align: right;
|
|
}
|
|
.font-bold{
|
|
font-weight: bold;
|
|
}
|
|
.font-pingfangB{
|
|
font-family: pingfang-bold;
|
|
|
|
}
|
|
.img{
|
|
&-12{
|
|
width: 12px;
|
|
height: 12px;
|
|
}
|
|
&-13{
|
|
width: 13px;
|
|
height: 13px;
|
|
}
|
|
&-15{
|
|
width: 15px;
|
|
height: 15px;
|
|
}
|
|
&-20{
|
|
width: 20px;
|
|
height: 20px;
|
|
}
|
|
}
|
|
.required{
|
|
position: relative;
|
|
}
|
|
.required::after{
|
|
content: '*';
|
|
position: absolute;
|
|
left: -10px;
|
|
top: 0;
|
|
color: red;
|
|
}
|
|
.text-center{
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.footer{
|
|
background-color: #ffffff;
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
}
|
|
.bg{
|
|
&-fff{
|
|
background-color: #ffffff;
|
|
}
|
|
}
|
|
|