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.
 
 
 
 

107 line
1.8 KiB

  1. body{
  2. margin: 0;
  3. padding: 0;
  4. }
  5. .ui-stepBar-wrap{
  6. padding: 15px 0;
  7. display: none;
  8. }
  9. .ui-stepBar{
  10. width: 80%;
  11. height: 1px;
  12. background-color: #b9bdc7;
  13. position: relative;
  14. top: 15px;
  15. z-index: 1;
  16. margin-left: 10%;
  17. }
  18. .ui-stepProcess{
  19. width: 50%;
  20. height: 1px;
  21. background-color: #3373cb;
  22. }
  23. .ui-step-box{
  24. width: 100%;
  25. height: 30px;
  26. }
  27. .ui-step-every{
  28. display: inline-block;
  29. height: 30px;
  30. background-color: #fff;
  31. padding: 0 6px;
  32. position: relative;
  33. z-index: 2;
  34. }
  35. .ui-stepSequence-img{
  36. width: 10px;
  37. height: 5px;
  38. -webkit-transform: rotate(-45deg);
  39. transform: rotate(-45deg);
  40. border-left: 1px solid #3373cb;
  41. border-left: 1px solid #3373cb;
  42. border-bottom: 1px solid #3373cb;
  43. display: inline-block;
  44. vertical-align: top;
  45. position: relative;
  46. top: 6px;
  47. }
  48. /*已完成*/
  49. .ui-stepSequence-done{
  50. width: 21px;
  51. height: 21px;
  52. border-radius: 50%;
  53. border:1px solid #3373cb;
  54. vertical-align: top;
  55. display: inline-block;
  56. margin-top: 4px;
  57. vertical-align: top;
  58. }
  59. /*进行中*/
  60. .ui-stepSequence-ing{
  61. width: 22px;
  62. height: 22px;
  63. border-radius: 50%;
  64. background-color: #3373cb;
  65. display: inline-block;
  66. margin-top: 4px;
  67. color: #fff;
  68. font-size: 12px;
  69. line-height: 22px;
  70. text-align: center;
  71. font-weight: 300;
  72. vertical-align: top;
  73. }
  74. /*未开始*/
  75. .ui-stepSequence-not{
  76. width: 21px;
  77. height: 21px;
  78. border-radius: 50%;
  79. border: 1px solid #b9bdc7;
  80. display: inline-block;
  81. margin-top: 4px;
  82. color: #b9bdc7;
  83. font-size: 12px;
  84. line-height: 20px;
  85. text-align: center;
  86. font-weight: 300;
  87. vertical-align: top;
  88. }
  89. .ui-stepName{
  90. display: inline-block;
  91. vertical-align: top;
  92. color: #666666;
  93. font-size: 12px;
  94. }
  95. .ui-stepInfo{
  96. float: left;
  97. width: 20%;
  98. height: 30px;
  99. line-height: 30px;
  100. text-align: center;
  101. position: relative;
  102. z-index: 1;
  103. }