123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. .WuYeBaoXiuItem {
  2. position: relative;
  3. background: #fff;
  4. padding: 0 30px;
  5. >.Title {
  6. align-items: center;
  7. padding-top: 10px;
  8. border-bottom: 2px solid rgba(0, 0, 0, 0.08);
  9. >text {
  10. font-size: 24px;
  11. color: #999;
  12. line-height: 88px;
  13. margin-left: 10px;
  14. &:first-child {
  15. margin-left: 0;
  16. font-size: 34px;
  17. color: #F35844;
  18. }
  19. &.flex-item {
  20. font-size: 24px;
  21. font-weight: bold;
  22. color: #333;
  23. white-space: nowrap;
  24. }
  25. }
  26. }
  27. >.Name {
  28. align-items: center;
  29. margin-top: 20px;
  30. >text {
  31. font-size: 30px;
  32. font-weight: bold;
  33. line-height: 60px;
  34. white-space: nowrap;
  35. overflow: hidden;
  36. text-overflow: ellipsis;
  37. &.iconfont {
  38. font-size: 40px;
  39. color: #F35844;
  40. margin-left: 20px;
  41. font-weight: normal;
  42. }
  43. }
  44. }
  45. >.Detail {
  46. position: relative;
  47. margin-top: 40px;
  48. padding-bottom: 30px;
  49. >.Line {
  50. width: 50px;
  51. position: relative;
  52. overflow: visible;
  53. border-left: 2px dashed #F35844;
  54. >view {
  55. width: 14px;
  56. height: 14px;
  57. background: #F35844;
  58. border-radius: 100%;
  59. position: absolute;
  60. left: -8px;
  61. top: 30px;
  62. }
  63. }
  64. >.flex-item {
  65. position: relative;
  66. overflow: visible;
  67. background: rgba(243, 88, 68, 0.08);
  68. padding: 20px;
  69. &::after {
  70. content: '';
  71. width: 0;
  72. height: 0;
  73. display: block;
  74. position: absolute;
  75. left: -40px;
  76. top: 16px;
  77. border-color: transparent rgba(243, 88, 68, 0.08) transparent transparent;
  78. border-style: solid dashed solid solid;
  79. border-width: 20px;
  80. }
  81. >.flex-h {
  82. align-items: center;
  83. view {
  84. text {
  85. font-size: 24px;
  86. color: #999;
  87. line-height: 40px;
  88. }
  89. &:first-child {
  90. text {
  91. color: #F35844;
  92. }
  93. }
  94. }
  95. }
  96. >.Desc {
  97. font-size: 24px;
  98. line-height: 40px;
  99. color: #333;
  100. margin-top: 10px;
  101. >text {
  102. &.Name {
  103. color: #F35844;
  104. font-size: 24px;
  105. line-height: 40px;
  106. }
  107. &.Phone {
  108. color: #14DC05;
  109. font-size: 24px;
  110. line-height: 40px;
  111. }
  112. }
  113. }
  114. }
  115. }
  116. }