Нет описания

seatMonitorList.css 5.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352
  1. /**
  2. * 坐席监控样式
  3. * */
  4. .gray-bg {
  5. background-color: #eaedf1;
  6. }
  7. .seat_monitor ul {
  8. list-style: none;
  9. margin: 0;
  10. padding: 0;
  11. }
  12. .seat_monitor p {
  13. margin: 0;
  14. padding: 0;
  15. }
  16. .real_time_statistics {
  17. padding: 14px;
  18. background-color: #fff;
  19. }
  20. .real_time_statistics .seat_sts_ul {
  21. width: 100%;
  22. background-color: #fff;
  23. /*margin-left: -7.5px;*/
  24. margin-right: -7.5px;
  25. }
  26. .seat_monitor_title {
  27. font-size: 14px;
  28. color: #333;
  29. margin-top: 0;
  30. margin-bottom: 16px;
  31. font-weight: normal;
  32. padding-left: 7.5px;
  33. }
  34. .seat_sts_li {
  35. width: 13.8333%;
  36. height: 100px;
  37. text-align: center;
  38. padding-left: 7.5px;
  39. padding-right: 7.5px;
  40. margin-bottom: 15px;
  41. }
  42. .seat_sts_li_1 {
  43. width: 17%;
  44. }
  45. .seat_sts_items {
  46. background-color: #F5F5F6;
  47. width: 100%;
  48. height: 100%;
  49. }
  50. .real_time_statistics .seat_total_count {
  51. font-size: 24px;
  52. color: #30a8d8;
  53. padding-top: 18px;
  54. }
  55. .real_time_statistics .online_count {
  56. color: #009900;
  57. }
  58. .real_time_statistics .outline_count {
  59. color: #666666;
  60. }
  61. .real_time_statistics .free_count {
  62. color: #1296db;
  63. }
  64. .real_time_statistics .in_call_count {
  65. color: #d81e06;
  66. }
  67. .real_time_statistics .call_in_count {
  68. color: #f4bd2a;
  69. }
  70. .real_time_statistics .busy_count {
  71. color: #1297da;
  72. }
  73. .real_time_statistics .seat_state_sts {
  74. padding-top: 12px;
  75. font-size: 12px;
  76. color: #333333;
  77. }
  78. .state_description {
  79. background-color: #fff;
  80. }
  81. .state_des_title {
  82. background-color: #f5f5f6;
  83. height: 43px;
  84. line-height: 43px;
  85. padding-left: 15px;
  86. padding-right: 15px;
  87. font-size: 14px;
  88. color: #666666;
  89. }
  90. .state_description .state_des_ul {
  91. padding: 17px 16px 6px 16px;
  92. background-color: #fff;
  93. }
  94. .state_des_li {
  95. width: 33.33333%;
  96. text-align: left;
  97. font-size: 14px;
  98. color: #333744;
  99. margin-bottom: 15px;
  100. }
  101. .state_des_icon {
  102. font-size: 20px;
  103. vertical-align: middle;
  104. padding-right: 5px;
  105. }
  106. .seat_monitor .des_callout {
  107. color: #3acaa6;
  108. }
  109. .seat_monitor .des_busy {
  110. color: #d81e06;
  111. }
  112. .seat_monitor .des_free {
  113. color: #44af3d;
  114. }
  115. .seat_monitor .des_ringing {
  116. color: #fd7c78;
  117. }
  118. .seat_monitor .des_outline {
  119. color: #707070;
  120. }
  121. .seat_monitor .des_calling {
  122. color: #17c2c2;
  123. }
  124. .seat_monitor .des_requestcall {
  125. color: #1296db;
  126. }
  127. .seat_monitor .des_aftercall {
  128. color: #f8c11b;
  129. }
  130. .seat_monitor .tab_head {
  131. margin-top: 13px;
  132. height: 40px;
  133. line-height: 40px;
  134. background-color: #f5f5f6;
  135. font-size: 14px;
  136. color: #666666;
  137. position: relative;
  138. }
  139. .oparate_btns {
  140. position: absolute;
  141. right: 15px;
  142. top: 0;
  143. }
  144. .tab_head .cut_line {
  145. color: #ececed;
  146. padding-left: 18px;
  147. padding-right: 18px;
  148. }
  149. .tab_head li {
  150. width: 23%;
  151. text-align: center;
  152. cursor: pointer;
  153. }
  154. .seat_monitor .tab_head_active {
  155. color: #409eff;
  156. border-bottom: 2px solid #409eff;
  157. margin-top: -2px;
  158. }
  159. .seat_monitor .btn {
  160. font-size: 12px;
  161. background-color: #ffffff;
  162. color: #249fea;
  163. border: 1px solid #409eff;
  164. }
  165. .seat_monitor .btn:active {
  166. box-shadow: 1px 1px 4px #409eff;
  167. }
  168. .seat_lists_all {
  169. padding-top: 20px;
  170. padding-bottom: 20px;
  171. background-color: #fff;
  172. width: 100%;
  173. display: none;
  174. }
  175. .seat_item_content {
  176. margin-bottom: 15px;
  177. }
  178. .seat_item {
  179. background-color: #ffffff;
  180. border: 1px solid #e1e6eb;
  181. padding: 10px 15px;
  182. border-radius: 2px;
  183. font-size: 12px;
  184. display: flex;
  185. align-items: center;
  186. cursor: pointer;
  187. height: 136px;
  188. overflow: hidden;
  189. position: relative;
  190. }
  191. .seat_item_left {
  192. width: 25%;
  193. margin-right: 5%;
  194. text-align: center;
  195. }
  196. .seat_item_left .seat_head_img {
  197. width: 100%;
  198. }
  199. .seat_item_left .seat_head_img img {
  200. width: 100%;
  201. }
  202. .seat_state {
  203. position: absolute;
  204. right: 0;
  205. top: 0;
  206. width: 0;
  207. height: 0;
  208. border-top: 50px solid #f5f5f6;
  209. border-left: 50px solid transparent;
  210. }
  211. .seat_state .fa{
  212. position: absolute;
  213. right: 0;
  214. top: -45px;
  215. }
  216. .seat_item_right {
  217. width: 70%;
  218. }
  219. .seat_item_right .seat_name {
  220. margin-bottom: 15px;
  221. font-size: 14px;
  222. color: #404040;
  223. }
  224. .seat_item_right .seat_usercode {
  225. color: #666666;
  226. /*margin-bottom: 10px;*/
  227. }
  228. .seat_item_right .seat_usernum {
  229. color: #666666;
  230. }
  231. .seat_lists_all .seat_outline p {
  232. color: #bebebe;
  233. }
  234. .seat_lists_all .seat_busy .seat_state {
  235. color: #d81e06;
  236. }
  237. .seat_lists_all .seat_after_call .seat_state {
  238. color: #f8c11b;
  239. }
  240. .seat_lists_all .seat_ringing .seat_state {
  241. color: #fd7c78;
  242. }
  243. .seat_lists_all .seat_call_out .seat_state {
  244. color: #3acaa6;
  245. }
  246. .seat_lists_all .seat_free .seat_state {
  247. color: #44af3d;
  248. }
  249. .seat_lists_all .seat_calling .seat_state {
  250. color: #17c2c2;
  251. }
  252. .seat_lists_all .seat_requset .seat_state {
  253. color: #1296db;
  254. }
  255. .seat_lists_all .seat_item .seat_listen{
  256. color: #1296db;
  257. }
  258. .layui-layer-title{
  259. /*display: none;*/
  260. }
  261. .seat_monitor .show_lists{
  262. display: block;
  263. }
  264. @media (max-width:1366px) {
  265. .seat_item_left {
  266. display: none;
  267. }
  268. .seat_item_right {
  269. width: 100%;
  270. }
  271. .seat_item_right .seat_name {
  272. margin-bottom: 5px;
  273. }
  274. .seat_item_right .seat_usercode,
  275. .seat_item_right .seat_usernum {
  276. margin-bottom: 0;
  277. }
  278. }
  279. @media (max-width:842px) {
  280. .seat_state {
  281. border-top: 50px solid transparent;
  282. }
  283. }
  284. @media (max-width:768px) {
  285. .seat_item_left {
  286. display: block;
  287. }
  288. .seat_item_left .seat_head_img{
  289. width: 45%;
  290. margin: 0 auto;
  291. }
  292. .seat_state {
  293. border-top: 50px solid rgb(245, 245, 246);
  294. }
  295. }