detail.less 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257
  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-bottom: 80px;
  70. }
  71. .detail-content {
  72. width: 600px;
  73. margin: 20px auto;
  74. padding-top: 20px;
  75. border: 1px solid #eee;
  76. .avatar-box {
  77. height: 120px;
  78. width: 120px;
  79. margin: 0 auto;
  80. padding-top: 120px;
  81. position: relative;
  82. img {
  83. position: absolute;
  84. top: 0;
  85. left: 0;
  86. height: 120px;
  87. width: auto;
  88. }
  89. }
  90. .interest {
  91. text-align: center;
  92. font-size: 14px;
  93. }
  94. .avatar-right {
  95. font-size: 16px;
  96. >div {
  97. margin-bottom: 10px;
  98. }
  99. .user-name {
  100. font-size: 20px;
  101. }
  102. .user-level {
  103. font-size: 18px;
  104. color: #ea0862;
  105. }
  106. .user-type {
  107. font-size: 14px;
  108. margin-left: 20px;
  109. border-radius: 4px;
  110. padding: 0 4px;
  111. background: #eee;
  112. }
  113. }
  114. .all-row {
  115. >div {
  116. line-height: 30px;
  117. vertical-align: middle;
  118. font-size: 16px;
  119. margin-bottom: 10px;
  120. }
  121. }
  122. .column-title {
  123. text-align: right;
  124. color: #999999;
  125. margin-right: 10px;
  126. }
  127. .column-text {
  128. color: #333;
  129. font-size: 18px;
  130. }
  131. }
  132. .detail-list {
  133. width: 1000px;
  134. margin: 0 auto;
  135. margin-top: 40px;
  136. padding: 20px;
  137. padding-bottom: 40px;
  138. border: 1px solid #eee;
  139. .list-title {
  140. width: 400px;
  141. height: 36px;
  142. vertical-align: middle;
  143. text-align: center;
  144. background: #fff;
  145. margin: 0 auto;
  146. margin-top: -36px;
  147. >img {
  148. vertical-align: middle;
  149. }
  150. >span {
  151. vertical-align: middle;
  152. margin-left: 10px;
  153. line-height: 36px;
  154. font-size: 28px;
  155. color: #58a3ff;
  156. }
  157. }
  158. .column-img {
  159. .img-box {
  160. height: 100px;
  161. width: 100px;
  162. float: left;
  163. margin-right: 30px;
  164. padding-top: 100px;
  165. overflow: hidden;
  166. position: relative;
  167. img {
  168. height: auto;
  169. width: 100px;
  170. position: absolute;
  171. top: 0;
  172. left: 0;
  173. }
  174. }
  175. }
  176. .detial_sub {
  177. line-height: 32px;
  178. .detial_sub_icon {
  179. vertical-align: middle;
  180. display: inline-block;
  181. height: 20px;
  182. width: 20px;
  183. padding-top: 20px;
  184. position: relative;
  185. img {
  186. position: absolute;
  187. top: 0;
  188. left: 0;
  189. height: 20px;
  190. }
  191. }
  192. .detial_sub_title {
  193. color: #666;
  194. margin-left: 6px;
  195. margin-right: 6px;
  196. }
  197. .detial_sub_text {
  198. color: #333;
  199. i {
  200. background: #ccc;
  201. border-radius: 2px;
  202. padding: 0 6px;
  203. margin-right: 6px;
  204. }
  205. }
  206. .money_text {
  207. color: #58a3ff;
  208. }
  209. .detial_sub_score {
  210. display: inline-block;
  211. width: 90px;
  212. >span {
  213. overflow: hidden;
  214. display: inline-block;
  215. vertical-align: top;
  216. }
  217. }
  218. }
  219. .detail_interest_sub {
  220. list-style: none;
  221. margin-bottom: 20px;
  222. >li {
  223. margin-top: 20px;
  224. border: 1px solid #ececec;
  225. padding: 0 20px 20px;
  226. }
  227. .interest_list_title {
  228. position: relative;
  229. line-height: 60px;
  230. padding-left: 60px;
  231. >img {
  232. width: 30px;
  233. position: absolute;
  234. left: -12px;
  235. top: -1px;
  236. }
  237. >span {
  238. font-size: 20px;
  239. color: #58a3ff;
  240. }
  241. .interest_list_confirm {
  242. position: absolute;
  243. right: 10px;
  244. top: 0;
  245. span {
  246. margin-right: 10px;
  247. }
  248. img {
  249. height: 22px;
  250. width: 22px;
  251. vertical-align: middle;
  252. }
  253. }
  254. }
  255. }
  256. }
  257. }