common.css 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. /*分页*/
  2. .page_div {
  3. margin-top: 20px;
  4. margin-bottom: 20px;
  5. font-size: 14px;
  6. font-family: "microsoft yahei";
  7. color: #666666;
  8. margin-right: 20px;
  9. padding-left: 20px;
  10. text-align: right;
  11. }
  12. .page_div a {
  13. min-width: 30px;
  14. height: 28px;
  15. border: 1px solid #ddd;
  16. text-align: center;
  17. margin: 0 4px;
  18. cursor: pointer;
  19. line-height: 28px;
  20. color: #666666;
  21. font-size: 14px;
  22. display: inline-block;
  23. }
  24. #firstPage,
  25. #lastPage {
  26. width: 50px;
  27. }
  28. #firstPage,
  29. #lastPage,
  30. {
  31. width: 50px;
  32. color: #666;
  33. border: 1px solid #ddd;
  34. }
  35. #prePage,
  36. #nextPage {
  37. width: 70px;
  38. color: #666;
  39. border: 1px solid #ddd;
  40. }
  41. #firstPage:hover,
  42. #lastPage:hover,
  43. #prePage:hover,
  44. #nextPage:hover {
  45. color: #fff;
  46. }
  47. .page_div .current,
  48. .page_div a:hover {
  49. background-color: #0AD9C9;
  50. border-color: #0AD9C9;
  51. color: #FFFFFF;
  52. }
  53. .totalPages {
  54. margin: 0 10px;
  55. }
  56. .totalPages span,
  57. .totalSize span {
  58. color: #0AD9C9;
  59. margin: 0 5px;
  60. font-size: 14px;
  61. }
  62. /*预约步骤*/
  63. .mt80 {
  64. padding-top: 80px;
  65. }
  66. .c-ff8787 {
  67. color: #ff8787;
  68. }
  69. .ml14 {
  70. margin-left: 14px;
  71. }
  72. .div-step-header {
  73. width: 256px;
  74. height: 454px;
  75. background: #ecfffe;
  76. position: relative;
  77. border: 1px solid #d1efed;
  78. margin-left: 20px;
  79. }
  80. .div-step-header .div-head-img {
  81. background: url(../images/icon_biqoain.png) no-repeat;
  82. width: 119px;
  83. height: 37px;
  84. background-size: 119px 37px;
  85. position: absolute;
  86. top: 10px;
  87. left: -8px;
  88. }
  89. .div-step-content {
  90. height: 397px;
  91. display: -webkit-box;
  92. clear: both;
  93. }
  94. .div-step-item {
  95. width: 40px;
  96. height: 40px;
  97. border-radius: 40px;
  98. text-align: center;
  99. line-height: 40px;
  100. border: 1px solid #0ad8c8;
  101. }
  102. .div-step-item span {
  103. color: #0ad8c8;
  104. }
  105. .div-step-line {
  106. width: 3px;
  107. height: 42px;
  108. background: #0AD9C9;
  109. margin-left: 20px;
  110. }
  111. .div-step-item.active {
  112. background: #0AD9C9;
  113. }
  114. .div-step-item .div-active-item {
  115. background: url(../images/icon_gouxuan.png) no-repeat;
  116. width: 17px;
  117. height: 17px;
  118. margin: 10px;
  119. }
  120. .div-step-bottom {
  121. height: 55px;
  122. background: #F1F7DD;
  123. padding: 10px 0px 10px 16px;
  124. display: -webkit-box;
  125. }
  126. .div-content-active{
  127. color: #0AD9C9;
  128. text-decoration: underline;
  129. }