后期修改完善,上线版本
This commit is contained in:
@ -103,7 +103,7 @@ a {
|
||||
border: none;
|
||||
border-radius: 12px;
|
||||
background-color: #ffffff;
|
||||
font-family: 'Poppins-Medium', serif;
|
||||
font-family: 'Poppins-Medium';
|
||||
/* 白色背景 */
|
||||
color: #666666;
|
||||
/* 文字颜色 */
|
||||
@ -131,6 +131,37 @@ a {
|
||||
margin:30px 0 ;
|
||||
}
|
||||
#normal-container {
|
||||
@include container-bg;
|
||||
flex: 1;
|
||||
}
|
||||
@include container-bg;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
|
||||
.wh-100 {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.wh-16 {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
.wh-24 {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
}
|
||||
.wh-12 {
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
}
|
||||
.wh-14 {
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
}
|
||||
.gap-12 {
|
||||
gap: 12px;
|
||||
}
|
||||
.gap-16 {
|
||||
gap: 16px;
|
||||
}
|
||||
.gap-20 {
|
||||
gap: 20px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user