detail.less 6.7 KB

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