|
@@ -1306,9 +1306,11 @@ overflow-y: auto;
|
|
|
}
|
|
|
.circle-num{
|
|
|
position: absolute;
|
|
|
- top: 2px;
|
|
|
- left: 15px;
|
|
|
- font-size: 24px;
|
|
|
+ top: 50%;
|
|
|
+ margin-top: -16px;
|
|
|
+ width: 42px;
|
|
|
+ text-align: center;
|
|
|
+ font-size: 22px;
|
|
|
font-weight: 500;
|
|
|
}
|
|
|
.circle-text{
|
|
@@ -1320,4 +1322,123 @@ overflow-y: auto;
|
|
|
.dropdown-wd{
|
|
|
width: 80px;
|
|
|
text-align: center;
|
|
|
+}
|
|
|
+.btn-blueOne{
|
|
|
+ color: #fff;
|
|
|
+ background-color: rgba(24,144,255);
|
|
|
+ border-color: rgba(24,144,255);
|
|
|
+}
|
|
|
+.btn-blueOne:hover {
|
|
|
+ color: #fff;
|
|
|
+ background-color: rgba(24,144,255);
|
|
|
+ border-color: rgba(24,144,255);
|
|
|
+}
|
|
|
+.btn-green{
|
|
|
+ color: #fff;
|
|
|
+ background-color: rgba(69,183,149);
|
|
|
+ border-color: rgba(69,183,149);
|
|
|
+}
|
|
|
+.btn-green:hover{
|
|
|
+ color: #fff;
|
|
|
+ background-color: rgba(69,183,149);
|
|
|
+ border-color: rgba(69,183,149);
|
|
|
+}
|
|
|
+.btn-yellow{
|
|
|
+ color: #fff;
|
|
|
+ background-color: rgba(250,204,20);
|
|
|
+ border-color: rgba(250,204,20);
|
|
|
+}
|
|
|
+.btn-yellow:hover{
|
|
|
+ color: #fff;
|
|
|
+ background-color: rgba(250,204,20);
|
|
|
+ border-color: rgba(250,204,20);
|
|
|
+}
|
|
|
+.btn-purple{
|
|
|
+ color: #fff;
|
|
|
+ background-color: rgba(145,82,225);
|
|
|
+ border-color: rgba(145,82,225);
|
|
|
+}
|
|
|
+.btn-purple:hover {
|
|
|
+ color: #fff;
|
|
|
+ background-color: rgba(145,82,225);
|
|
|
+ border-color: rgba(145,82,225);
|
|
|
+}
|
|
|
+.btn-blueTwo{
|
|
|
+ color: #fff;
|
|
|
+ background-color: rgba(58,207,221);
|
|
|
+ border-color: rgba(58,207,221);
|
|
|
+}
|
|
|
+.btn-blueTwo:hover {
|
|
|
+ color: #fff;
|
|
|
+ background-color: rgba(58,207,221);
|
|
|
+ border-color: rgba(58,207,221);
|
|
|
+}
|
|
|
+.btn-red{
|
|
|
+ color: #fff;
|
|
|
+ background-color: rgba(204,73,80);
|
|
|
+ border-color: rgba(204,73,80);
|
|
|
+}
|
|
|
+.btn-red:hover {
|
|
|
+ color: #fff;
|
|
|
+ background-color: rgba(255,255,225);
|
|
|
+ border-color: rgba(255,255,225);
|
|
|
+}
|
|
|
+.bg-blueOne{
|
|
|
+ color: #fff;
|
|
|
+ background-color: rgba(24,144,255) !important;
|
|
|
+ border-color: rgba(24,144,255) !important;
|
|
|
+}
|
|
|
+.bg-green{
|
|
|
+ color: #fff;
|
|
|
+ background-color: rgba(69,183,149) !important;
|
|
|
+ border-color: rgba(69,183,149,1) !important;
|
|
|
+}
|
|
|
+.bg-yellow{
|
|
|
+ color: #fff;
|
|
|
+ background-color: rgba(250,204,20) !important;
|
|
|
+ border-color: rgba(250,204,20,1) !important;
|
|
|
+}
|
|
|
+.bg-purple{
|
|
|
+ color: #fff;
|
|
|
+ background-color: rgba(145,82,225) !important;
|
|
|
+ border-color: rgba(145,82,225) !important;
|
|
|
+}
|
|
|
+.bg-blueTwo{
|
|
|
+ color: #fff;
|
|
|
+ background-color: rgba(58,207,221) !important;
|
|
|
+ border-color: rgba(58,207,221) !important;
|
|
|
+}
|
|
|
+.bg-red{
|
|
|
+ color: #fff;
|
|
|
+ background-color: rgba(204,73,80) !important;
|
|
|
+ border-color: rgba(204,73,80) !important;
|
|
|
+}
|
|
|
+.btn-relative{
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+.icon-absolute{
|
|
|
+ position: absolute;
|
|
|
+ left: -3px;
|
|
|
+ top: -9px;
|
|
|
+}
|
|
|
+.icon-size{
|
|
|
+ font-size: 38px !important;
|
|
|
+}
|
|
|
+.text-blueOne{
|
|
|
+ color: rgba(24,144,255);
|
|
|
+}
|
|
|
+.text-green{
|
|
|
+ color: rgba(69,183,149);
|
|
|
+}
|
|
|
+.text-yellow{
|
|
|
+ color: rgba(250,204,20);
|
|
|
+}
|
|
|
+.text-purple{
|
|
|
+ color: rgba(145,82,225);
|
|
|
+}
|
|
|
+.text-blueTwo{
|
|
|
+ color: rgba(58,207,221);
|
|
|
+}
|
|
|
+.text-red{
|
|
|
+ color: rgba(204,73,80);
|
|
|
}
|