Нет описания

OrderAppoint.css 2.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. .t-shade {
  2. position: fixed;
  3. top: 0;
  4. left: 0;
  5. width: 100%;
  6. height: 100%;
  7. background: rgba(0, 0, 0, 0.48);
  8. z-index: 10004;
  9. display: none;
  10. }
  11. .shade_k {
  12. z-index: 10005;
  13. width: 55%;
  14. margin: 2% auto;
  15. background-color: #fff;
  16. box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
  17. border: 1px solid #23c6c8;
  18. display: none;
  19. }
  20. .shade_title {
  21. padding: 0 80px 0 20px;
  22. height: 42px;
  23. line-height: 42px;
  24. border-bottom: 1px solid #eee;
  25. font-size: 16px;
  26. color: #FFFFFF;
  27. overflow: hidden;
  28. background-color: #23c6c8;
  29. border-radius: 2px 2px 0 0;
  30. position: relative;
  31. }
  32. .setwin {
  33. position: absolute;
  34. right: 15px;
  35. top: 5px;
  36. font-size: 0;
  37. line-height: initial;
  38. }
  39. .setwin a {
  40. position: relative;
  41. width: 16px;
  42. height: 16px;
  43. font-size: 20px;
  44. }
  45. .shade_content {
  46. height: 500px;
  47. overflow-y: auto;
  48. position: relative;
  49. padding-bottom: 50px;
  50. }
  51. .sa_title {
  52. padding-left: 20px;
  53. height: 35px;
  54. line-height: 35px;
  55. border-bottom: 1px solid #D7D7D7;
  56. }
  57. .inpBox {
  58. border: 1px solid #19aa8d;
  59. height: 27px;
  60. width: 170px;
  61. display: inline-block;
  62. position: relative;
  63. vertical-align: middle;
  64. }
  65. .inps {
  66. width: 167px;
  67. height: 24px;
  68. outline: none;
  69. border: 0;
  70. border-image-width: 0;
  71. padding: 0;
  72. padding-left: 3px;
  73. }
  74. .xl {
  75. display: inline-block;
  76. background: url(../../img/dropDown.png) no-repeat;
  77. height: 100%;
  78. background-position: center center;
  79. width: 20px;
  80. position: absolute;
  81. right: 0;
  82. top: 0px;
  83. background-color: #1ab395;
  84. cursor: pointer;
  85. }
  86. .wh_btn input {
  87. padding: 7px 20px;
  88. color: #FFF;
  89. border-radius: 5px;
  90. margin-right: 30px;
  91. }
  92. .wh_btn {
  93. width: 80%;
  94. text-align: center;
  95. padding-top: 20px;
  96. margin: 0 auto;
  97. margin-bottom: 30px;
  98. }
  99. .cx {
  100. display: block;
  101. }
  102. /*超时*/
  103. .overTime{
  104. width: 15px;
  105. height: 15px;
  106. border-radius: 50%;
  107. background: #e43926;
  108. margin: 0 auto;
  109. }
  110. .Ctime{
  111. width: 15px;
  112. height: 15px;
  113. border-radius: 50%;
  114. background: #1ab395;
  115. margin: 0 auto;
  116. }
  117. .Closed{
  118. font-size: 30px;
  119. float: right;
  120. position: relative;
  121. top: -12px;
  122. right: 5px;
  123. cursor: pointer;
  124. }