Brak opisu

newSeats.css 2.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. /* 坐席监控 */
  2. .zx_cont{
  3. width: 64.7%;
  4. float: left;
  5. margin-right: 20px;
  6. padding: 10px;
  7. background-color:#072e86;
  8. position: relative;
  9. }
  10. .seatBox{
  11. position: relative;
  12. }
  13. .zx_charts{
  14. width: 33%;
  15. float: left;
  16. /* background-color: #072e86; */
  17. }
  18. .zx_cont .zx_state span i {
  19. display: inline-block;
  20. width: 20px;
  21. height: 21px;
  22. vertical-align: middle;
  23. margin-right: 10px;
  24. background: url(../image/second/zuoxiIcon.png) no-repeat;
  25. }
  26. .zx_cont .zx_state{
  27. background-color: #064695;
  28. /*width: 680px;*/
  29. display: inline-block;
  30. padding: 13px 10px;
  31. margin-left: 50px;
  32. }
  33. .zx_cont .zx_state span{
  34. margin-right: 16px;
  35. font-size: 16px;
  36. color: #fff;
  37. }
  38. .zx_btn{
  39. position: absolute;
  40. top: 13px;
  41. right: 47px;
  42. }
  43. .zx_btn button{
  44. outline: none;
  45. border: none;
  46. padding: 10px 15px;
  47. font-size: 16px;
  48. color: #fff;
  49. border-radius: 5px;
  50. background-color: #064695;
  51. margin-right: 7px;
  52. }
  53. .dis {
  54. background: #989898;
  55. }
  56. .hc {
  57. background-position: 0 0 !important;
  58. }
  59. .ml {
  60. background-position: 0 -24px !important;
  61. }
  62. .kx {
  63. background-position: 0 -68px !important;
  64. }
  65. .zl {
  66. background-position: 0 -93px !important;
  67. }
  68. .qc {
  69. background-position: 0 -116px !important;
  70. }
  71. .lx {
  72. background-position: 0 -138px !important;
  73. }
  74. .hh {
  75. background-position: 0 -46px !important;
  76. }
  77. .zx_people{
  78. padding: 20px 15px;
  79. height: 623px;
  80. overflow-y: auto;
  81. }
  82. .zx_people li dl {
  83. overflow: hidden;
  84. padding: 15px 0px;
  85. }
  86. .zx_people li dl dt{
  87. width: 13%;
  88. text-align: center;
  89. float: left;
  90. cursor: pointer;
  91. margin-bottom: 40px;
  92. margin-right: 35px;
  93. }
  94. .zx_people li i{
  95. display: none;
  96. }
  97. .bg_person{
  98. background: url(../image/second/callIcon.png)no-repeat;
  99. width: 55px;
  100. height: 55px;
  101. background-size: 100% 100%;
  102. text-align: -webkit-center;
  103. background-position: center center;
  104. margin: 0 auto;
  105. background-color: #06256b;
  106. margin-bottom: 3px;
  107. }
  108. .people_list p{
  109. margin-bottom: 5px !important;
  110. }
  111. .people_list i{
  112. display: block;
  113. height: 22px;
  114. width: 20px;
  115. background: url(../image/second/zuoxiIcon.png) no-repeat;
  116. position: absolute;
  117. right: 20px;
  118. top: -6px;
  119. }
  120. .dg {
  121. background: url(../image/second/zuoxidaogang.png) no-repeat !important;
  122. background-size: 100% 100% !important;
  123. }
  124. .zx_bz,.zx_hw{
  125. text-align: center;
  126. background-image: url(../image/second/titlt_icon.png);
  127. background-position: center;
  128. background-repeat: no-repeat;
  129. margin: 10px 0;
  130. font-size: 20px;
  131. color: #fff;
  132. }
  133. .g-num{
  134. color: #fff;
  135. position: absolute;
  136. left: 0;
  137. top: -5px;
  138. }
  139. .g-name{
  140. color: #fff;
  141. width: 116px;
  142. }
  143. .group_btn {
  144. display: inline-block;
  145. padding: 7px 15px;
  146. color: #FFF;
  147. border-radius: 5px;
  148. background: #00c4ff;
  149. margin-left: 32px;
  150. margin-bottom: 20px;
  151. }