portal.less 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  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. .portal-content {
  69. width: 1280px;
  70. margin: 0 auto; //background: #e0e0e0;
  71. padding-top: 20px;
  72. padding-bottom: 60px;
  73. .search-criteria {
  74. margin-bottom: 10px;
  75. border-bottom: 1px dotted #ccc;
  76. }
  77. .ant-radio-group {
  78. >label {
  79. border-radius: 0px;
  80. border: 1px solid #d9d9d9;
  81. margin-right: 10px;
  82. margin-bottom: 10px;
  83. }
  84. .ant-radio-button-wrapper-checked {
  85. border: 1px solid #58a3ff;
  86. box-shadow: none;
  87. }
  88. }
  89. .search-title {
  90. text-align: center;
  91. span {
  92. line-height: 28px;
  93. }
  94. }
  95. ul {
  96. box-sizing: border-box;
  97. .user-detail {
  98. float: left;
  99. height: auto;
  100. width: 20%;
  101. background: #fff;
  102. .logo {
  103. height: 120px;
  104. width: 120px;
  105. position: relative;
  106. padding-top: 120px;
  107. margin: 0 auto;
  108. img {
  109. height: 120px;
  110. width:auto;
  111. position: absolute;
  112. top: 0;
  113. left: 0;
  114. }
  115. }
  116. >div:not(:first-child) {
  117. font-size: 16px;
  118. margin-left: 20px;
  119. height: 24px;
  120. line-height: 24px;
  121. vertical-align: middle;
  122. }
  123. .name {
  124. margin-top: 10px;
  125. }
  126. .follow {
  127. float: right;
  128. font-size: 13px;
  129. margin-right: 10px;
  130. }
  131. }
  132. }
  133. }
  134. }
  135. .portal-desc-content {
  136. .ant-row {
  137. margin-bottom: 16px;
  138. }
  139. .interest {
  140. a,
  141. button {
  142. float: right;
  143. padding-right: 50px;
  144. line-height: 18px;
  145. i {
  146. vertical-align: middle;
  147. }
  148. }
  149. }
  150. }