index.module.less 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. .commonWork {
  2. width: 400px;
  3. background: #ffffff;
  4. border-radius: 18px;
  5. position: relative;
  6. padding: 0 30px 35px;
  7. .downMoveBg {
  8. position: absolute;
  9. top: 0;
  10. left: 0;
  11. width: 400px;
  12. height: 104px;
  13. }
  14. .dingPng {
  15. width: 159px;
  16. height: 159px;
  17. position: absolute;
  18. left: 50%;
  19. margin-left: -81px;
  20. top: -57px;
  21. z-index: 100;
  22. }
  23. h2 {
  24. margin-top: 120px;
  25. font-weight: 600;
  26. font-size: 24px;
  27. color: #131415;
  28. line-height: 33px;
  29. text-align: center;
  30. }
  31. .header {
  32. text-align: center;
  33. padding: 20px 0 30px;
  34. font-size: 18px;
  35. color: #777777;
  36. line-height: 30px;
  37. span {
  38. color: #2784ff;
  39. }
  40. }
  41. .btn {
  42. cursor: pointer;
  43. width: 256px;
  44. border-radius: 50px;
  45. text-align: center;
  46. font-weight: 600;
  47. font-size: 18px;
  48. color: #ffffff;
  49. line-height: 25px;
  50. line-height: 47px;
  51. margin: 0 auto;
  52. --n-color: #40c8ff !important;
  53. background: linear-gradient(305deg, #40c8ff 0%, #3192ff 100%);
  54. }
  55. }