Authored by 沈志敏

fix bug

@@ -3,11 +3,9 @@ @@ -3,11 +3,9 @@
3 padding-top: 20px; 3 padding-top: 20px;
4 4
5 .coin-total { 5 .coin-total {
6 - padding: 40px 0; 6 + padding: 38px 0;
7 background: white; 7 background: white;
8 text-align: center; 8 text-align: center;
9 - border-top: 1px solid #eee;  
10 - border-bottom: 1px solid #eee;  
11 9
12 p:first-child { 10 p:first-child {
13 font-size: 34px; 11 font-size: 34px;
@@ -39,10 +37,10 @@ @@ -39,10 +37,10 @@
39 .coin-detail-list { 37 .coin-detail-list {
40 padding: 0 30px; 38 padding: 0 30px;
41 background: white; 39 background: white;
42 - border-top: 1px solid #eee;  
43 border-bottom: 1px solid #eee; 40 border-bottom: 1px solid #eee;
44 41
45 li { 42 li {
  43 + height: 128px;
46 display: flex; 44 display: flex;
47 padding: 20px 0; 45 padding: 20px 0;
48 border-bottom: 1px solid #eee; 46 border-bottom: 1px solid #eee;