mine.scss 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  1. /* 部分菜单图标 */
  2. @font-face {
  3. font-family: 'icomoon';
  4. src: url('../../static/icon-font/fonts/icomoon.eot?f82mqt');
  5. src: url('../../static/icon-font/fonts/icomoon.eot?f82mqt#iefix') format('embedded-opentype'),
  6. url('../../static/icon-font/fonts/icomoon.ttf?f82mqt') format('truetype'),
  7. url('../../static/icon-font/fonts/icomoon.woff?f82mqt') format('woff'),
  8. url('../../static/icon-font/fonts/icomoon.svg?f82mqt#icomoon') format('svg');
  9. font-weight: normal;
  10. font-style: normal;
  11. font-display: block;
  12. }
  13. [class^="icon-"], [class*=" icon-"] {
  14. /* use !important to prevent issues with browser extensions that change fonts */
  15. font-family: 'icomoon' !important;
  16. speak: never;
  17. font-style: normal;
  18. font-weight: normal;
  19. font-variant: normal;
  20. text-transform: none;
  21. line-height: 1;
  22. /* Better Font Rendering =========== */
  23. -webkit-font-smoothing: antialiased;
  24. -moz-osx-font-smoothing: grayscale;
  25. }
  26. .icon-resume-icon:before {
  27. content: "\e900";
  28. color: #808080;
  29. }
  30. .icon-evaluate-icon:before {
  31. content: "\e901";
  32. color: #808080;
  33. }
  34. .icon-setting-icon:before {
  35. content: "\e902";
  36. color: #808080;
  37. }
  38. .icon-delivery-icon:before {
  39. content: "\e903";
  40. color: #808080;
  41. }
  42. .icon-interview-icon:before {
  43. content: "\e904";
  44. color: #808080;
  45. }
  46. .icon-train-icon:before {
  47. content: "\e905";
  48. color: #808080;
  49. }
  50. .mine {
  51. position: relative;
  52. .mine-bg {
  53. background-color: #2a82e4;
  54. height: 460rpx;
  55. }
  56. .mine-card-1 {
  57. position: absolute;
  58. top: 140rpx;
  59. z-index: 100;
  60. width: calc(100% - 32px);
  61. overflow: inherit;
  62. box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.2)!important;
  63. .mine-card-1-content {
  64. .user-info {
  65. display: flex;
  66. justify-content: space-between;
  67. .user-info-left {
  68. display: flex;
  69. justify-content: space-between;
  70. .user-info-left-avatar {
  71. text-align: center;
  72. .name {
  73. font-size: 34rpx;
  74. font-family: 'Microsoft YaHei';
  75. color: #383838;
  76. font-weight: bold;
  77. }
  78. }
  79. .user-info-left-attribute {
  80. margin-left: 20rpx;
  81. .veterans,
  82. .train {
  83. font-size: 23rpx;
  84. font-family: 'Microsoft YaHei';
  85. color: #383838;
  86. margin-bottom: 15rpx;
  87. line-height: 38rpx;
  88. .link {
  89. color: #2a82e4;
  90. }
  91. }
  92. }
  93. }
  94. .user-info-right {
  95. width: 300rpx;
  96. height: 300rpx;
  97. border-radius: 50%;
  98. background-color: #fff;
  99. position: absolute;
  100. right: 50rpx;
  101. top: -80rpx;
  102. z-index: 3000;
  103. display: flex;
  104. justify-content: center;
  105. align-items: center;
  106. .integral {
  107. width: 220rpx;
  108. height: 220rpx;
  109. background-color: #ffc300;
  110. border-radius: 50%;
  111. text-align: center;
  112. padding-top: 33rpx;
  113. view {
  114. &:first-child {
  115. color: #ff5733;
  116. font-size: 58rpx;
  117. font-weight: bold;
  118. font-family: 'Microsoft YaHei';
  119. }
  120. &:nth-child(2) {
  121. font-size: 23rpx;
  122. color: #383838;
  123. font-family: 'Microsoft YaHei';
  124. }
  125. &:last-child {
  126. display: inline-block;
  127. width: 120rpx;
  128. height: 40rpx;
  129. line-height: 40rpx;
  130. text-align: center;
  131. border-radius: 20rpx;
  132. background-color: #fff;
  133. font-size: 23rpx;
  134. color: #383838;
  135. font-family: 'Microsoft YaHei';
  136. margin-top: 10rpx;
  137. }
  138. }
  139. }
  140. }
  141. }
  142. .user-integral {
  143. display: flex;
  144. justify-content: space-between;
  145. .user-integral-item {
  146. text-align: center;
  147. view {
  148. color: #383838;
  149. font-family: 'Microsoft YaHei';
  150. font-size: 26rpx;
  151. &:last-child {
  152. font-size: 32rpx;
  153. font-weight: bold;
  154. margin-top: 20rpx;
  155. }
  156. text {
  157. font-size: 60rpx;
  158. font-weight: bold;
  159. margin-right: 5rpx;
  160. }
  161. }
  162. &:first-child {
  163. text {
  164. color: #2a82e4;
  165. }
  166. }
  167. &:nth-child(2) {
  168. text {
  169. color: #ff5733;
  170. }
  171. }
  172. &:last-child {
  173. text {
  174. color: #00baad;
  175. }
  176. }
  177. }
  178. }
  179. }
  180. }
  181. .grid-menu {
  182. margin-top: 180rpx!important;
  183. box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.2)!important;
  184. .grid-menu-icon {
  185. font-size: 64rpx;
  186. }
  187. .grid-text {
  188. font-size: 26rpx;
  189. margin-top: 16rpx;
  190. color: #808080;
  191. }
  192. }
  193. }