index.scss 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246
  1. .resource-details {
  2. background: #e2e2e2;
  3. .jianjie {
  4. background: #fff;
  5. }
  6. .img-box {
  7. position: relative;
  8. .img-box-text {
  9. position: absolute;
  10. left: 0;
  11. bottom: 0;
  12. background: rgba(0, 0, 0, 0.4);
  13. width: 100%;
  14. height: 40px;
  15. line-height: 40px;
  16. padding: 0 16px;
  17. box-sizing: border-box;
  18. color: #fff;
  19. font-size: 14px;
  20. }
  21. }
  22. .title-box {
  23. padding: 16px 16px 4px 16px;
  24. .title-box-name {
  25. height: 45px;
  26. line-height: 45px;
  27. font-size: 22px;
  28. font-weight: bolder;
  29. vertical-align: baseline;
  30. margin: 0 0 8px 0;
  31. // .title-value{
  32. // width: 70%;
  33. // display: inline-block;
  34. // }
  35. .title-type {
  36. // color: #F60;
  37. display: inline-block;
  38. padding: 5px;
  39. font-size: 15px;
  40. font-weight: 400;
  41. vertical-align: baseline;
  42. }
  43. }
  44. }
  45. .title-box-point {
  46. .aa {
  47. margin: 0 5px 5px 0;
  48. }
  49. }
  50. .title-label-box {
  51. padding: 20px 16px;
  52. text-align: center;
  53. .title-label-box-item {
  54. border-right: 1px solid #e2e2e2;
  55. &.lasth {
  56. border-right: 1px solid transparent;
  57. }
  58. text {
  59. font-weight: bold;
  60. }
  61. .title-label-box-item-title {
  62. font-size: 14px;
  63. color: #333333;
  64. padding: 2px 0 2px 0;
  65. }
  66. }
  67. }
  68. .box-title {
  69. padding: 0 16px;
  70. // margin: 0 0 5px 0;
  71. // font-size: 20px;
  72. // font-weight: bold;
  73. height: 30px;
  74. line-height: 20px;
  75. text {
  76. font-size: 14px;
  77. color: #333333;
  78. font-weight: 400;
  79. padding: 0 0 0 10px;
  80. }
  81. }
  82. .brief-box {
  83. .brief-box-main {
  84. padding: 0 16px;
  85. line-height: 28px;
  86. font-size: 13px;
  87. text-align: justify;
  88. height: 90px;
  89. overflow: hidden;
  90. text-overflow: ellipsis;
  91. -webkit-line-clamp: 3;
  92. display: -webkit-box;
  93. -webkit-box-orient: vertical;
  94. }
  95. }
  96. .cengban {
  97. background: #fff;
  98. // border-bottom-left-radius: 20px;
  99. // border-bottom-right-radius: 20px;
  100. overflow: hidden;
  101. margin: 1px 0 0 0;
  102. padding: 10px 0 20px 0;
  103. .cengban-item {
  104. line-height: 30px;
  105. text-align: justify;
  106. padding: 0 16px;
  107. }
  108. }
  109. .huiyi,
  110. .kefang,
  111. .canting,
  112. .sheshi {
  113. // border-radius: 20px;
  114. overflow: hidden;
  115. background: #fff;
  116. // margin: 8px 0 0 0;
  117. padding: 10px 0;
  118. min-height: 400px;
  119. &.cengban{
  120. min-height: 0px;
  121. }
  122. .huiyi-main {
  123. padding: 0 16px;
  124. .huiyi-item {
  125. display: block;
  126. padding: 12px 0;
  127. border-top: 1px solid #e2e2e2;
  128. &::after,
  129. &::before {
  130. content: "";
  131. display: block;
  132. clear: both;
  133. }
  134. &.hide {
  135. display: none;
  136. }
  137. &:last-child {
  138. // border-bottom: 1px solid transparent;
  139. }
  140. .hui-item-left {
  141. float: left;
  142. width: 120px;
  143. box-sizing: border-box;
  144. }
  145. .hui-item-right {
  146. float: left;
  147. width: calc(100% - 120px);
  148. padding: 0 10px 0 16px;
  149. box-sizing: border-box;
  150. .item-title {
  151. font-size: 17px;
  152. font-weight: bold;
  153. height: 35px;
  154. line-height: 35px;
  155. }
  156. >view {
  157. font-size: 13px;
  158. line-height: 22px;
  159. }
  160. }
  161. }
  162. .huiyi-item-btn {
  163. padding: 10px 0 0 0;
  164. }
  165. }
  166. }
  167. .sheshi-main {
  168. padding: 0 16px;
  169. .sheshi-title {
  170. // line-height: 30px;
  171. vertical-align: top;
  172. // view{
  173. // display: inline-block;
  174. // vertical-align: top;
  175. // }
  176. .text{
  177. display: inline-block;
  178. padding:0 5px;
  179. font-size: 14px;
  180. font-weight: bold;
  181. height: 30px;
  182. line-height: 25px;
  183. vertical-align: top;
  184. }
  185. }
  186. .sheshi-item-box{
  187. padding:0 0 10px 24px;
  188. font-size: 13px;
  189. line-height: 26px;
  190. }
  191. }
  192. .peitao {
  193. margin: 10px 0 0 0;
  194. }
  195. .detail {
  196. background: #fff;
  197. min-height:400px ;
  198. .detail-main {
  199. padding: 16px;
  200. line-height: 26px;
  201. font-size: 13px;
  202. text-align: justify;
  203. text-indent: 28px;
  204. }
  205. }
  206. }