index.scss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. .page-wrap {
  2. padding-bottom: 41.21rpx;
  3. }
  4. .header-panel {
  5. height: 274.73rpx;
  6. background: rgba(0, 210, 195, 1);
  7. font-size: 27.47rpx;
  8. display: flex;
  9. align-items: center;
  10. color: #fff;
  11. .avatar {
  12. width: 123.63rpx;
  13. height: 123.63rpx;
  14. margin: 0 39.84rpx 0 53.57rpx;
  15. border-radius: 50%;
  16. }
  17. .btn {
  18. width: 151.1rpx;
  19. height: 54.95rpx;
  20. line-height: 52.2rpx;
  21. border: 1px solid #fff;
  22. border-radius: 2.75rpx;
  23. font-size: 27.47rpx;
  24. background: transparent;
  25. color: #fff;
  26. padding: 0;
  27. margin: 0;
  28. &::after {
  29. display: none;
  30. }
  31. }
  32. .info {
  33. flex: 1;
  34. line-height: 1;
  35. position: relative;
  36. padding-right: 82.42rpx;
  37. .name {
  38. font-size: 38.46rpx;
  39. margin-bottom: 16.48rpx;
  40. white-space: nowrap;
  41. overflow: hidden;
  42. text-overflow: ellipsis;
  43. }
  44. .company {
  45. white-space: nowrap;
  46. overflow: hidden;
  47. text-overflow: ellipsis;
  48. }
  49. .arrow {
  50. width: 23.35rpx;
  51. height: 43.96rpx;
  52. position: absolute;
  53. right: 53.57rpx;
  54. top: 50%;
  55. transform: translateY(-50%);
  56. }
  57. }
  58. }
  59. .menu-panel {
  60. display: flex;
  61. background: #fff;
  62. position: relative;
  63. font-size: 27.47rpx;
  64. &::after {
  65. content: '';
  66. position: absolute;
  67. left: 0%;
  68. bottom: 0%;
  69. right: 0;
  70. height: 1rpx;
  71. background: #e0e0e0;
  72. }
  73. .item {
  74. flex: 1;
  75. height: 151.1rpx;
  76. display: flex;
  77. flex-direction: column;
  78. align-items: center;
  79. justify-content: center;
  80. position: relative;
  81. &:before {
  82. content: '';
  83. width: 1rpx;
  84. position: absolute;
  85. left: 0%;
  86. top: 0;
  87. bottom: 0%;
  88. background: #e0e0e0;
  89. }
  90. &:first-child::before {
  91. display: none;
  92. }
  93. .icon {
  94. width: 54.95rpx;
  95. height: 54.95rpx;
  96. margin-bottom: 13.74rpx;
  97. }
  98. .badge{
  99. position: absolute;
  100. left: 50%;
  101. top: 13.74rpx;
  102. margin-left: 13.74rpx;
  103. line-height: 27.47rpx;
  104. min-width: 27.47rpx;
  105. text-align: center;
  106. border-radius: 13.74rpx;
  107. background: #f97631;
  108. color: #fff;
  109. font-size: 19.23rpx;
  110. font-weight: bold;
  111. padding: 0 5.49rpx;
  112. box-sizing: border-box;
  113. }
  114. }
  115. }
  116. .nav-panel {
  117. margin-top: 13.74rpx;
  118. .item {
  119. background: #fff;
  120. display: flex;
  121. align-items: center;
  122. height: 96.15rpx;
  123. position: relative;
  124. font-size: 27.47rpx;
  125. &:before {
  126. content: '';
  127. position: absolute;
  128. left: 0%;
  129. right: 0%;
  130. top: 0;
  131. height: 1rpx;
  132. background: #e0e0e0;
  133. transform: scaleY(.5);
  134. }
  135. &:first-child::before {
  136. display: none;
  137. }
  138. &.sapce {
  139. margin-top: 13.74rpx;
  140. &:before {
  141. display: none;
  142. }
  143. }
  144. .icon {
  145. width: 43.96rpx;
  146. height: 43.96rpx;
  147. margin: 0 20.6rpx 0 31.59rpx;
  148. display: flex;
  149. align-items: center;
  150. justify-content: center;
  151. &-img{
  152. width: 43.96rpx;
  153. height: 43.96rpx;
  154. &-4{
  155. width: 38.46rpx;
  156. }
  157. }
  158. }
  159. .label{
  160. flex: 1;
  161. }
  162. .arrow{
  163. width: 27.47rpx;
  164. height: 27.47rpx;
  165. margin-right: 27.47rpx;
  166. }
  167. .tag{
  168. font-size: 24.73rpx;
  169. color: #fff;
  170. background: #f97631;
  171. line-height: 43.96rpx;
  172. border-radius: 5.49rpx;
  173. min-width: 193.68rpx;
  174. text-align: center;
  175. padding: 0 13.74rpx;
  176. box-sizing: border-box;
  177. }
  178. .sub{
  179. color: #515151;
  180. }
  181. .active{
  182. color: #F97631;
  183. }
  184. }
  185. }