detail.less 6.8 KB

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