Selaa lähdekoodia

概况样式更新

laiguoran 4 vuotta sitten
vanhempi
commit
2d6fb1dd50
2 muutettua tiedostoa jossa 124 lisäystä ja 32 poistoa
  1. 67 3
      app/public/css/main.css
  2. 57 29
      app/view/tender/detail.ejs

+ 67 - 3
app/public/css/main.css

@@ -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)
 }

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 57 - 29
app/view/tender/detail.ejs