aboutMy.css 705 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. overflow: hidden;
  15. }
  16. .version {
  17. height: 100rpx;
  18. color: #060809;
  19. text-align: center;
  20. margin: 0 auto;
  21. margin-top:24rpx;
  22. font-size: 28rpx;
  23. font-family: Futura, Futura;
  24. }
  25. .align-center{
  26. align-items: center;
  27. }
  28. .header_title{
  29. font-weight: 600;
  30. font-size: 36rpx;
  31. color: #060809;
  32. margin: 32rpx 0 12rpx;
  33. }
  34. .company-text{
  35. font-family: PingFangSC, PingFang SC;
  36. font-weight: 500;
  37. font-size: 24rpx;
  38. color: #060809;
  39. opacity: 0.4;
  40. text-align: center;
  41. }
  42. .company-text-view{
  43. margin-top: 700rpx;
  44. }