aboutadms.css 982 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. .lr-aboutadms-page {
  2. position: relative;
  3. width: 100%;
  4. height: 100%;
  5. background-color: #fff;
  6. }
  7. .lr-aboutadms-page > div {
  8. position: absolute;
  9. top: 50%;
  10. width: 100%;
  11. margin-top: -200px;
  12. }
  13. .lr-aboutadms-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-aboutadms-page .img {
  22. text-align: center;
  23. }
  24. .lr-aboutadms-page .des {
  25. color: #666;
  26. margin: auto;
  27. width: 100%;
  28. padding: 5px 15px;
  29. font-size: 14px;
  30. }
  31. .lr-aboutadms-page .ver {
  32. text-align: center;
  33. font-size: 12px;
  34. color: #999;
  35. padding-top: 20px;
  36. }
  37. .about-us{
  38. width: 100%;
  39. height: 100px;
  40. line-height: 100px;
  41. font-size: 18px;
  42. text-align: center;
  43. margin-top: 40%;
  44. background-color: #EFEFF4;
  45. border-style: none;
  46. }