zhbyyy пре 2 година
родитељ
комит
a047942d95
1 измењених фајлова са 18 додато и 11 уклоњено
  1. 18 11
      manpower/styles/index.css

+ 18 - 11
manpower/styles/index.css

@@ -163,18 +163,23 @@ a {
 .center .top {
   display: flex;
   justify-content: space-between;
-  margin: 0px -10px 20px;
 }
 .center .top .box {
   flex: 1;
   padding: 20px 0;
-  background-color: rgba(105, 192, 255, 0.2);
-  padding-left: 8%;
+  padding-bottom: 10px;
+  /* background-color: rgba(105, 192, 255, 0.2); */
+  /* padding-left: 8%; */
+  display: flex;
+  flex-direction: column;
+  justify-content: center;
   margin: 0 10px;
 }
 .box-content {
   display: flex;
   align-items: center;
+  justify-content: center;
+  margin-top: 20px;
 }
 .box-content > div {
   margin-left: 30px;
@@ -359,11 +364,9 @@ a {
   cursor: pointer;
 }
 .tip-window2 {
-  margin-right: 50px;
-  margin-top: 10px;
   color: #69c0ff;
   display: inline-block;
-  width: 170px;
+  width: 400px;
   height: 50px;
   line-height: 50px;
   text-align: center;
@@ -371,7 +374,11 @@ a {
   border: 2px solid #40a9ff;
   border-radius: 8px;
   cursor: pointer;
-  margin-left: calc(34% - 85px);
+  margin: 0 auto;
+  margin-top: 3px;
+  display: block;
+  font-size: 30px;
+  /* margin-left: calc(34% - 85px); */
 }
 .tip {
   /* position: fixed;
@@ -387,10 +394,10 @@ a {
   left: 32.5%; */
   /* width: 35%;
   height: 30%; */
-  width: 1200px;
-  height: 850px;
-  top: calc(50% - 375px);
-  left: calc(50% - 600px);
+  width: 1800px;
+  height: 1200px;
+  top: calc(50% - 600px);
+  left: calc(50% - 900px);
   background: url('../images/alert.png') no-repeat center;
   background-color: #133b65;
   background-size: 100% 100%;