Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 

84 righe
1.6 KiB

  1. .lr-site-body-right .lr-site-body-cotent {
  2. padding-top: 260px;
  3. }
  4. .lr-site-swiper-container {
  5. position: relative;
  6. width: 100%;
  7. height: 100%;
  8. }
  9. .lr-site-body-img {
  10. position: absolute;
  11. width: 100%;
  12. height: 260px;
  13. padding: 20px 20px 0 20px;
  14. top: 0;
  15. left: 0;
  16. }
  17. .lr-site-body-img .img {
  18. position: relative;
  19. width: 100%;
  20. height: 100%;
  21. }
  22. .lr-site-swiper-container .swiper-pagination-bullet {
  23. height: 10px;
  24. width: 10px;
  25. background-color: #e4e4e4;
  26. opacity: 1;
  27. border-radius: 0;
  28. }
  29. .lr-site-swiper-container .swiper-pagination-bullet-active {
  30. background-color: #2E81EA;
  31. }
  32. .lr-site-swiper-container .swiper-pagination {
  33. bottom: 8px;
  34. right: 8px;
  35. width: auto !important;
  36. text-align: right;
  37. }
  38. .lr-site-body-list {
  39. position: relative;
  40. width: 100%;
  41. padding: 20px;
  42. }
  43. .lr-site-body-list-item {
  44. position: relative;
  45. width: 100%;
  46. height: 60px;
  47. line-height: 60px;
  48. background-color: #fff;
  49. padding: 0 90px 0 20px;
  50. font-size: 16px;
  51. color: #333333;
  52. cursor:pointer;
  53. }
  54. .lr-site-body-list-item:nth-child(odd) {
  55. background-color: #FAFAFA;
  56. }
  57. .lr-site-body-list-item .text {
  58. position: relative;
  59. width: 100%;
  60. height: 100%;
  61. overflow: hidden;
  62. white-space: nowrap;
  63. text-overflow: ellipsis;
  64. }
  65. .lr-site-body-list-item .date {
  66. position: absolute;
  67. top: 0;
  68. right: 0;
  69. width: 90px;
  70. height: 100%;
  71. overflow: hidden;
  72. white-space: nowrap;
  73. text-overflow: ellipsis;
  74. }