aboutMy.css 656 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. .container {
  2. background-color: #ffffff;
  3. height: 100vh;
  4. }
  5. .header_view {
  6. width: 100%;
  7. align-items: center;
  8. padding-top: 126rpx;
  9. }
  10. .header_img {
  11. width: 148rpx;
  12. height: 148rpx;
  13. border-radius: 32rpx;
  14. }
  15. .version {
  16. height: 100rpx;
  17. color: #AEAEAE;
  18. text-align: center;
  19. margin: 0 auto;
  20. margin-top:24rpx;
  21. font-size: 24rpx;
  22. }
  23. .align-center{
  24. align-items: center;
  25. }
  26. .header_title{
  27. font-weight: 600;
  28. font-size: 36rpx;
  29. color: #060809;
  30. margin: 32rpx 0 12rpx;
  31. }
  32. .company-text{
  33. font-family: PingFangSC, PingFang SC;
  34. font-weight: 500;
  35. font-size: 24rpx;
  36. color: #060809;
  37. opacity: 0.4;
  38. text-align: center;
  39. }
  40. .company-text-view{
  41. margin-top: 700rpx;
  42. }