gx
queenwuli
2020-12-17 540208e4a92273073ff5633a60707b1b892e57e1
hive-app/common/styles/index.css
@@ -29,6 +29,9 @@
   margin-left: 20px;
}
.mr-0{
   margin-right: 0;
}
.mr-5{
   margin-right: 5px;
}
@@ -56,6 +59,9 @@
}
/* 字体 */
.font-10{
   font-size: 10px;
}
.font-12{
   font-size: 12px;
}
@@ -132,6 +138,9 @@
.flex-wrap{
   flex-wrap: wrap;
}
.align-left{
   align-items: flex-start;
}
.align-center{
   align-items: center;
}
@@ -171,7 +180,6 @@
   font-size: 16px;
   line-height: 42px;
}
/* 蓝色边框白底按钮 */
.white-btn{
   background: #FFFFFF;
@@ -179,6 +187,17 @@
   color: #518EFF;
   font-size: 16px;
   line-height: 42px;
}
/* 蓝色圆形加减按钮 */
.blue-btn-circle{
   width: 30px;
   height: 30px;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 50%;
   background: #518EFF;
   color: #FFFFFF;
}
/* 固定底部 */
@@ -228,4 +247,6 @@
   padding: 4px 8px;
   margin-left: 8px;
   border-radius: 2px;
   font-size: 14px;
}