|
@@ -214,7 +214,7 @@
|
|
|
offsetCenter: ['-60%', '90%']
|
|
|
},
|
|
|
detail: {
|
|
|
- width: 45,
|
|
|
+ width: 40,
|
|
|
height: 12,
|
|
|
fontSize: 18,
|
|
|
offsetCenter: ['-60%', '110%']
|
|
@@ -228,13 +228,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%']
|
|
|
}
|
|
|
},
|
|
|
{
|
|
@@ -248,7 +248,8 @@
|
|
|
offsetCenter: ['60%', '90%']
|
|
|
},
|
|
|
detail: {
|
|
|
- width: 45,
|
|
|
+ align: 'center',
|
|
|
+ width: 60,
|
|
|
height: 12,
|
|
|
fontSize: 18,
|
|
|
offsetCenter: ['60%', '110%']
|