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.

aboutlearun.css 761 B

4 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .lr-about-page {
  2. position: relative;
  3. width: 100%;
  4. height: 100%;
  5. background-color: #fff;
  6. }
  7. .lr-about-page > div {
  8. position: absolute;
  9. top: 50%;
  10. width: 100%;
  11. margin-top: -250px;
  12. }
  13. .lr-about-page .title {
  14. color: #000;
  15. font-size: 14px;
  16. text-align: center;
  17. margin: auto;
  18. width: 100%;
  19. padding: 10px 0px;
  20. }
  21. .lr-about-page .img {
  22. text-align: center;
  23. }
  24. .lr-about-page .des {
  25. color: #666;
  26. margin: auto;
  27. width: 100%;
  28. padding: 5px 15px;
  29. font-size: 14px;
  30. }
  31. .lr-about-page .ver {
  32. text-align: center;
  33. font-size: 12px;
  34. color: #999;
  35. padding-top: 20px;
  36. }