Browse Source

缩小屏幕内容错位问题处理

yangc 8 years ago
parent
commit
a3b8ddc8aa
1 changed files with 5 additions and 1 deletions
  1. 5 1
      components/applyPurchase/PublishApply.vue

+ 5 - 1
components/applyPurchase/PublishApply.vue

@@ -420,8 +420,10 @@
   .publish-apply {
     background: url('/images/applyPurchase/banner.png') center center/cover no-repeat;
     height: 583px;
-    text-align: center;
     padding-top: 290px;
+    width: 1190px;
+    margin: 0 auto;
+    padding-left: 44px;
     >div {
       display: inline-block;
       border: 1px solid #3975f4;
@@ -429,6 +431,7 @@
       margin-right: 6px;
       vertical-align: middle;
       background: #fff;
+      float: left;
     }
     .good-purchaser {
       width: 225px;
@@ -464,6 +467,7 @@
     }
     .publish-area {
       width: 549px;
+      text-align: center;
       .publish-form-area {
         width: 243px;
         float: left;