Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 
 
 

155 рядки
3.0 KiB

  1. .lr-site-banner {
  2. position: relative;
  3. width: 100%;
  4. height: 350px;
  5. background-color: #fff;
  6. }
  7. .lr-site-banner-default {
  8. position: relative;
  9. width: 100%;
  10. height: 100%;
  11. }
  12. .lr-site-banner-default .img {
  13. width: 100%;
  14. height: 100%;
  15. }
  16. .lr-site-banner-default .title {
  17. position: absolute;
  18. top: 26px;
  19. left: 50%;
  20. margin-left: -100px;
  21. font-size: 20px;
  22. color: #333;
  23. }
  24. .lr-site-banner-swiper-container {
  25. display: none;
  26. }
  27. .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  28. bottom: 20px;
  29. }
  30. .lr-site-banner-title {
  31. position: absolute;
  32. bottom: 0;
  33. left: 0;
  34. width: 100%;
  35. height: 60px;
  36. background-color: #040404;
  37. opacity: 0.8;
  38. filter: alpha(opacity=80);
  39. line-height:60px;
  40. font-size:14px;
  41. color:#fff;
  42. }
  43. .lr-site-banner-title .lr-herf-item {
  44. padding:0 5px;
  45. cursor:pointer;
  46. }
  47. .lr-site-banner-title i {
  48. margin-right:10px;
  49. }
  50. .lr-site-body {
  51. position:relative;
  52. width:100%;
  53. min-height:600px;
  54. background-color:#fcfcfc;
  55. padding-top:65px;
  56. }
  57. .lr-site-body-container {
  58. position: relative;
  59. width: 100%;
  60. max-width: 990px;
  61. height: auto;
  62. margin: auto;
  63. padding-left:250px;
  64. }
  65. .lr-site-title {
  66. position: absolute;
  67. top: 0;
  68. left: 0;
  69. height: 50px;
  70. line-height: 49px;
  71. width: 100%;
  72. border-bottom: 1px solid #e5e5e5;
  73. font-size: 16px;
  74. color: #333;
  75. padding-left: 18px;
  76. }
  77. .lr-site-title:before {
  78. content: '';
  79. position: absolute;
  80. width: 8px;
  81. height: 30px;
  82. background: #2E81EA;
  83. left: 0;
  84. top: 10px;
  85. }
  86. .lr-site-body-left {
  87. position: absolute;
  88. top: 0;
  89. left: 0;
  90. width: 240px;
  91. background: #FFFFFF;
  92. box-shadow: 0 2px 4px 0 rgba(226,226,226,0.44);
  93. padding-top:50px;
  94. }
  95. .lr-site-body-left .lr-site-body-cotent {
  96. position:relative;
  97. width:100%;
  98. padding:20px;
  99. padding-bottom:10px;
  100. }
  101. .lr-site-title-item {
  102. position: relative;
  103. margin-bottom: 10px;
  104. width: 100%;
  105. height: 40px;
  106. line-height: 38px;
  107. border: 1px solid #E5E5E5;
  108. padding-left: 10px;
  109. font-size: 14px;
  110. color: #333333;
  111. cursor:pointer;
  112. }
  113. .lr-site-title-item.active {
  114. background: #D6E7FB;
  115. border: 1px solid #2E81EA;
  116. color: #2E81EA;
  117. }
  118. .lr-site-body-right {
  119. position: relative;
  120. width: 100%;
  121. padding-top: 50px;
  122. min-height: 500px;
  123. background: #FFFFFF;
  124. box-shadow: 0 2px 4px 0 rgba(226,226,226,0.44);
  125. }
  126. .lr-site-body-right .lr-site-body-cotent {
  127. position: relative;
  128. width: 100%;
  129. }
  130. .lr-site-body-page {
  131. text-align: center;
  132. position: relative;
  133. width: 100%;
  134. }
  135. .laypage_main a, .laypage_main input, .laypage_main span {
  136. line-height: 24px !important;
  137. }
  138. .laypage_main button {
  139. line-height: 26px !important;
  140. }