recruit.wxss 337 B

1234567891011121314151617181920
  1. .section {
  2. background: #fff;
  3. margin-bottom: 20rpx;
  4. padding: 0 10rpx 20rpx;
  5. }
  6. .section .apply-btn {
  7. width: 710rpx;
  8. height: 96rpx;
  9. background: #f75451;
  10. border-radius: 20rpx;
  11. color: #fff;
  12. font-size: 30rpx;
  13. line-height: 96rpx;
  14. text-align: center;
  15. display: block;
  16. margin: 16rpx auto 16rpx;
  17. }
  18. /* share-modal end */