guidance.css 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  1. @charset "utf-8";
  2. .div-date {
  3. width: 120px;
  4. height: 17px;
  5. background: #DCDCDC;
  6. line-height: 17px;
  7. border-radius: 10px;
  8. font-size: 12px;
  9. color: #A9A9A9;
  10. text-align: center;
  11. vertical-align: middle;
  12. margin: 10px auto;
  13. }
  14. .n-list {
  15. border: 1px solid #DCDCDC;
  16. border-radius: 6px;
  17. margin: 0 10px;
  18. }
  19. .n-list-li {
  20. padding-bottom: 0;
  21. padding-top: 6px;
  22. }
  23. .icon-news {
  24. position: absolute;
  25. top: 0;
  26. right: 0;
  27. width: 30px;
  28. height: 30px;
  29. background-image: url(../images/new_icon.png);
  30. background-repeat: no-repeat;
  31. background-position: top right;
  32. background-size: cover;
  33. }
  34. .div-title {
  35. font-size: 16px;
  36. color: #333333;
  37. padding-bottom: 8px;
  38. }
  39. .div-name {
  40. padding-top: 8px;
  41. font-size: 12px;
  42. }
  43. .div-type {
  44. font-size: 11px;
  45. margin-bottom: 12px;
  46. }
  47. .div-list-info {
  48. -webkit-box-flex: 1;
  49. -moz-box-flex: 1;
  50. box-flex: 1;
  51. display: -moz-box;
  52. display: -webkit-box;
  53. font-size: 14px;
  54. overflow: hidden;
  55. -webkit-line-clamp: 4;
  56. height: 80px;
  57. line-height: 20px;
  58. padding-top: 15px;
  59. -webkit-box-orient: vertical;
  60. }
  61. .div-img {
  62. width: 320px;
  63. height: 184px;
  64. background: url(../../../images/shujuweikong_img.png) no-repeat center top;
  65. background-size: 320px 184px;
  66. margin: 60px auto 0px;
  67. }
  68. .div-no-content {
  69. vertical-align: middle;
  70. margin: 15px auto 30px;
  71. text-align: center;
  72. }
  73. .list-area {
  74. position: relative;
  75. padding-left: 10px;
  76. border-top: 1px solid #DCDCDC;
  77. }
  78. .list-area p {
  79. height: 30px;
  80. line-height: 30px;
  81. }
  82. .form li {
  83. padding: 10px 0;
  84. margin-left: 10px;
  85. border-color: #e1e1e1;
  86. }
  87. .form .c-list-key {
  88. min-width: 70px;
  89. line-height: 25px;
  90. margin-right: 20px;
  91. font-size: 16px;
  92. display: box;
  93. display: -webkit-box;
  94. -webkit-box-orient: vertical;
  95. -webkit-box-pack: center;
  96. }
  97. .form .c-list-info {
  98. padding-right: 10px;
  99. }
  100. .form .c-list-info > p {
  101. font-size: 14px;
  102. }
  103. .form .list-child > li {
  104. padding-left: 10px;
  105. margin-left: 0;
  106. }
  107. .form h4 {
  108. line-height: 25px;
  109. font-size: 16px;
  110. }
  111. .form .list-txt {
  112. line-height: 22px;
  113. padding-right: 10px;
  114. font-size: 14px;
  115. }
  116. .form .input-group {
  117. padding-right: 10px;
  118. }
  119. .form .form-textarea {
  120. padding: 0;
  121. border: none;
  122. }
  123. .upload-list {
  124. padding-right: 10px;
  125. }
  126. .upload-list li {
  127. width: 70px;
  128. height: 70px;
  129. padding: 0;
  130. margin: 0 10px 0 0;
  131. box-sizing: border-box;
  132. -webkit-box-sizing: border-box;
  133. -moz-box-sizing: border-box;
  134. display: box;
  135. display: -webkit-box;
  136. -webkit-box-orient: vertical;
  137. -webkit-box-pack: center;
  138. }
  139. .upload-list li:last-child {
  140. border: 1px dashed #DCDCDC;
  141. }
  142. .icon-add{
  143. display: block;
  144. width: 30px;
  145. height: 30px;
  146. margin: 0 auto;
  147. background-image: url(../images/tianjia_jiaren_icon.png);
  148. background-repeat: no-repeat;
  149. background-position: center;
  150. background-size: cover;
  151. }
  152. #detailBox {
  153. padding-bottom: 80px;
  154. }
  155. .list-tool {
  156. background: none;
  157. }
  158. .list-tool li {
  159. margin-left: 10px;
  160. }
  161. .list-tool .c-list-key {
  162. margin-top: 2px;
  163. margin-right: 10px;
  164. }
  165. .list-tool .talk {
  166. position: relative;
  167. width: 80%;
  168. padding: 10px;
  169. box-sizing: border-box;
  170. -moz-box-sizing: border-box;
  171. -webkit-box-sizing: border-box;
  172. background-color: #47a8ef;
  173. border-radius: 12px;
  174. }
  175. .list-tool .talk:after {
  176. position: absolute;
  177. top: 15px;
  178. left: -8px;
  179. font-size: 0;
  180. line-height: 0;
  181. width: 0;
  182. height: 0;
  183. content: '';
  184. border-color: transparent;
  185. border-style: dashed;
  186. border-right: 5px solid #47a8ef;
  187. }
  188. .list-tool .talk p {
  189. line-height: 22px;
  190. font-size: 14px;
  191. color: #fff;
  192. }
  193. #footer {
  194. position: absolute;
  195. bottom: 0;
  196. left: 0;
  197. z-index: 5;
  198. width: 100%;
  199. }
  200. .btn-green {
  201. height: 40px;
  202. line-height: 40px !important;
  203. padding: 0;
  204. font-size: 16px;
  205. background-color: #74bf00;
  206. }
  207. #content_text{
  208. word-break: break-all;
  209. }