messageInfo.wxss 341 B

1234567891011121314151617181920
  1. .center {
  2. width: 100%;
  3. height: 100%;
  4. }
  5. .title {
  6. padding: 30rpx 30rpx 0 24rpx;
  7. font-size: 32rpx;
  8. font-family: PingFang SC;
  9. font-weight: bold;
  10. color: #333333;
  11. }
  12. .tip {
  13. padding: 38rpx 32rpx 28rpx 24rpx;
  14. font-size: 24rpx;
  15. font-family: PingFang SC;
  16. font-weight: 500;
  17. color: #666666;
  18. border-bottom: 1px solid #E9E9E9;
  19. }