index.scss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. .page-wrap {
  2. min-height: 100vh;
  3. background: #fff;
  4. }
  5. .header-panel {
  6. height: 164.84rpx;
  7. display: flex;
  8. align-items: center;
  9. border-bottom: 1rpx solid #e0e0e0;
  10. padding: 0 41.21rpx;
  11. .avatar {
  12. width: 96.15rpx;
  13. height: 96.15rpx;
  14. margin-right: 16.48rpx;
  15. }
  16. .info {
  17. flex: 1;
  18. position: relative;
  19. padding-right: 68.68rpx;
  20. }
  21. .arrow {
  22. width: 41.21rpx;
  23. height: 41.21rpx;
  24. position: absolute;
  25. right: 0;
  26. top: 50%;
  27. transform: translateY(-50%);
  28. }
  29. .name {
  30. font-size: 32.97rpx;
  31. }
  32. .company {
  33. font-size: 27.47rpx;
  34. color: #666;
  35. margin-top: 5.49rpx;
  36. }
  37. }
  38. .menu-panel {
  39. display: flex;
  40. justify-content: center;
  41. padding: 41.21rpx 0;
  42. .item {
  43. display: flex;
  44. flex-direction: column;
  45. align-items: center;
  46. font-size: 27.47rpx;
  47. margin: 0 27.47rpx;
  48. }
  49. .icon {
  50. width: 61.81rpx;
  51. height: 67.31rpx;
  52. margin-bottom: 20.6rpx;
  53. }
  54. }
  55. .nav-panel {
  56. overflow: hidden;
  57. .item {
  58. float: left;
  59. margin: 0 0 20.6rpx 31.59rpx;
  60. border-radius: 10.99rpx;
  61. padding: 27.47rpx 0 0 34.34rpx;
  62. box-sizing: border-box;
  63. width: 329.67rpx;
  64. height: 164.84rpx;
  65. color: #fff;
  66. position: relative;
  67. overflow: hidden;
  68. font-size: 0;
  69. &-1 {
  70. height: 348.9rpx;
  71. background: linear-gradient(222.435558821297deg, rgba(49, 148, 248, 1) -2%, rgba(31, 113, 249, 1) 100%);
  72. .icon {
  73. width: 203.3rpx;
  74. height: 203.3rpx;
  75. right: 0;
  76. bottom: -13.74rpx;
  77. }
  78. .desc {
  79. line-height: 1.7;
  80. }
  81. }
  82. &-2 {
  83. background: linear-gradient(243.434948822922deg, rgba(255, 175, 34, 1) 0%, rgba(253, 153, 27, 1) 99%);
  84. }
  85. &-3 {
  86. background: linear-gradient(243.434948822922deg, rgba(253, 113, 78, 1) 0%, rgba(246, 78, 76, 1) 99%);
  87. }
  88. &-4 {
  89. background: linear-gradient(243.434948822922deg, rgba(253, 91, 132, 1) 0%, rgba(251, 73, 106, 1) 99%);
  90. }
  91. &-5 {
  92. background: linear-gradient(243.434948822922deg, rgba(0, 193, 226, 1) 0%, rgba(0, 146, 218, 1) 99%);
  93. }
  94. &-6 {
  95. background: linear-gradient(243.434948822922deg, rgba(85, 130, 247, 1) 0%, rgba(62, 102, 227, 1) 99%);
  96. }
  97. &-7 {
  98. background: linear-gradient(243.434948822922deg, rgba(151, 115, 249, 1) 0%, rgba(126, 88, 235, 1) 97%);
  99. }
  100. }
  101. .name {
  102. font-size: 30.22rpx;
  103. font-weight: bold;
  104. margin-bottom: 5.49rpx;
  105. }
  106. .desc {
  107. font-size: 24.73rpx;
  108. position: relative;
  109. z-index: 1;
  110. line-height: 1.4;
  111. }
  112. .icon {
  113. position: absolute;
  114. right: -13.74rpx;
  115. bottom: -13.74rpx;
  116. width: 133.24rpx;
  117. height: 133.24rpx;
  118. }
  119. }
  120. .banner {
  121. width: 686.81rpx;
  122. height: 278.85rpx;
  123. display: block;
  124. margin: auto;
  125. }
  126. .foot-panel {
  127. text-align: center;
  128. padding: 41.21rpx 0;
  129. font-size: 21.98rpx;
  130. color: #999;
  131. .link {
  132. color: #0384d6;
  133. }
  134. }