Authored by ccbikai(👎🏻🍜)

商品详情页面样式修改

... ... @@ -16,9 +16,9 @@ module.exports = {
siteUrl: '//m.yohobuy.com',
assetUrl: '//localhost:5001',
domains: {
api: 'http://api-test3.yohops.com:9999/',
service: 'http://service-test3.yohops.com:9999/',
liveApi: 'http://testapi.live.yohops.com:9999/'
api: 'http://api.yoho.yohoops.org/',
service: 'http://service.yoho.yohoops.org/',
liveApi: 'http://api.live.yoho.cn/'
},
subDomains: {
host: '.m.yohobuy.com',
... ...
... ... @@ -225,13 +225,16 @@ $basicBtnC: #eb0313;
.banner-swiper {
overflow: hidden;
margin: 30px 96px;
/* margin: 30px 96px; */
min-width: 448px;
min-height: 600px;
max-height: none;
ul {
position: relative;
height: auto;
max-height: none;
li {
float: left;
... ...