Authored by 李奇

fixed:focus

... ... @@ -18,17 +18,17 @@ module.exports = {
app_type: 1
},
domains: {
api: 'http://api-test3.yohops.com:9999/',
service: 'http://service-test3.yohops.com:9999/',
singleApi: 'http://api-test3.yohops.com:9999/'
// api: 'http://api-test3.yohops.com:9999/',
// service: 'http://service-test3.yohops.com:9999/',
// singleApi: 'http://api-test3.yohops.com:9999/'
// api: 'http://dev-api.yohops.com:9999/',
// service: 'http://dev-service.yohops.com:9999/',
// singleApi: 'http://192.168.102.27:8092/'
// //
// api: 'http://api.yoho.cn/',
// service: 'http://service.yoho.cn/',
// singleApi: 'http://single.yoho.cn/'
api: 'http://api.yoho.cn/',
service: 'http://service.yoho.cn/',
singleApi: 'http://single.yoho.cn/'
},
subDomains: {
host: '.m.yohoblk.com',
... ...
... ... @@ -47,27 +47,20 @@
}
.mint-swipe-indicators {
left: initial;
right: 30px;
transform: none;
text-align: center;
}
.mint-swipe-indicator {
width: 16px;
height: 16px;
background: #ccc;
width: 10px;
height: 10px;
background: #e0e0e0;
opacity: 1;
vertical-align: middle;
border-radius: 50%;
transform: scale(0.5, 0.5);
margin-left: -4px;
border-radius: 0;
&.active {
width: 24px;
height: 24px;
&.is-active {
width: 20px;
background: #fff;
border-radius: 50%;
transform: scale(0.5, 0.5);
}
}
}
... ...