Browse Source

Merge remote-tracking branch 'origin/dev-mysql' into dev-mysql

wangdy 8 years ago
parent
commit
75c836e7b0

BIN
src/main/webapp/resources/img/seekPurchase/arrow-down.png


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

@@ -366,7 +366,7 @@
     .seek-purchase .say-price-box {
       /*  display: none;*/
         position: fixed;
-        width: 480px;
+        width: 476px;
         top: 30%;
         left: 33%;
         /*-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
@@ -377,21 +377,23 @@
     }
     .seek-purchase .say-price-box .title {
         position: relative;
-        height: 44px;
+        height: 38px;
         background: #4290f7;
-        line-height: 44px;
+        line-height: 38px;
         color: #fff;
         border-top-right-radius: 5px;
         border-top-left-radius: 5px;
-    }
-    .seek-purchase .say-price-box .title > div {
-        display: inline-block;
-        padding-left: 57px;
-        width: 47%;
-        overflow: hidden;
-        text-overflow: ellipsis;
-        white-space: nowrap;
-    }
+        font-weight: bold;
+        padding-left: 20px;
+    }
+    /*.seek-purchase .say-price-box .title > div {*/
+        /*display: inline-block;*/
+        /*padding-left: 57px;*/
+        /*width: 47%;*/
+        /*overflow: hidden;*/
+        /*text-overflow: ellipsis;*/
+        /*white-space: nowrap;*/
+    /*}*/
     .seek-purchase .say-price-box .title i {
         position: absolute;
         right: 10px;
@@ -399,11 +401,11 @@
         cursor: pointer;
     }
     .seek-purchase .say-price-box .content {
-        padding: 9px 0;
+        padding: 9px 0 0 0;
         background: #fff;
     }
     .seek-purchase .say-price-box .content .content-line {
-        margin: 0 0 14px 0;
+        padding: 0 0 14px 0;
     }
     .seek-purchase .say-price-box .content .content-line .form-item {
         display: inline-block;
@@ -509,9 +511,9 @@
         border-bottom-left-radius: 5px;
         border-bottom-right-radius: 5px;
         background: #fff;
-        height: 62px;
+        height: 52px;
         text-align: center;
-        padding-top: 15px;
+        padding-top: 12px;
     }
     .seek-purchase .say-price-box .operate span {
         display: inline-block;
@@ -522,6 +524,7 @@
         background: #4290f7;
         color: #fff;
         cursor: pointer;
+        border-radius: 2px;
     }
     .seek-purchase .say-price-box .operate span:last-child {
         margin-left: 15px;