Browse Source

求购列表样式调整

yangc 7 years ago
parent
commit
4848436875

+ 2 - 2
src/main/webapp/resources/css/common.css

@@ -972,7 +972,7 @@ select {
 /*买卖家求购*/
 .seek-purchase .seek-purchase-content >table >tbody >tr.default-row td .row-wrap {
 	height: 100%;
-	padding-top: 15px;
+	padding-top: 10px;
 	overflow: hidden;
 	text-overflow: ellipsis;
 	white-space: nowrap;
@@ -1024,7 +1024,7 @@ select {
 	width: 128px;
 }
 .seek-purchase .seek-purchase-content >table >tbody >tr.default-row td .row-wrap.il-content .il-box.il-box-small .item {
-	color: #020202;
+	color: #333;
 	width: 128px;
 	margin-bottom: 8px;
 }

+ 4 - 1
src/main/webapp/resources/view/usercenter/forstore/bomDetail.html

@@ -135,7 +135,7 @@
     .seek-purchase .seek-purchase-content >table >tbody >tr.default-row td {
         font-size: 14px;
         text-align: center;
-        height: 70px;
+        height: 100%;
     }
     .seek-purchase .seek-purchase-content >table >tbody >tr.default-row td.operate-seek >span {
         color: #4290f7;
@@ -422,6 +422,9 @@
     .seek-purchase .seek-purchase-content .BOM-header > div p.BOM-edit a:last-child {
         background: #fd7748;
     }
+    .seek-purchase .seek-purchase-content >table >tbody >tr.default-row td .row-wrap {
+        height: 106px;
+    }
     .seek-purchase .seek-purchase-content >table >tbody >tr.default-row td .row-wrap.il-content .il-box.il-box-large .fl {
         margin-right: 37px;
     }

+ 1 - 1
src/main/webapp/resources/view/vendor/forstore/purchaseOffer.html

@@ -159,7 +159,7 @@
         height: 136px;
     }
     .seek-purchase .seek-purchase-content >table >tbody >tr.default-row td .row-wrap {
-        padding-top: 33px;
+        padding-top: 27px;
         height: 136px;
     }
     .seek-purchase .seek-purchase-content >table >tbody >tr.default-row td .row-wrap.il-content {

+ 2 - 2
src/main/webapp/resources/view/vendor/forstore/seekPurchase.html

@@ -113,14 +113,14 @@
         height: 136px;
     }
     .seek-purchase .seek-purchase-content >table >tbody >tr.default-row td .row-wrap {
-        padding-top: 33px;
+        padding-top: 25px;
         height: 136px;
     }
     .seek-purchase .seek-purchase-content >table >tbody >tr.default-row td .row-wrap.il-content {
         padding-left: 30px;
     }
     .seek-purchase .seek-purchase-content >table >tbody >tr.default-row td .row-wrap.il-content .il-box.il-box-large .fl {
-        margin-right: 37px;
+        margin-right: 25px;
     }
     .seek-purchase .seek-purchase-content >table >tbody >tr.default-row td .row-wrap.il-content .il-box.il-box-large {
         width: 400px;