| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352 |
- /**
- * 坐席监控样式
- * */
- .gray-bg {
- background-color: #eaedf1;
- }
- .seat_monitor ul {
- list-style: none;
- margin: 0;
- padding: 0;
- }
- .seat_monitor p {
- margin: 0;
- padding: 0;
- }
- .real_time_statistics {
- padding: 14px;
- background-color: #fff;
- }
- .real_time_statistics .seat_sts_ul {
- width: 100%;
- background-color: #fff;
- /*margin-left: -7.5px;*/
- margin-right: -7.5px;
- }
- .seat_monitor_title {
- font-size: 14px;
- color: #333;
- margin-top: 0;
- margin-bottom: 16px;
- font-weight: normal;
- padding-left: 7.5px;
- }
- .seat_sts_li {
- width: 13.8333%;
- height: 100px;
- text-align: center;
- padding-left: 7.5px;
- padding-right: 7.5px;
- margin-bottom: 15px;
- }
- .seat_sts_li_1 {
- width: 17%;
- }
- .seat_sts_items {
- background-color: #F5F5F6;
- width: 100%;
- height: 100%;
- }
- .real_time_statistics .seat_total_count {
- font-size: 24px;
- color: #30a8d8;
- padding-top: 18px;
- }
- .real_time_statistics .online_count {
- color: #009900;
- }
- .real_time_statistics .outline_count {
- color: #666666;
- }
- .real_time_statistics .free_count {
- color: #1296db;
- }
- .real_time_statistics .in_call_count {
- color: #d81e06;
- }
- .real_time_statistics .call_in_count {
- color: #f4bd2a;
- }
- .real_time_statistics .busy_count {
- color: #1297da;
- }
- .real_time_statistics .seat_state_sts {
- padding-top: 12px;
- font-size: 12px;
- color: #333333;
- }
- .state_description {
- background-color: #fff;
- }
- .state_des_title {
- background-color: #f5f5f6;
- height: 43px;
- line-height: 43px;
- padding-left: 15px;
- padding-right: 15px;
- font-size: 14px;
- color: #666666;
- }
- .state_description .state_des_ul {
- padding: 17px 16px 6px 16px;
- background-color: #fff;
- }
- .state_des_li {
- width: 33.33333%;
- text-align: left;
- font-size: 14px;
- color: #333744;
- margin-bottom: 15px;
- }
- .state_des_icon {
- font-size: 20px;
- vertical-align: middle;
- padding-right: 5px;
- }
- .seat_monitor .des_callout {
- color: #3acaa6;
- }
- .seat_monitor .des_busy {
- color: #d81e06;
- }
- .seat_monitor .des_free {
- color: #44af3d;
- }
- .seat_monitor .des_ringing {
- color: #fd7c78;
- }
- .seat_monitor .des_outline {
- color: #707070;
- }
- .seat_monitor .des_calling {
- color: #17c2c2;
- }
- .seat_monitor .des_requestcall {
- color: #1296db;
- }
- .seat_monitor .des_aftercall {
- color: #f8c11b;
- }
- .seat_monitor .tab_head {
- margin-top: 13px;
- height: 40px;
- line-height: 40px;
- background-color: #f5f5f6;
- font-size: 14px;
- color: #666666;
- position: relative;
- }
- .oparate_btns {
- position: absolute;
- right: 15px;
- top: 0;
- }
- .tab_head .cut_line {
- color: #ececed;
- padding-left: 18px;
- padding-right: 18px;
- }
- .tab_head li {
- width: 23%;
- text-align: center;
- cursor: pointer;
- }
- .seat_monitor .tab_head_active {
- color: #409eff;
- border-bottom: 2px solid #409eff;
- margin-top: -2px;
- }
- .seat_monitor .btn {
- font-size: 12px;
- background-color: #ffffff;
- color: #249fea;
- border: 1px solid #409eff;
- }
- .seat_monitor .btn:active {
- box-shadow: 1px 1px 4px #409eff;
- }
- .seat_lists_all {
- padding-top: 20px;
- padding-bottom: 20px;
- background-color: #fff;
- width: 100%;
- display: none;
- }
- .seat_item_content {
- margin-bottom: 15px;
- }
- .seat_item {
- background-color: #ffffff;
- border: 1px solid #e1e6eb;
- padding: 10px 15px;
- border-radius: 2px;
- font-size: 12px;
- display: flex;
- align-items: center;
- cursor: pointer;
- height: 136px;
- overflow: hidden;
- position: relative;
- }
- .seat_item_left {
- width: 25%;
- margin-right: 5%;
- text-align: center;
- }
- .seat_item_left .seat_head_img {
- width: 100%;
- }
- .seat_item_left .seat_head_img img {
- width: 100%;
- }
- .seat_state {
- position: absolute;
- right: 0;
- top: 0;
- width: 0;
- height: 0;
- border-top: 50px solid #f5f5f6;
- border-left: 50px solid transparent;
- }
- .seat_state .fa{
- position: absolute;
- right: 0;
- top: -45px;
- }
- .seat_item_right {
- width: 70%;
- }
- .seat_item_right .seat_name {
- margin-bottom: 15px;
- font-size: 14px;
- color: #404040;
- }
- .seat_item_right .seat_usercode {
- color: #666666;
- /*margin-bottom: 10px;*/
- }
- .seat_item_right .seat_usernum {
- color: #666666;
- }
- .seat_lists_all .seat_outline p {
- color: #bebebe;
- }
- .seat_lists_all .seat_busy .seat_state {
- color: #d81e06;
- }
- .seat_lists_all .seat_after_call .seat_state {
- color: #f8c11b;
- }
- .seat_lists_all .seat_ringing .seat_state {
- color: #fd7c78;
- }
- .seat_lists_all .seat_call_out .seat_state {
- color: #3acaa6;
- }
- .seat_lists_all .seat_free .seat_state {
- color: #44af3d;
- }
- .seat_lists_all .seat_calling .seat_state {
- color: #17c2c2;
- }
- .seat_lists_all .seat_requset .seat_state {
- color: #1296db;
- }
- .seat_lists_all .seat_item .seat_listen{
- color: #1296db;
- }
- .layui-layer-title{
- /*display: none;*/
- }
- .seat_monitor .show_lists{
- display: block;
- }
- @media (max-width:1366px) {
- .seat_item_left {
- display: none;
- }
- .seat_item_right {
- width: 100%;
- }
- .seat_item_right .seat_name {
- margin-bottom: 5px;
- }
- .seat_item_right .seat_usercode,
- .seat_item_right .seat_usernum {
- margin-bottom: 0;
- }
- }
- @media (max-width:842px) {
- .seat_state {
- border-top: 50px solid transparent;
- }
- }
- @media (max-width:768px) {
- .seat_item_left {
- display: block;
- }
- .seat_item_left .seat_head_img{
- width: 45%;
- margin: 0 auto;
- }
- .seat_state {
- border-top: 50px solid rgb(245, 245, 246);
- }
- }
|