Authored by zhangxiaoru

购物车 css

... ... @@ -1784,7 +1784,7 @@ let _detailDataPkgAsync = (origin, uid, vipLevel, ua) => {
// 缩略图
thumbImageList.push({
img: helpers.image(value.color_image, 300, 417)
img: helpers.image(value.color_image, 300, 395)
});
// 商品库存总数
... ...
... ... @@ -16,10 +16,10 @@ module.exports = {
siteUrl: '//m.yohobuy.com',
assetUrl: '//127.0.0.1:5001',
domains: {
// api: 'http://api-test3.yohops.com:9999/',
// service: 'http://service-test3.yohops.com:9999/',
// liveApi: 'http://testapi.live.yohops.com:9999/',
// singleApi: 'http://api-test3.yohops.com:9999/',
api: 'http://api-test2.yohops.com:9999/',
service: 'http://service-test2.yohops.com:9999/',
liveApi: 'http://testapi.live.yohops.com:9999/',
singleApi: 'http://api-test2.yohops.com:9999/'
// imSocket: 'ws://im.yohobuy.com:10240',
// imCs: 'http://im.yohobuy.com/api',
// imServer: 'http://im.yohobuy.com/server'
... ... @@ -32,10 +32,10 @@ module.exports = {
// imCs: 'https://imhttp.yohobuy.com/api',
// imServer: 'https://imhttp.yohobuy.com/server'
api: 'http://dev-api.yohops.com:9999/',
service: 'http://dev-service.yohops.com:9999/',
liveApi: 'http://testapi.live.yohops.com:9999/',
singleApi: 'http://api-test1.yohops.com:9999/'
// api: 'http://dev-api.yohops.com:9999/',
// service: 'http://dev-service.yohops.com:9999/',
// liveApi: 'http://testapi.live.yohops.com:9999/',
// singleApi: 'http://api-test1.yohops.com:9999/'
},
subDomains: {
host: '.m.yohobuy.com',
... ...
... ... @@ -4,7 +4,7 @@
right: 0;
bottom: 0;
left: 0;
z-index: 3;
z-index: 5;
display: none;
height: 100%;
background: rgba(0, 0, 0, 0.3);
... ... @@ -33,19 +33,19 @@
.chose-items {
overflow: auto;
height: 450px;
height: 500px;
}
.basic-info {
position: relative;
padding-bottom: 30px;
min-height: 204px;
min-height: 190px;
border-bottom: 1px solid #e6e6e6;
}
.thumb {
width: 164px;
height: 228px;
/*height: 228px;*/
position: absolute;
top: -60px;
border: 1px solid #e6e6e6;
... ...