Authored by 沈志敏

fix bug

... ... @@ -3,11 +3,9 @@
padding-top: 20px;
.coin-total {
padding: 40px 0;
padding: 38px 0;
background: white;
text-align: center;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
p:first-child {
font-size: 34px;
... ... @@ -39,10 +37,10 @@
.coin-detail-list {
padding: 0 30px;
background: white;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
li {
height: 128px;
display: flex;
padding: 20px 0;
border-bottom: 1px solid #eee;
... ...