Authored by 肖亚东

活动详情行间距修改

@@ -46,6 +46,11 @@ @@ -46,6 +46,11 @@
46 46
47 .newsDetail-content { 47 .newsDetail-content {
48 margin-bottom: 30rpx; 48 margin-bottom: 30rpx;
  49 + font-family: PingFang-SC-Regular;
  50 + color: #444;
  51 + line-height: 50rpx;
  52 + word-break: break-word;
  53 + word-wrap: break-word;
49 } 54 }
50 55
51 .newsDetail-detail-page .apply-button { 56 .newsDetail-detail-page .apply-button {
@@ -66,7 +66,7 @@ @@ -66,7 +66,7 @@
66 margin-bottom: 30rpx; 66 margin-bottom: 30rpx;
67 font-family: PingFang-SC-Regular; 67 font-family: PingFang-SC-Regular;
68 color: #444; 68 color: #444;
69 - line-height: 54rpx; 69 + line-height: 50rpx;
70 word-break: break-word; 70 word-break: break-word;
71 word-wrap: break-word; 71 word-wrap: break-word;
72 } 72 }