Browse Source

修改弹窗大小

zhbyyy 2 years ago
parent
commit
662becccbd
2 changed files with 10 additions and 8 deletions
  1. 1 1
      manpower/index.html
  2. 9 7
      manpower/styles/index.css

+ 1 - 1
manpower/index.html

@@ -327,7 +327,7 @@
       <div class="tip-box-img">
         <div class="tip-content-img">
           <!-- <div class="btm10" v-for="(item,index) in titleData" :key="index"> {{item}}</div> -->
-          <img :src="`./images/pop/${imgPop}`" alt="" style="width:100%;height:100%;">
+          <img :src="`./images/pop/${imgPop}`" alt="" style="width:100%;">
         </div>
       </div>
     </div>

+ 9 - 7
manpower/styles/index.css

@@ -398,14 +398,15 @@ a {
   height: 1200px;
   top: calc(50% - 600px);
   left: calc(50% - 900px); */
-  width: 2080px;
+  width: 2400px;
   height: 1300px;
   top: calc(50% - 660px);
-  left: calc(50% - 1080px);
+  left: calc(50% - 1200px);
   background: url('../images/alert.png') no-repeat center;
   background-color: #133b65;
   background-size: 100% 100%;
   padding: 100px 60px 50px;
+  border-radius: 55px;
 }
 .tip-box-img {
   position: absolute;
@@ -413,15 +414,16 @@ a {
   left: 32.5%; */
   /* width: 35%;
   height: 30%; */
-  width: 2080px;
+  width: 2400px;
   height: 1300px;
   top: calc(50% - 660px);
-  left: calc(50% - 1080px);
+  left: calc(50% - 1200px);
   background: url('../images/alert.png') no-repeat center;
   background-color: #133b65;
   background-size: 100% 100%;
   /* padding: 100px 60px 50px; */
   padding: 160px 50px 0px 50px ;
+  border-radius: 55px;
 }
 .tip-box > div {
   font-size: 42px;
@@ -453,7 +455,7 @@ a {
 .tip-content {
   height: 95%;
   overflow: auto;
-  padding-right: 15px;
+  padding:0 2%;
   margin-top: 3%;
 }
 .tip-content-img {
@@ -474,10 +476,10 @@ a {
   left: 32.5%; */
   /* width: 35%;
   height: 30%; */
-  width: 2080px;
+  width: 2400px;
   height: 1300px;
   top: calc(50% - 660px);
-  left: calc(50% - 1080px);
+  left: calc(50% - 1200px);
   background: url('../images/alert.png') no-repeat center;
   background-color: #133b65;
   background-size: 100% 100%;