portal.less 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  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. }
  92. }
  93. }
  94. .portal-desc-content {
  95. .ant-row {
  96. margin-bottom: 16px;
  97. }
  98. .interest {
  99. a,
  100. button {
  101. float: right;
  102. padding-right: 50px;
  103. line-height: 18px;
  104. i {
  105. vertical-align: middle;
  106. }
  107. }
  108. }
  109. }