index.wxss 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390
  1. page {
  2. font-size: 14px;
  3. color: #333;
  4. }
  5. .panel {
  6. display: flex;
  7. align-items: center;
  8. justify-content: space-between;
  9. width: 100%;
  10. height: 364rpx;
  11. padding: 0 30rpx;
  12. box-sizing: border-box;
  13. /* background: linear-gradient(-60deg, rgba(62, 136, 161, 1), rgba(54, 108, 185, 1)); */
  14. position: relative;
  15. }
  16. .bg_login {
  17. width: 100%;
  18. height: 364rpx;
  19. position: absolute;
  20. left: 0;
  21. top: 0;
  22. z-index: -1;
  23. }
  24. .panel .avatar {
  25. width: 134rpx;
  26. height: 134rpx;
  27. border-radius: 50%;
  28. margin-left: 40rpx;
  29. border: #fff solid 6rpx;
  30. }
  31. .panel .person-info {
  32. display: flex;
  33. justify-content: center;
  34. height: 100%;
  35. flex-direction: column;
  36. width: 60%;
  37. padding-left: 36rpx;
  38. }
  39. .panel .person-info .name {
  40. display: flex;
  41. flex-direction: row;
  42. height: 50rpx;
  43. align-items: center;
  44. }
  45. .panel .person-info .name .nickName {
  46. font-size: 38rpx;
  47. font-family: SourceHanSansCN-Regular;
  48. font-weight: 400;
  49. color: rgba(255, 255, 255, 1);
  50. }
  51. .auth,
  52. .unauth {
  53. width: 92rpx;
  54. height: 32rpx;
  55. margin-left: 15rpx;
  56. }
  57. .panel .person-info .enter {
  58. font-size: 22rpx;
  59. font-family: Arial-BoldMT;
  60. font-weight: bold;
  61. color: rgba(255, 255, 255, 1);
  62. padding: 20rpx 0 0 0;
  63. }
  64. .panel .qycode {
  65. flex: 1;
  66. height: 100%;
  67. padding-right: 15rpx;
  68. display: flex;
  69. align-items: center;
  70. justify-content: flex-end;
  71. }
  72. .panel .qycode image {
  73. width: 23rpx;
  74. height: 39rpx;
  75. }
  76. /* 未认证 */
  77. .notrz {
  78. width: 100%;
  79. height: 82rpx;
  80. color: #FF6300;
  81. font-size: 24rpx;
  82. background: #FFEBE3;
  83. display: flex;
  84. flex-direction: row;
  85. align-items: center;
  86. justify-content: center;
  87. }
  88. /* .notrz image {
  89. height: 25rpx;
  90. width: 36rpx;
  91. padding-left: 65rpx;
  92. }
  93. .notrz .rz {
  94. font-size: 22rpx;
  95. font-family: SourceHanSansCN-Regular;
  96. font-weight: 400;
  97. color: #666;
  98. padding-left: 10rpx;
  99. }
  100. .notrz .ly {
  101. font-size: 22rpx;
  102. font-family: SourceHanSansCN-Regular;
  103. font-weight: 400;
  104. color: #ff400e;
  105. } */
  106. /*中间模块 */
  107. .inter {
  108. height: 180rpx;
  109. display: flex;
  110. flex-direction: row;
  111. align-items: center;
  112. justify-content: space-around;
  113. flex: 1 0 auto;
  114. /* padding-top: 30rpx; */
  115. width: 100%;
  116. }
  117. .inter .mysc {
  118. display: flex;
  119. flex-direction: column;
  120. justify-content: center;
  121. align-items: center;
  122. }
  123. .inter .mysc image {
  124. width: 56rpx;
  125. height: 56rpx;
  126. /* background: rgba(247, 103, 65, 1); */
  127. /* border-radius: 50%; */
  128. }
  129. .inter .mysc .sc {
  130. width: 88rpx;
  131. height: 22rpx;
  132. font-size: 22rpx;
  133. font-family: SourceHanSansCN-Regular;
  134. font-weight: 400;
  135. color: rgba(102, 102, 102, 1);
  136. padding-top: 13rpx;
  137. }
  138. .inter .mysq {
  139. display: flex;
  140. flex-direction: column;
  141. justify-content: center;
  142. align-items: center;
  143. }
  144. .inter .mysq image {
  145. width: 56rpx;
  146. height: 56rpx;
  147. /* background: rgba(81, 145, 211, 1); */
  148. /* border-radius: 50%; */
  149. }
  150. .inter .mysq .sq {
  151. width: 88rpx;
  152. height: 22rpx;
  153. font-size: 22rpx;
  154. font-family: SourceHanSansCN-Regular;
  155. font-weight: 400;
  156. color: rgba(102, 102, 102, 1);
  157. padding-top: 13rpx;
  158. }
  159. .inter .mstb {
  160. display: flex;
  161. flex-direction: column;
  162. justify-content: center;
  163. align-items: center;
  164. }
  165. .inter .mstb image {
  166. width: 56rpx;
  167. height: 56rpx;
  168. /* background: rgba(255, 199, 107, 1); */
  169. /* border-radius: 50%; */
  170. }
  171. .inter .mstb .interview {
  172. width: 88rpx;
  173. height: 22rpx;
  174. font-size: 22rpx;
  175. font-family: SourceHanSansCN-Regular;
  176. font-weight: 400;
  177. color: rgba(102, 102, 102, 1);
  178. padding-top: 13rpx;
  179. }
  180. /* 灰色小模块 */
  181. .col {
  182. width: 100%;
  183. height: 10rpx;
  184. background: #F5F5F5;
  185. /* margin-top: 30rpx; */
  186. }
  187. /* 简历模块 */
  188. .jianli {
  189. width: 100%;
  190. height: 240rpx;
  191. color: #000;
  192. font-size: 34rpx;
  193. border-bottom: 2rpx solid #EEEEEE;
  194. padding: 0 30rpx;
  195. box-sizing: border-box;
  196. display: flex;
  197. justify-content: space-between;
  198. flex-direction: row;
  199. align-items: center;
  200. }
  201. .jianli-title {
  202. display: flex;
  203. align-items: flex-end;
  204. }
  205. .edit {
  206. color: #999999;
  207. font-size: 24rpx;
  208. margin-left: 10rpx;
  209. }
  210. .edit1 {
  211. width: 19rpx;
  212. height: 21rpx;
  213. margin-right: 6rpx;
  214. }
  215. .tips {
  216. color: #999999;
  217. font-size: 28rpx;
  218. margin: 15rpx 0;
  219. }
  220. .color {
  221. color: #000;
  222. }
  223. .tag-class {
  224. height: 52rpx;
  225. width: 140rpx;
  226. color: #0177FF;
  227. font-size: 28rpx !important;
  228. border: 2rpx solid #0177ff !important;
  229. background: transparent !important;
  230. border-radius: 10rpx !important;
  231. display: flex !important;
  232. align-items: center !important;
  233. justify-content: center !important;
  234. }
  235. .circle {
  236. height: 162rpx;
  237. width: 162rpx;
  238. font-family:PingFangSC-Medium,PingFang SC;
  239. color: #999999;
  240. font-size: 34rpx;
  241. position: relative;
  242. display: flex;
  243. align-items: center;
  244. justify-content: center;
  245. }
  246. .circle image {
  247. position: absolute;
  248. left: 0;
  249. top: 0;
  250. height: 100%;
  251. width: 100%;
  252. }
  253. /* 四个小模块 */
  254. .query {
  255. display: flex;
  256. width: 100%;
  257. flex-direction: row;
  258. align-items: center;
  259. justify-content: space-between;
  260. height: 116rpx;
  261. border-bottom: 2rpx solid #EEEEEE;
  262. }
  263. .query .querys {
  264. display: flex;
  265. align-items: center;
  266. flex-direction: row;
  267. padding: 0 30rpx;
  268. }
  269. .query .querys .queryxz {
  270. font-size: 30rpx;
  271. font-family: SourceHanSansCN-Regular;
  272. font-weight: 400;
  273. color: rgba(34, 34, 34, 1);
  274. padding-left: 24rpx;
  275. }
  276. /* .querys {
  277. width: 17rpx;
  278. height: 29rpx;
  279. padding-right: 36rpx;
  280. } */
  281. .jiantou {
  282. flex: 1;
  283. display: flex;
  284. align-items: center;
  285. justify-content: flex-end;
  286. }
  287. .jiantou image {
  288. width: 17rpx;
  289. height: 29rpx;
  290. padding-right: 36rpx;
  291. margin-left: 15rpx;
  292. }
  293. .jiantou-content {
  294. color: #FE7235;
  295. font-size: 24rpx;
  296. }
  297. /* 登录 */
  298. .login {
  299. height: 100%;
  300. flex: 1;
  301. padding: 30rpx;
  302. box-sizing: border-box;
  303. display: flex;
  304. flex-direction: column;
  305. justify-content: center;
  306. }
  307. .login_btn {
  308. color: #fff;
  309. font-size: 42rpx;
  310. }
  311. .login_more {
  312. margin-top: 10rpx;
  313. font-size: 22rpx;
  314. color: #fff;
  315. }
  316. .bottom {
  317. height: 30rpx;
  318. }
  319. .yjfk-image {
  320. width: 30rpx;
  321. height: 29rpx;
  322. }
  323. .integral-image,
  324. .shezhi-image {
  325. width: 30rpx;
  326. height: 30rpx;
  327. }
  328. .xzcx-image {
  329. width: 31rpx;
  330. height: 31rpx;
  331. }
  332. .rzjl-image {
  333. width: 30rpx;
  334. height: 32rpx;
  335. }