Explorar o código

求购单个发布求购样式调整

huangb %!s(int64=7) %!d(string=hai) anos
pai
achega
22fc153fae

+ 14 - 8
src/main/webapp/resources/view/usercenter/forstore/seekPurchase.html

@@ -9,25 +9,31 @@
         padding: 17px 0;
     }
     .seek-purchase .seek-purchase-content .publish-purchase .fl {
-        width: 1000px;
-        height: 198px;
+        float: none;
+        margin: 0 auto;
         padding: 0 30px;
+        width: 1000px;
+        height: 235px;
+        text-align: center;
         border: 2px dashed #fd7748;
-        margin: 0 auto;
-        float: none;
+        border-top-left-radius: 2px;
+        border-top-right-radius: 2px;
     }
     .seek-purchase .seek-purchase-content .publish-purchase .fl p {
         font-size: 18px;
         color: #fd7748;
         text-align: center;
-        margin: 19px 0 0 0;
+        margin: 19px 0 8px 0;
     }
     .seek-purchase .seek-purchase-content .publish-purchase .fl .form-block {
-        width: 228px;
+        width: 332px;
         display: inline-block;
         margin-top: 16px;
         position: relative;
     }
+    .seek-purchase .seek-purchase-content .publish-purchase .fl .form-block:nth-child(odd){
+        margin-left: 95px;
+    }
     .seek-purchase .seek-purchase-content .publish-purchase .fl .form-block >span {
         width: 110px;
         height: 24px;
@@ -43,7 +49,7 @@
     }
     .seek-purchase .seek-purchase-content .publish-purchase .fl .form-block input {
         display: inline-block;
-        width: 111px;
+        width: 222px;
         border: 1px solid #b5b5b5;
         height: 24px;
         line-height: 24px;
@@ -103,7 +109,7 @@
         color: #fefefe;
         background: #fd7748;
         border-radius: 3px;
-        margin: 14px auto;
+        margin: 22px auto 6px;
         font-size: 14px;
     }
     .seek-purchase .seek-purchase-content .empty-line {