ProcessFlow.css 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. .ProcessFlow {
  2. margin-top: 100px;
  3. background-color: #fff;
  4. background-image: url('../img/aiBack.png');
  5. h1 {
  6. position: relative;
  7. top: 0;
  8. display: inline-block;
  9. font-size: 0.64rem;
  10. font-weight: 500;
  11. line-height: 92.67px;
  12. padding-left: 100px;
  13. margin-bottom: 90px;
  14. /* background: linear-gradient(to right,#3681FC,#fff); */
  15. z-index: 10;
  16. }
  17. h1::after {
  18. content: '';
  19. width: 100%;
  20. padding: 12px 0;
  21. background: linear-gradient(to right, rgba(54, 129, 252, 1), rgba(54, 129, 252, 0));
  22. position: absolute;
  23. top: 72px;
  24. left: 0;
  25. z-index: -1;
  26. }
  27. .anchor {
  28. /* padding: 0 100px; */
  29. .anchor_flex {
  30. width: 100%;
  31. /* height: 600px; */
  32. background: #11225E;
  33. position: relative;
  34. border-radius: 48px;
  35. .anchor_right {
  36. height: 100%;
  37. width: 100%;
  38. overflow: auto;
  39. div {
  40. text-align: right;
  41. position: relative;
  42. .anchor_left {
  43. position: absolute;
  44. color: #fff;
  45. top: 50%;
  46. left: 8%;
  47. transform: translate(0, -50%);
  48. div {
  49. position: relative;
  50. margin: 60px 10px;
  51. text-align: center;
  52. cursor: pointer;
  53. span:nth-child(1) {
  54. font-size: 0.24rem;
  55. font-weight: 400;
  56. line-height: 24px;
  57. text-align: right;
  58. color: #FFFFFFE5;
  59. }
  60. span:nth-child(2) {
  61. font-size: 0.18rem;
  62. font-weight: 400;
  63. line-height: 28px;
  64. text-align: right;
  65. color: #FFFFFF8C;
  66. }
  67. }
  68. .anchor_left_div::after {
  69. content: '';
  70. width: 100%;
  71. padding: 2px 0;
  72. background: linear-gradient(to right, rgba(54, 129, 252, 1), rgba(54, 129, 252, 0));
  73. position: absolute;
  74. top: 45px;
  75. left: 0;
  76. z-index: -1;
  77. }
  78. }
  79. img {
  80. /* display: block; */
  81. margin: 48px;
  82. /* width: 100%; */
  83. border-radius: 48px;
  84. }
  85. }
  86. }
  87. }
  88. }
  89. }