|
@@ -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,66 @@ overflow-y: auto;
|
|
|
.dropdown-wd{
|
|
|
width: 80px;
|
|
|
text-align: center;
|
|
|
+}
|
|
|
+.btn-blue{
|
|
|
+ color: #fff;
|
|
|
+ background-color: rgba(24,144,255);
|
|
|
+ border-color: rgba(24,144,255);
|
|
|
+}
|
|
|
+.btn-blue: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,1);
|
|
|
+}
|
|
|
+.btn-green:hover{
|
|
|
+ color: #fff;
|
|
|
+ background-color: rgba(69,183,149);
|
|
|
+ border-color: rgba(69,183,149,1);
|
|
|
+}
|
|
|
+.btn-yellow{
|
|
|
+ color: #fff;
|
|
|
+ background-color: rgba(250,204,20);
|
|
|
+ border-color: rgba(250,204,20,1);
|
|
|
+}
|
|
|
+.btn-yellow:hover{
|
|
|
+ color: #fff;
|
|
|
+ background-color: rgba(250,204,20);
|
|
|
+ border-color: rgba(250,204,20,1);
|
|
|
+}
|
|
|
+.bg-green{
|
|
|
+ color: #fff;
|
|
|
+ background-color: rgba(69,183,149) !important;
|
|
|
+ border-color: rgba(69,183,149,1) !important;
|
|
|
+}
|
|
|
+.bg-blue{
|
|
|
+ color: #fff;
|
|
|
+ background-color: rgba(24,144,255) !important;
|
|
|
+ border-color: rgba(24,144,255) !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;
|
|
|
+}
|
|
|
+.btn-yellow .fa{
|
|
|
+ color: rgba(69,183,149);
|
|
|
+}
|
|
|
+.btn-blue .fa{
|
|
|
+ color: rgba(250,204,20)
|
|
|
}
|