Authored by 郭成尧

style

... ... @@ -29,6 +29,7 @@ const _processGraphData = (rawListData) => {
textStyle: {
color: '#000',
fontSize: 18,
fontWeight: 400,
padding: [3, 2, 2, 5],
backgroundColor: {
image: '//cdn.yoho.cn/grade/yuefen@2x.png'
... ... @@ -41,6 +42,7 @@ const _processGraphData = (rawListData) => {
textStyle: {
color: '#fff',
fontSize: 14,
fontWeight: 400,
padding: [4, 0, 0, 0]
}
});
... ...
... ... @@ -23,6 +23,7 @@
.grade-detail-page {
> .user-defined-header > .nav-title {
font-size: 32px;
font-weight: 500;
}
.grade-graph {
... ... @@ -101,6 +102,7 @@
padding-top: 28px;
padding-bottom: 40px;
color: #444;
font-weight: 500;
.grade-level {
text-align: center;
... ... @@ -132,7 +134,6 @@
.grade-bill-left > .time {
margin-top: 4px;
font-size: 18px;
font-weight: 300;
color: #444;
}
... ... @@ -140,7 +141,6 @@
display: flex;
align-items: center;
font-size: 18px;
font-weight: 300;
color: #ccc;
}
}
... ...
... ... @@ -4,6 +4,7 @@
> .user-defined-header > .nav-title {
font-size: 32px;
font-weight: 500;
}
.droit-nav {
... ... @@ -44,7 +45,7 @@
bottom: 0;
left: 50%;
margin-left: -8px;
margin-bottom: -8px;
margin-bottom: -10px;
transform: rotate(45deg);
}
}
... ... @@ -83,7 +84,7 @@
.droit-nav-content .interlocution {
.interlocution-item {
border-top: 1px solid #d8d8d8;
border-top: 1PX solid #d8d8d8;
padding: 30px 0;
}
... ...