recruit.wxss 559 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. .section {
  2. background: #fff;
  3. margin-bottom: 20rpx;
  4. padding: 0 10rpx 150rpx;
  5. }
  6. .fixed-bottom {
  7. position: fixed;
  8. bottom: 0;
  9. left: 0;
  10. right: 0;
  11. }
  12. .apply-btn {
  13. height: 96rpx;
  14. background: #f75451;
  15. color: #fff;
  16. font-size: 30rpx;
  17. line-height: 96rpx;
  18. text-align: center;
  19. display: block;
  20. }
  21. .apply-btn.disabled {
  22. background: #ccc;
  23. }
  24. .tip {
  25. display: flex;
  26. align-items: center;
  27. justify-content: space-between;
  28. padding: 15rpx 20rpx;
  29. background: #fff;
  30. box-shadow: 0 -2px 3px -1px #ccc;
  31. }
  32. .tip .btn,
  33. .tot {
  34. color: #f75451;
  35. }