Commit c7a224c16719364a3d44c4eef121a5e58e9f634d

Authored by 王强
1 parent eb811ed8

购好物,页面上拉加载,“加载中”和“没有更多了”文字字号和行高调整~

Showing 1 changed file with 10 additions and 1 deletions
src/pages/common/common.less
@@ -25,7 +25,16 @@ body { @@ -25,7 +25,16 @@ body {
25 overflow: hidden; 25 overflow: hidden;
26 } 26 }
27 27
28 -.van-list__loading-text, .van-list__finished-text { 28 +/deep/ .van-list__loading {
  29 + .van-loading {
  30 + .van-loading__text {
  31 + font-size: 30px;
  32 + line-height: 100px;
  33 + }
  34 + }
  35 +}
  36 +
  37 +/deep/ .van-list__finished-text {
29 font-size: 30px; 38 font-size: 30px;
30 line-height: 100px; 39 line-height: 100px;
31 } 40 }