li-guang
2020-12-16 41811e36a51667daa272d9e14a8f114bb6117aa0
hive-app/common/styles/index.css
@@ -141,6 +141,9 @@
.justify-start{
   justify-content: flex-start;
}
.justify-end{
   justify-content: flex-end;
}
.justify-around{
   justify-content: space-around;
}
@@ -163,4 +166,12 @@
   border: 0;
   color: #FFFFFF;
   font-size: 16px;
}
/* 蓝色边框白底按钮 */
.white-btn{
   background: #FFFFFF;
   border: 1px solid #518EFF;
   color: #518EFF;
   font-size: 16px;
}