recruit.wxss 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. @charset "UTF-8";
  2. .text-center.data-v-46f595fa {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-46f595fa {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-46f595fa {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-46f595fa {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-46f595fa {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-46f595fa {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-46f595fa {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-46f595fa {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-46f595fa {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .placeholder.data-v-46f595fa {
  39. height: 154rpx;
  40. width: 100%;
  41. }
  42. .placeholder.tabbarbool.data-v-46f595fa {
  43. padding-bottom: 110rpx;
  44. }
  45. .apply.data-v-46f595fa {
  46. position: fixed;
  47. bottom: 0;
  48. left: 0;
  49. z-index: 2;
  50. height: 154rpx;
  51. width: 100%;
  52. background-color: #fff;
  53. padding-top: 26rpx;
  54. padding-left: 24rpx;
  55. }
  56. .apply.tabbarbool.data-v-46f595fa {
  57. bottom: 110rpx;
  58. }
  59. .apply.tabbarbool.tabbarbool.iphone_x.data-v-46f595fa {
  60. bottom: 160rpx;
  61. }
  62. .apply .apply-btn.data-v-46f595fa {
  63. width: 702rpx;
  64. height: 88rpx;
  65. line-height: 88rpx;
  66. border-radius: 44rpx;
  67. text-align: center;
  68. color: #fff;
  69. font-size: 32rpx;
  70. }