recruitment.wxss 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. .panelTop2{
  2. height:88rpx;
  3. justify-content: flex-start;
  4. }
  5. .panelMain{
  6. }
  7. .panelItem{
  8. width:100%;
  9. align-items: flex-end;
  10. }
  11. .panelItem1{
  12. width:680rpx;
  13. align-items: flex-start;
  14. margin-top: 30rpx;
  15. }
  16. .panelText01{
  17. font-size: 28rpx;
  18. font-weight: 400;
  19. margin-bottom: 10rpx;
  20. }
  21. .panelText03{
  22. width:200rpx;
  23. }
  24. .panelItem11{
  25. font-size: 24rpx;
  26. font-weight: 400;
  27. margin-right: 30rpx;
  28. color:#787878;
  29. }
  30. .panelItem2{
  31. width:680rpx;
  32. justify-content: flex-start;
  33. font-size: 20rpx;
  34. font-weight: 400;
  35. margin-top: 30rpx;
  36. color:#787878;
  37. position: relative;
  38. }
  39. .panelText02{
  40. font-size:32rpx;
  41. font-family: 'Roboto-Black';
  42. color:#2E2E2E;
  43. }
  44. .panelText020{
  45. color:#9B9B9B;
  46. }
  47. .panelItem21{
  48. width:190rpx;
  49. align-items: flex-start;
  50. }
  51. .panelItem210{
  52. margin-top: 4rpx;
  53. }
  54. .panelItem22{
  55. width: 410rpx;
  56. }
  57. .panelItem23{
  58. position: absolute;
  59. left:360rpx;
  60. }
  61. .panelItem24{
  62. position: absolute;
  63. left:540rpx;
  64. }
  65. .panelItem211{
  66. margin-left: 10rpx;
  67. }
  68. .icon_sys_121{
  69. width:50rpx;
  70. height:60rpx;
  71. margin-top: 120rpx;
  72. }
  73. .textNull{
  74. font-size: 36rpx;
  75. margin: 30rpx 0 110rpx 0;
  76. }
  77. .panelLine4{
  78. width:2rpx;
  79. height:30rpx;
  80. background-color: #d2d2d2;
  81. margin-right: 88rpx;
  82. }
  83. .panelLine5{
  84. position: absolute;
  85. left:290rpx;
  86. }
  87. .panelLine3{
  88. margin-top:30rpx;
  89. }