|
@@ -218,7 +218,7 @@
|
|
|
offsetCenter: ['-60%', '90%']
|
|
|
},
|
|
|
detail: {
|
|
|
- width: 45,
|
|
|
+ width: 40,
|
|
|
height: 12,
|
|
|
fontSize: 18,
|
|
|
offsetCenter: ['-60%', '110%']
|
|
@@ -232,13 +232,13 @@
|
|
|
},
|
|
|
title: {
|
|
|
color: '#999999',
|
|
|
- offsetCenter: ['0%', '90%']
|
|
|
+ offsetCenter: ['-5%', '90%']
|
|
|
},
|
|
|
detail: {
|
|
|
- width: 45,
|
|
|
+ width: 40,
|
|
|
height: 12,
|
|
|
fontSize: 18,
|
|
|
- offsetCenter: ['0%', '110%']
|
|
|
+ offsetCenter: ['-5%', '110%']
|
|
|
}
|
|
|
},
|
|
|
{
|
|
@@ -252,7 +252,8 @@
|
|
|
offsetCenter: ['60%', '90%']
|
|
|
},
|
|
|
detail: {
|
|
|
- width: 45,
|
|
|
+ align: 'center',
|
|
|
+ width: 60,
|
|
|
height: 12,
|
|
|
fontSize: 18,
|
|
|
offsetCenter: ['60%', '110%']
|