index.less 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. .preInIcss {
  2. z-index: 20;
  3. position: fixed;
  4. top: 50px;
  5. bottom: 10px;
  6. width: 450px;
  7. right: 10px;
  8. background-color: #fff;
  9. overflow: hidden;
  10. .scrollWrap {
  11. overflow: auto;
  12. height: 100%;
  13. padding-bottom: 30px;
  14. }
  15. .title {
  16. height: 40px;
  17. line-height: 40px;
  18. position: relative;
  19. padding-left: 20px;
  20. border-bottom: 1px solid #979797;
  21. span {
  22. font-size: 16px;
  23. }
  24. img {
  25. position: absolute;
  26. right: 10px;
  27. top: 8px;
  28. cursor: pointer;
  29. }
  30. }
  31. .mainPre {
  32. padding: 15px 20px 15px 20px;
  33. font-size: 14px;
  34. border-bottom: 5px solid #f5f5f5;
  35. li {
  36. // line-height: 18px;
  37. padding: 5px 0;
  38. span {
  39. color: #000;
  40. font-weight: bold;
  41. }
  42. .current {
  43. // height: 24px;
  44. overflow: hidden;
  45. }
  46. .curStyle {
  47. padding: 0 0 5px 0;
  48. }
  49. .slideTgl {
  50. line-height: 18px;
  51. padding: 5px 0;
  52. }
  53. .last {
  54. font-weight: bold;
  55. line-height: 18px;
  56. padding: 5px 0;
  57. }
  58. .preImg {
  59. .img {
  60. width: 120px;
  61. height: 145px;
  62. float: left;
  63. margin-right: 10px;
  64. margin-top: 10px;
  65. border: 1px solid #ccc;
  66. overflow: hidden;
  67. position: relative;
  68. .report {
  69. width: 100%;
  70. }
  71. .mimi {
  72. position: absolute;
  73. bottom: 8px;
  74. right: 8px;
  75. width: 15px;
  76. cursor: pointer;
  77. }
  78. }
  79. .img:nth-child(3n+3){
  80. margin-right: 0;
  81. }
  82. }
  83. }
  84. }
  85. .slidesx {
  86. cursor: pointer;
  87. color: #58ACD7;
  88. text-align: right;
  89. img {
  90. width: 15px;
  91. height: 15px;
  92. position: relative;
  93. top: 2px;
  94. }
  95. }
  96. .pushPre {
  97. width: 50px;
  98. height: 26px;
  99. line-height: 26px;
  100. background-color: #3B9ED0;
  101. border-radius: 4px;
  102. color: #fff;
  103. text-align: center;
  104. font-size: 12px;
  105. margin-top: 15px;
  106. cursor: pointer;
  107. }
  108. }