aboutrenlian.css 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. }
  37. .lr-article-title{
  38. width: 100%;
  39. height: 100%;
  40. font-size: 16px;
  41. text-align: center;
  42. font-weight: bold;
  43. }
  44. .value{
  45. text-align: center;
  46. }
  47. .contact-us{
  48. width: 100%;
  49. height: 100px;
  50. line-height: 100px;
  51. font-size: 18px;
  52. text-align: center;
  53. margin-top: 40%;
  54. background-color: #EFEFF4;
  55. border-style: none;
  56. }
  57. .lr-list-item{
  58. background-color: #fff;
  59. }