You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

120 lines
1.5 KiB

  1. .process{
  2. width: 94%;
  3. margin: 0 auto 20px;
  4. }
  5. .proTitle{
  6. margin: 30px 0;
  7. font-size: 28px;
  8. color: #333;
  9. text-align: center;
  10. }
  11. .pro_sec1{
  12. position: relative;
  13. }
  14. .pro_sec1:after{
  15. content: '';
  16. width: 1px;
  17. height: 100%;
  18. position: absolute;
  19. top: 0;
  20. left: 0;
  21. right: 0;
  22. margin: auto;
  23. background: #1B8AE3;
  24. }
  25. .proBox{
  26. position: relative;
  27. width: 37%;
  28. margin-top: 20px;
  29. line-height: 28px;
  30. font-size: 16px;
  31. color: #666;
  32. border: 1px solid #1B8AE3;
  33. border-radius: 8px;
  34. padding: 4px 10px;
  35. }
  36. .proBox:first-child{
  37. margin-top: 0;
  38. }
  39. .proBox:after{
  40. content: '';
  41. width: 10px;
  42. height: 10px;
  43. border-radius: 50%;
  44. background: #1B8AE3;
  45. position: absolute;
  46. top: 0;
  47. bottom: 0;
  48. margin: auto;
  49. }
  50. .proBox:before{
  51. content: '';
  52. width: 35%;
  53. height: 1px;
  54. background: #1B8AE3;
  55. position: absolute;
  56. top: 0;
  57. bottom: 0;
  58. margin: auto;
  59. }
  60. .proBox1{
  61. text-align: right;
  62. }
  63. .proBox1:after{
  64. right: -37.3%;
  65. }
  66. .proBox1:before{
  67. right: -35%;
  68. }
  69. .proBox2{
  70. margin-left: 63%;
  71. }
  72. .proBox2:after{
  73. left: -37.5%;
  74. }
  75. .proBox2:before{
  76. left: -35%;
  77. }
  78. .edition,.time{
  79. position: absolute;
  80. line-height: 28px;
  81. height: 28px;
  82. position: absolute;
  83. top: 0;
  84. bottom: 0;
  85. margin: auto;
  86. font-size: 16px;
  87. color: #666;
  88. }
  89. .time{
  90. top: -30px;
  91. }
  92. .proBox1 .time{
  93. right: -32%;
  94. }
  95. .proBox2 .time{
  96. left: -31%;
  97. }
  98. .proBox1 .edition{
  99. right: -52%;
  100. }
  101. .proBox2 .edition{
  102. left: -52%;
  103. }
  104. .btns {
  105. width: 300px;
  106. height: 40px;
  107. background: #7d7dec;
  108. text-align: center;
  109. line-height: 40px;
  110. border-radius: 4px;
  111. margin: 30px auto;
  112. color: #fff;
  113. cursor: pointer;
  114. }