Authored by 郝肖肖

Merge branch 'feature/yohoCoin' into release/5.2

@@ -357,7 +357,6 @@ @@ -357,7 +357,6 @@
357 .play-pan { 357 .play-pan {
358 font-size: 14px; 358 font-size: 14px;
359 width: 100%; 359 width: 100%;
360 - height: 155px;  
361 360
362 .num-list-width { 361 .num-list-width {
363 width: 380px; 362 width: 380px;
@@ -370,7 +369,9 @@ @@ -370,7 +369,9 @@
370 li { 369 li {
371 margin-top: 15px; 370 margin-top: 15px;
372 overflow: hidden; 371 overflow: hidden;
373 - 372 + &:first-child {
  373 + margin-top: 0;
  374 + }
374 &:last-child { 375 &:last-child {
375 margin-top: 28px; 376 margin-top: 28px;
376 } 377 }