|
|
@@ -1,16 +1,30 @@
|
|
|
+
|
|
|
+.hand-cursor {
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+.box-sizing-border-box{
|
|
|
+ box-sizing: border-box;
|
|
|
+}
|
|
|
.dis-flex{
|
|
|
display: flex;
|
|
|
}
|
|
|
-
|
|
|
.justify-content-space-between{
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
}
|
|
|
+.justify-content{
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+}
|
|
|
+
|
|
|
.align-items-center{
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
}
|
|
|
|
|
|
+.text-align-center{
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
.text-align-left{
|
|
|
text-align: left;
|
|
|
}
|
|
|
@@ -18,6 +32,13 @@
|
|
|
text-align: right;
|
|
|
}
|
|
|
|
|
|
+.fc-12{
|
|
|
+ color: #121212;
|
|
|
+}
|
|
|
+.fc-70{
|
|
|
+ color: #707070;
|
|
|
+}
|
|
|
+
|
|
|
.bg-c-EEF4FF{
|
|
|
background-color: #EEF4FF;
|
|
|
}
|
|
|
@@ -34,6 +55,10 @@
|
|
|
.fw-b{
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
+
|
|
|
+.fs-14{
|
|
|
+ font-size: 14px;
|
|
|
+}
|
|
|
.fs-16{
|
|
|
font-size: 16px;
|
|
|
}
|
|
|
@@ -49,15 +74,32 @@
|
|
|
.lh-19{
|
|
|
line-height: 19px;
|
|
|
}
|
|
|
+
|
|
|
+.plr-50{
|
|
|
+ padding: 0 50px;
|
|
|
+}
|
|
|
+
|
|
|
+.mr-10{
|
|
|
+ margin-right: 10px;
|
|
|
+}
|
|
|
.mt-70{
|
|
|
margin-top: 70px;
|
|
|
}
|
|
|
.mt-60{
|
|
|
margin-top: 60px;
|
|
|
}
|
|
|
+.mt-30{
|
|
|
+ margin-top: 30px;
|
|
|
+}
|
|
|
+.mt-20{
|
|
|
+ margin-top: 20px;
|
|
|
+}
|
|
|
.mb-32{
|
|
|
margin-bottom: 32px;
|
|
|
}
|
|
|
+.mb-36{
|
|
|
+ margin-bottom: 36px;
|
|
|
+}
|
|
|
.mb-44{
|
|
|
margin-bottom: 44px;
|
|
|
}
|