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.
 
 
 
 
 
 

126 lines
2.2 KiB

  1. .lr-site-body-right {
  2. position: relative;
  3. width: 100%;
  4. padding-top: 50px;
  5. background: #FFFFFF;
  6. box-shadow: 0 2px 4px 0 rgba(226,226,226,0.44);
  7. }
  8. .lr-site-body-right .lr-site-body-cotent {
  9. position: relative;
  10. width: 100%;
  11. min-height: 500px;
  12. border: 1px dashed #fff;
  13. cursor: pointer;
  14. overflow-x: hidden;
  15. }
  16. .lr-site-body-page {
  17. text-align: center;
  18. position: relative;
  19. width: 100%;
  20. }
  21. .laypage_main a, .laypage_main input, .laypage_main span {
  22. line-height: 24px !important;
  23. }
  24. .laypage_main button {
  25. line-height: 26px !important;
  26. }
  27. .lr-site-body-right .lr-site-body-cotent {
  28. padding-top: 10px;
  29. }
  30. .lr-site-body-list {
  31. position: relative;
  32. width: 100%;
  33. padding: 20px;
  34. }
  35. .lr-site-body-list-item {
  36. position: relative;
  37. width: 100%;
  38. height: 60px;
  39. line-height: 60px;
  40. background-color: #fff;
  41. padding: 0 90px 0 20px;
  42. font-size: 16px;
  43. color: #333333;
  44. cursor: pointer;
  45. }
  46. .lr-site-body-list-item:nth-child(odd) {
  47. background-color: #FAFAFA;
  48. }
  49. .lr-site-body-list-item .text {
  50. position: relative;
  51. width: 100%;
  52. height: 100%;
  53. overflow: hidden;
  54. white-space: nowrap;
  55. text-overflow: ellipsis;
  56. }
  57. .lr-site-body-list-item .date {
  58. position: absolute;
  59. top: 0;
  60. right: 0;
  61. width: 90px;
  62. height: 100%;
  63. overflow: hidden;
  64. white-space: nowrap;
  65. text-overflow: ellipsis;
  66. }
  67. #lr_body_cotent {
  68. min-height: 640px;
  69. }
  70. /*图片列表*/
  71. .lr-site-img-item {
  72. position: relative;
  73. padding: 10px;
  74. }
  75. .lr-site-img-content2 {
  76. padding-bottom: 80px;
  77. cursor: pointer;
  78. position: relative;
  79. width: 100%;
  80. border: 1px solid #E5E5E5;
  81. }
  82. .lr-site-img-content2 .img {
  83. width: 100%;
  84. height: 160px;
  85. }
  86. .lr-site-img-item .text {
  87. position: absolute;
  88. bottom: 0;
  89. left: 0;
  90. width: 100%;
  91. height: 80px;
  92. line-height: 80px;
  93. text-align: center;
  94. font-size: 16px;
  95. color: #333333;
  96. overflow: hidden;
  97. white-space: nowrap;
  98. text-overflow: ellipsis;
  99. }
  100. .row {
  101. padding: 10px;
  102. }