detail.less 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256
  1. .wrap {
  2. width: 100%;
  3. margin: 0 auto;
  4. background: #ffffff;
  5. .portal-header {
  6. background: #f8f8f8;
  7. width: 100%;
  8. .portal-logo {
  9. width: 100%;
  10. margin: 0 auto;
  11. padding: 10px 0;
  12. .logo {
  13. width: 120px;
  14. padding-top: 60px;
  15. float: left;
  16. margin-left: 4%;
  17. position: relative;
  18. overflow: hidden;
  19. img {
  20. position: absolute;
  21. top: 0;
  22. right: 0;
  23. height: 60px;
  24. width: 60px;
  25. }
  26. }
  27. .portal-text {
  28. width: 1280px;
  29. line-height: 30px;
  30. font-size: 24px;
  31. margin: 0 auto;
  32. .alink {
  33. float: right;
  34. font-size: 14px;
  35. line-height: 30px;
  36. a {
  37. color: #333;
  38. padding: 0 8px;
  39. border-left: 1px solid #999999;
  40. }
  41. >a {
  42. &:first-child {
  43. border: none;
  44. }
  45. }
  46. }
  47. >span {
  48. padding-left: 20px;
  49. }
  50. }
  51. }
  52. }
  53. .footer {
  54. width: 100%;
  55. position: fixed;
  56. bottom: 0;
  57. left: 0;
  58. z-index: 1;
  59. text-align: center;
  60. padding: 6px 0;
  61. padding: 10px 0;
  62. text-align: center;
  63. background: #f0f0f0;
  64. p {
  65. line-height: 24px;
  66. }
  67. }
  68. .ant-spin-nested-loading {
  69. margin-top: 60px;
  70. margin-bottom: 80px;
  71. }
  72. .detail-content {
  73. width: 600px;
  74. margin: 20px auto;
  75. padding-top: 20px;
  76. border: 1px solid #eee;
  77. .avatar-box {
  78. height: 120px;
  79. width: 120px;
  80. margin: 0 auto;
  81. line-height: 120px;
  82. text-align: center;
  83. img {
  84. max-width: 120px;
  85. max-height: 120px;
  86. vertical-align: middle;
  87. }
  88. }
  89. .interest {
  90. text-align: center;
  91. font-size: 14px;
  92. }
  93. .avatar-right {
  94. font-size: 16px;
  95. >div {
  96. margin-bottom: 10px;
  97. }
  98. .user-name {
  99. font-size: 20px;
  100. }
  101. .user-level {
  102. font-size: 18px;
  103. color: #ea0862;
  104. }
  105. .user-type {
  106. font-size: 14px;
  107. margin-left: 20px;
  108. border-radius: 4px;
  109. padding: 0 4px;
  110. background: #eee;
  111. }
  112. }
  113. .all-row {
  114. >div {
  115. line-height: 30px;
  116. vertical-align: middle;
  117. font-size: 16px;
  118. margin-bottom: 10px;
  119. }
  120. }
  121. .column-title {
  122. text-align: right;
  123. color: #999999;
  124. margin-right: 10px;
  125. }
  126. .column-text {
  127. color: #333;
  128. font-size: 18px;
  129. }
  130. }
  131. .detail-list {
  132. width: 1200px;
  133. margin: 0 auto;
  134. margin-top: 40px;
  135. padding: 20px;
  136. padding-bottom: 40px;
  137. border: 1px solid #eee;
  138. .list-title {
  139. width: 400px;
  140. height: 36px;
  141. vertical-align: middle;
  142. text-align: center;
  143. background: #fff;
  144. margin: 0 auto;
  145. margin-top: -36px;
  146. >img {
  147. vertical-align: middle;
  148. }
  149. >span {
  150. vertical-align: middle;
  151. margin-left: 10px;
  152. line-height: 36px;
  153. font-size: 28px;
  154. color: #58a3ff;
  155. }
  156. }
  157. .column-img {
  158. .img-box {
  159. height: 100px;
  160. width: 100px;
  161. float: left;
  162. margin-right: 30px;
  163. padding-top: 100px;
  164. overflow: hidden;
  165. position: relative;
  166. img {
  167. height: auto;
  168. width: 100px;
  169. position: absolute;
  170. top: 0;
  171. left: 0;
  172. }
  173. }
  174. }
  175. .detial_sub {
  176. line-height: 27px;
  177. .detial_sub_icon {
  178. vertical-align: middle;
  179. display: inline-block;
  180. height: 20px;
  181. width: 20px;
  182. padding-top: 20px;
  183. position: relative;
  184. img {
  185. position: absolute;
  186. top: 0;
  187. left: 0;
  188. height: 20px;
  189. }
  190. }
  191. .detial_sub_title {
  192. color: #666;
  193. margin-left: 6px;
  194. margin-right: 6px;
  195. }
  196. .detial_sub_text {
  197. color: #333;
  198. i {
  199. background: #ccc;
  200. border-radius: 2px;
  201. padding: 0 6px;
  202. margin-right: 6px;
  203. }
  204. }
  205. .money_text {
  206. color: #58a3ff;
  207. }
  208. .detial_sub_score {
  209. display: inline-block;
  210. width: 90px;
  211. >span {
  212. overflow: hidden;
  213. display: inline-block;
  214. vertical-align: top;
  215. }
  216. }
  217. }
  218. .detail_interest_sub {
  219. list-style: none;
  220. margin-bottom: 20px;
  221. >li {
  222. margin-top: 20px;
  223. border: 1px solid #ececec;
  224. padding: 0 20px 20px;
  225. }
  226. .interest_list_title {
  227. position: relative;
  228. line-height: 60px;
  229. padding-left: 60px;
  230. >img {
  231. width: 30px;
  232. position: absolute;
  233. left: -12px;
  234. top: -1px;
  235. }
  236. >span {
  237. font-size: 20px;
  238. color: #58a3ff;
  239. }
  240. .interest_list_confirm {
  241. position: absolute;
  242. right: 10px;
  243. top: 0;
  244. span {
  245. margin-right: 10px;
  246. }
  247. img {
  248. height: 22px;
  249. width: 22px;
  250. vertical-align: middle;
  251. }
  252. }
  253. }
  254. }
  255. }
  256. }