Authored by htoooth

fix

@@ -17,13 +17,13 @@ module.exports = { @@ -17,13 +17,13 @@ module.exports = {
17 cookieDomain: '.yohobuy.com', 17 cookieDomain: '.yohobuy.com',
18 domains: { 18 domains: {
19 // test3 19 // test3
20 - singleApi: 'http://api-test2.yohops.com:9999/',  
21 - api: 'http://api-test2.yohops.com:9999/',  
22 - service: 'http://service-test2.yohops.com:9999/', 20 + //singleApi: 'http://api-test2.yohops.com:9999/',
  21 + //api: 'http://api-test2.yohops.com:9999/',
  22 + //service: 'http://service-test2.yohops.com:9999/',
23 23
24 - //singleApi: 'http://single.gray.yohops.com/',  
25 - //api: 'http://api.yoho.cn/',  
26 - //service: 'http://service.yoho.cn/', 24 + singleApi: 'http://single.gray.yohops.com/',
  25 + api: 'http://api.yoho.cn/',
  26 + service: 'http://service.yoho.cn/',
27 27
28 //api: 'http://dev-api.yohops.com:9999/', 28 //api: 'http://dev-api.yohops.com:9999/',
29 //service: 'http://dev-service.yohops.com:9999/', 29 //service: 'http://dev-service.yohops.com:9999/',
@@ -261,7 +261,6 @@ @@ -261,7 +261,6 @@
261 261
262 .desc { 262 .desc {
263 display: inline-block; 263 display: inline-block;
264 - height: 22px;  
265 margin-left: 20px; 264 margin-left: 20px;
266 } 265 }
267 266
@@ -495,7 +494,7 @@ @@ -495,7 +494,7 @@
495 } 494 }
496 495
497 .row { 496 .row {
498 - margin-bottom: 12px; 497 + margin-bottom: 10px;
499 } 498 }
500 499
501 .trade-content { 500 .trade-content {
@@ -2114,8 +2113,14 @@ @@ -2114,8 +2113,14 @@
2114 .coupon-big { 2113 .coupon-big {
2115 width: 380px; 2114 width: 380px;
2116 2115
  2116 + .close {
  2117 + .iconfont {
  2118 + font-size: 30px !important;
  2119 + }
  2120 + }
  2121 +
2117 .header { 2122 .header {
2118 - font-size: 25px; 2123 + font-size: 20px;
2119 text-align: center; 2124 text-align: center;
2120 margin-bottom: 20px; 2125 margin-bottom: 20px;
2121 width: 100%; 2126 width: 100%;
@@ -2123,13 +2128,13 @@ @@ -2123,13 +2128,13 @@
2123 2128
2124 .coupon-big-list { 2129 .coupon-big-list {
2125 width: 100%; 2130 width: 100%;
2126 - height: 560px; 2131 + max-height: 560px;
2127 overflow: auto; 2132 overflow: auto;
2128 } 2133 }
2129 2134
2130 .coupon-small-list { 2135 .coupon-small-list {
2131 width: 100%; 2136 width: 100%;
2132 - height: 300px; 2137 + max-height: 300px;
2133 overflow: auto; 2138 overflow: auto;
2134 } 2139 }
2135 2140
@@ -2147,12 +2152,12 @@ @@ -2147,12 +2152,12 @@
2147 .title { 2152 .title {
2148 position: relative; 2153 position: relative;
2149 line-height: 30px; 2154 line-height: 30px;
2150 - font-size: 18px; 2155 + font-size: 16px;
2151 color: #999; 2156 color: #999;
2152 text-align: center; 2157 text-align: center;
2153 background-color: #f8f8f8; 2158 background-color: #f8f8f8;
2154 - margin-right: 125px;  
2155 - margin-left: 125px; 2159 + margin-right: 130px;
  2160 + margin-left: 130px;
2156 text-align: center; 2161 text-align: center;
2157 z-index: 2; 2162 z-index: 2;
2158 } 2163 }