txt.wxss 269 B

123456789101112131415161718
  1. .container {
  2. font-size: 24rpx;
  3. color: #999999;
  4. display: flex;
  5. align-items: center;
  6. justify-content: start;
  7. line-height: 24rpx;
  8. }
  9. .text {
  10. font-size: 24rpx;
  11. line-height: 24rpx;
  12. }
  13. .icon {
  14. font-size: 30rpx;
  15. padding-right: 13rpx;
  16. }