Authored by mark

adjust font-size

... ... @@ -19,11 +19,11 @@ module.exports = {
// test2
singleApi: 'http://192.168.102.27:8092/brower',
api: 'http://api-test2.yohops.com:9999/',
service: 'http://service-test2.yohops.com:9999/',
// api: 'http://api-test2.yohops.com:9999/',
// service: 'http://service-test2.yohops.com:9999/',
//api: 'http://api.yoho.cn/',
//service: 'http://service.yoho.cn/',
api: 'http://api.yoho.cn/',
service: 'http://service.yoho.cn/',
// api: 'http://dev-api.yohops.com:9999/',
// service: 'http://dev-service.yohops.com:9999/',
... ...
... ... @@ -1680,13 +1680,16 @@ $(function() {
$(function() {
var font = $('.description-content .basic li');
var fontwidth = $('.description-content ul li:nth-child(4) .valueSpace').width();
$('.description-content ul li:nth-child(8) .valueSpace').css({
display: 'inline-block',
$('.comfort .pull-left:nth-child(4)').css('margin-left','8px');
for(var i = 1; i <=4; i++){
if(i !== 2){
$('.description-content ul li:nth-child('+(i+4)+') .valueSpace').css({
'display': 'inline-block',
'text-align': 'right',
width: fontwidth
'width': $('.description-content ul li:nth-child('+i+') .valueSpace').width()
});
}
}
font.each(function(i, ele) {
if ((i + 1) % 4 === 0) {
... ...