Authored by 郝肖肖

Merge branch 'feature/growthdetail' of git.yoho.cn:fe/yohobuywap-node into feature/growthdetail

import 'activity/grade-detail.page.css';
import $ from 'yoho-jquery';
import echarts from 'echarts';
import echarts from 'echarts/lib/echarts';
import 'echarts/lib/chart/line';
import 'echarts/lib/component/dataZoom';
import tip from 'plugin/tip';
import Page from 'yoho-page';
import graphOptions from './graph-options';
... ...
export default (graphData) => {
return {
animationDuration: 500,
backgroundColor: '#2d2d2d',
tooltip: {
trigger: 'none'
... ... @@ -31,7 +32,7 @@ export default (graphData) => {
data: graphData.seriesData,
color: ['#A59075'],
symbol: 'circle',
symbolSize: 8,
symbolSize: 10,
type: 'line',
label: {
normal: {
... ...
... ... @@ -95,12 +95,12 @@
}
.grade-bill-left > .order {
font-size: 16px;
font-size: 22px;
}
.grade-bill-left > .time {
margin-top: 4px;
font-size: 14px;
font-size: 18px;
font-weight: 300;
color: #444;
}
... ... @@ -108,7 +108,7 @@
.grade-bill-right {
display: flex;
align-items: center;
font-size: 10px;
font-size: 18px;
font-weight: 300;
color: #ccc;
}
... ...