mirror of
https://github.com/certd/certd.git
synced 2026-04-14 20:40:53 +08:00
feat: 升级前端框架,适配手机端
This commit is contained in:
@@ -77,7 +77,6 @@ h1, h2, h3, h4, h5, h6 {
|
||||
|
||||
.flex {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.flex-inline {
|
||||
display: inline-flex;
|
||||
@@ -107,86 +106,86 @@ h1, h2, h3, h4, h5, h6 {
|
||||
|
||||
}
|
||||
.m-0{
|
||||
margin:0
|
||||
margin:0 !important;
|
||||
}
|
||||
.m-2{
|
||||
margin:2px
|
||||
margin:2px !important;
|
||||
}
|
||||
.m-3{
|
||||
margin:3px
|
||||
margin:3px !important;
|
||||
}
|
||||
.m-5{
|
||||
margin:5px
|
||||
margin:5px !important;
|
||||
}
|
||||
.m-10 {
|
||||
margin: 10px;
|
||||
margin: 10px !important;;
|
||||
}
|
||||
|
||||
.m-20{
|
||||
margin:20px
|
||||
margin:20px !important;
|
||||
}
|
||||
.mb-2 {
|
||||
margin-bottom: 2px;
|
||||
margin-bottom: 2px !important;;
|
||||
}
|
||||
|
||||
.mb-5 {
|
||||
margin-bottom: 5px;
|
||||
margin-bottom: 5px !important;;
|
||||
}
|
||||
.ml-5 {
|
||||
margin-left: 5px;
|
||||
margin-left: 5px !important;;
|
||||
}
|
||||
|
||||
.ml-10 {
|
||||
margin-left: 10px;
|
||||
margin-left: 10px !important;;
|
||||
}
|
||||
|
||||
.ml-20 {
|
||||
margin-left: 20px;
|
||||
margin-left: 20px !important;;
|
||||
}
|
||||
|
||||
.ml-15 {
|
||||
margin-left: 15px;
|
||||
margin-left: 15px !important;;
|
||||
}
|
||||
|
||||
.mr-5 {
|
||||
margin-right: 5px;
|
||||
margin-right: 5px !important;;
|
||||
}
|
||||
|
||||
.mr-10 {
|
||||
margin-right: 10px;
|
||||
margin-right: 10px !important;;
|
||||
}
|
||||
|
||||
.mr-20 {
|
||||
margin-right: 20px;
|
||||
margin-right: 20px !important;;
|
||||
}
|
||||
|
||||
.mr-15 {
|
||||
margin-right: 15px;
|
||||
margin-right: 15px !important;;
|
||||
}
|
||||
|
||||
.mt-5 {
|
||||
margin-top: 5px;
|
||||
margin-top: 5px !important;;
|
||||
}
|
||||
|
||||
.mt-10 {
|
||||
margin-top: 10px;
|
||||
margin-top: 10px !important;
|
||||
}
|
||||
|
||||
.mb-10 {
|
||||
margin-bottom: 10px;
|
||||
margin-bottom: 10px !important;;
|
||||
}
|
||||
|
||||
|
||||
.p-5 {
|
||||
padding: 5px;
|
||||
padding: 5px !important;;
|
||||
}
|
||||
|
||||
.p-10 {
|
||||
padding: 10px;
|
||||
padding: 10px !important;;
|
||||
}
|
||||
|
||||
.p-20 {
|
||||
padding: 20px;
|
||||
padding: 20px !important;;
|
||||
}
|
||||
.ellipsis {
|
||||
white-space: nowrap;
|
||||
|
||||
Reference in New Issue
Block a user