evaluationIntention.scss 1013 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. /* 自我评价和求职意向 */
  2. .evaluate-intention {
  3. width: calc(100% - 60rpx);
  4. margin: 0 auto;
  5. font-family: 'PingFangSC-Regular, PingFang SC';
  6. &-explain {
  7. margin-top: 40rpx;
  8. view {
  9. &:first-child {
  10. font-size: 44rpx;
  11. color: #000;
  12. }
  13. &:last-child {
  14. color: #9B9B9B;
  15. font-size: 28rpx;
  16. margin-top: 10rpx;
  17. }
  18. }
  19. }
  20. /* tab */
  21. &-tabs {
  22. margin-top: 46rpx;
  23. display: flex;
  24. border-bottom: solid 1px #BCBCBC;
  25. &-item {
  26. margin-right: 72rpx;
  27. font-size: 36rpx;
  28. color: #ADADAD;
  29. padding-bottom: 10rpx;
  30. }
  31. &-active {
  32. color: #4C4C4C;
  33. border-bottom: solid 2px #028DFE;
  34. }
  35. }
  36. /* 工作意向 */
  37. &-intention {
  38. margin-top: 40rpx;
  39. padding-bottom: 100rpx;
  40. &-submit {
  41. margin-top: 40rpx;
  42. .btn {
  43. // background-color: #a9d8d1;
  44. }
  45. }
  46. &-explain {
  47. text-align: center;
  48. margin-top: 40rpx;
  49. color: #54a494;
  50. }
  51. }
  52. /* 自我评价 */
  53. &-evaluate {
  54. margin-top: 40rpx;
  55. padding-bottom: 100rpx;
  56. &-submit {
  57. margin-top: 40rpx;
  58. }
  59. }
  60. }