about.wxss 718 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. .about {
  2. padding-top: 286rpx;
  3. text-align: center;
  4. }
  5. .logo {
  6. width: 182rpx;
  7. height: 182rpx;
  8. vertical-align: middle;
  9. }
  10. .about-title {
  11. color: #1FE4DC;
  12. font-size: 40rpx;
  13. line-height: 56rpx;
  14. font-weight: bold;
  15. margin-top: 40rpx;
  16. }
  17. .about-sub-title {
  18. font-size: 24rpx;
  19. line-height: 40rpx;
  20. margin-top: 2rpx;
  21. }
  22. .about-bottom {
  23. position: absolute;
  24. bottom: 112rpx;
  25. text-align: left;
  26. font-size: 26rpx;
  27. padding: 0 44rpx 0 48rpx;
  28. }
  29. .about-desc {
  30. line-height: 40rpx;
  31. margin-bottom: 18rpx;
  32. }
  33. .about-sub-desc {
  34. color: #A3A4A5;
  35. line-height: 40rpx;
  36. border-bottom: 2rpx #e5e5e5 solid;
  37. padding-bottom: 46rpx;
  38. }
  39. .version {
  40. margin-top: 22rpx;
  41. text-align: center;
  42. color: #A3A4A5;
  43. }