C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
190 B

  1. view text {
  2. display: block;
  3. }
  4. view text:nth-of-type(1) {
  5. padding: 20rpx 30rpx;
  6. font-size: 26rpx;
  7. color: #191919;
  8. letter-spacing: 0;
  9. text-align: justify;
  10. line-height: 46rpx;
  11. }