鸿宇研学生前端代码
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.

34 lines
548 B

  1. .card {
  2. justify-content: flex-start;
  3. column-gap: 24rpx;
  4. padding: 40rpx 32rpx;
  5. font-family: PingFang SC;
  6. font-weight: 400;
  7. line-height: 1.4;
  8. background: #FFFFFF;
  9. border-radius: 32rpx;
  10. }
  11. .title {
  12. font-size: 32rpx;
  13. font-weight: 500;
  14. color: #181818;
  15. }
  16. .row {
  17. margin-top: 16rpx;
  18. display: flex;
  19. align-items: center;
  20. justify-content: flex-start;
  21. column-gap: 4rpx;
  22. font-size: 28rpx;
  23. &-label {
  24. color: #8B8B8B;
  25. }
  26. &-content {
  27. color: #393939;
  28. }
  29. }