File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11.warpper {
2- padding-bottom : 60px ;
32 background : white ;
43 border-top : 1px solid #e1e4e8 ;
54}
87 font-size : 16px ;
98 max-width : 1248px ;
109 margin : 0 auto ;
11- padding : 64px 32px 80 px ;
10+ padding : 64px 32px 40 px ;
1211 label {
1312 padding : 8px 0 ;
1413 display : flex ;
2120 a {
2221 color : #596068 ;
2322 font-weight : 400 ;
24- font-size : 16 px ;
23+ font-size : 14 px ;
2524 line-height : 150% ;
2625 letter-spacing : -0.011em ;
2726 & :hover {
Original file line number Diff line number Diff line change @@ -4,7 +4,9 @@ import { store } from '../models';
44
55
66function Loading ( ) {
7- return < Loader color = "#333" tip = "页面加载中..." />
7+ return < div style = { { textAlign : 'center' , padding : '50px 0 50px 0' } } >
8+ < Loader color = "#333" tip = "页面加载中..." />
9+ </ div >
810}
911
1012// wrapper of dynamic
You can’t perform that action at this time.
0 commit comments