recruit.wxss 826 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. .wxParse-img {
  19. width: 100%;
  20. }
  21. .wxParse-inline {
  22. padding: 8rpx 0;
  23. }
  24. /* share-modal end */
  25. .router-hover {
  26. opacity: 1;
  27. }
  28. .menu-list {
  29. position: fixed;
  30. width: 80rpx;
  31. right: 10rpx;
  32. bottom: 40%;
  33. text-align: center;
  34. }
  35. .menu-list .menu-item {
  36. width: 80rpx;
  37. height: 80rpx;
  38. border-radius: 50%;
  39. margin-bottom: 20rpx;
  40. display: flex;
  41. justify-content: center;
  42. align-items: center;
  43. }
  44. .menu-list image {
  45. width: 80rpx;
  46. height: 80rpx;
  47. }