Authored by htoooth

fix

... ... @@ -17,13 +17,13 @@ module.exports = {
cookieDomain: '.yohobuy.com',
domains: {
// test3
singleApi: 'http://api-test2.yohops.com:9999/',
api: 'http://api-test2.yohops.com:9999/',
service: 'http://service-test2.yohops.com:9999/',
//singleApi: 'http://api-test2.yohops.com:9999/',
//api: 'http://api-test2.yohops.com:9999/',
//service: 'http://service-test2.yohops.com:9999/',
//singleApi: 'http://single.gray.yohops.com/',
//api: 'http://api.yoho.cn/',
//service: 'http://service.yoho.cn/',
singleApi: 'http://single.gray.yohops.com/',
api: 'http://api.yoho.cn/',
service: 'http://service.yoho.cn/',
//api: 'http://dev-api.yohops.com:9999/',
//service: 'http://dev-service.yohops.com:9999/',
... ...
... ... @@ -261,7 +261,6 @@
.desc {
display: inline-block;
height: 22px;
margin-left: 20px;
}
... ... @@ -495,7 +494,7 @@
}
.row {
margin-bottom: 12px;
margin-bottom: 10px;
}
.trade-content {
... ... @@ -2114,8 +2113,14 @@
.coupon-big {
width: 380px;
.close {
.iconfont {
font-size: 30px !important;
}
}
.header {
font-size: 25px;
font-size: 20px;
text-align: center;
margin-bottom: 20px;
width: 100%;
... ... @@ -2123,13 +2128,13 @@
.coupon-big-list {
width: 100%;
height: 560px;
max-height: 560px;
overflow: auto;
}
.coupon-small-list {
width: 100%;
height: 300px;
max-height: 300px;
overflow: auto;
}
... ... @@ -2147,12 +2152,12 @@
.title {
position: relative;
line-height: 30px;
font-size: 18px;
font-size: 16px;
color: #999;
text-align: center;
background-color: #f8f8f8;
margin-right: 125px;
margin-left: 125px;
margin-right: 130px;
margin-left: 130px;
text-align: center;
z-index: 2;
}
... ...