| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446 |
- @font-face {
- font-family: "iconfont";
- src: url("../fonts/iconfont.eot");
- /* IE9*/
- src: url("../fonts/iconfont.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
- url("../fonts/iconfont.woff") format("woff"), /* chrome、firefox */
- url("../fonts/iconfont.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
- url("../fonts/iconfont.svg#iconfont") format("svg");
- /* iOS 4.1- */
- }
- body {
- font-family: "微软雅黑";
- }
- ul li {
- list-style: none;
- /* overflow: hidden; */
- }
- .iconfont {
- font-family: "iconfont";
- font-style: normal;
- color: #ffffff;
- }
- .fr {
- float: right;
- }
- .fl {
- float: left;
- }
- .size-12 {
- font-size: 12px;
- }
- .clearfix{
- content: "";
- display: block;
- clear: both;
- }
- .title-box {
- margin-top: 5px;
- }
- .title-box li {
- margin-left: 30px;
- }
- .title-box li:hover {
- cursor: pointer;
- }
- .HoverColor {
- color: #f8ac59;
- }
- .FailureColor {
- color: #f95f5e;
- }
- .navbar-header {
- width: 100%;
- background-color: #048aad;
- padding-top: 10px;
- }
- .title-box li p {
- color: #ffffff;
- font-size: 14px;
- font-weight: bold;
- letter-spacing: 2px;
- margin-top: 5px;
- }
- .size-14 {
- font-size: 14px;
- color: #ffffff !important;
- }
- .img-circle {
- width: 58px;
- }
- .xian {
- border: 1px solid #ffffff;
- display: inline-block;
- width: 15%;
- margin: 5px;
- }
- .ss {
- margin-left: 20px;
- }
- .fe-3 {
- font-size: 3em;
- }
- .title-box p {
- text-align: center;
- }
- .closed {
- display: inline-block;
- /* margin-left: 5%;*/
- cursor: pointer;
- color: #ffffff;
- float: right;
- margin-right: 5%;
- height: 42px;
- line-height: 42px;
- }
- .closed div {
- overflow: hidden;
- float: left;
- height: 100%;
- }
- .closed ul {
- margin-bottom: 0px;
- }
- .closed li {
- float: left;
- margin-right: 20px;
- }
- .closed i {
- display: inline-block;
- background: url(../img/chilun.png) no-repeat;
- margin-right: 5px;
- width: 14px;
- height: 16px;
- vertical-align: middle;
- }
- .ga {
- background-position: 0 0 !important;
- }
- .sz {
- background-position: 0 -15px !important;
- }
- .tc {
- background-position: 0 -33px !important;
- }
- .zhuangtai {
- display: block;
- width: 30%;
- margin-left: 10px;
- font-size: 14px;
- font-weight: 800;
- }
- .wq {
- color: #f95f5e;
- }
- #top-search li:hover {
- color: #eaeaea;
- }
- .content-tabs1 ul {
- padding-left: 0;
- }
- .content-tabs1 li {
- list-style: none;
- float: left;
- height: 5px;
- }
- .top1 {
- background-color: #68adfe;
- }
- .top2 {
- background-color: #9897f0;
- }
- .top3 {
- background-color: #87eebf;
- }
- .top4 {
- background-color: #68b0fe;
- }
- .top5 {
- background-color: #f95a83;
- }
- .top6 {
- background-color: #eb76dd;
- }
- .top7 {
- background-color: #69cbd0;
- }
- .top8 {
- background-color: #69cbd0;
- }
- .top9 {
- background-color: #aaf58d;
- }
- .top10 {
- background-color: #f76a53;
- }
- .top11 {
- background-color: #eb76dd;
- }
- .top12 {
- background-color: #6c77da;
- }
- .top13 {
- background: -webkit-linear-gradient(left, #f073db, #65abfc);
- background: -moz-linear-gradient(left, #f073db, #65abfc);
- background: -o-linear-gradient(left, #f073db, #65abfc);
- background: -webkit-gradient(linear, 100% 0, 0 0, from(#65abfc), to(#f073db));
- background: linear-gradient(left, #f073db, #65abfc);
- /* Opera 11.1 - 12.0 */
- /* Firefox 3.6 - 15 */
- /* 标准的语法 */
- }
- .zts {
- height: 30px;
- margin-left: 2%;
- line-height: 30px;
- padding-top: 15px;
- }
- .zts li {
- height: 20px;
- line-height: 20px;
- font-weight: bold;
- letter-spacing: 2px;
- }
- .quan {
- width: 15px;
- height: 15px !important;
- border-radius: 50%;
- margin-right: 2%;
- margin-left: 5px;
- margin-top: 2px;
- }
- .lx {
- background: #6a6d69;
- }
- .br {
- background: red;
- }
- .bl {
- background: #7ab85b;
- }
- .by {
- background: yellow;
- }
- .LH {
- line-height: 35px;
- }
- .zts span {
- line-height: 20px;
- margin-right: 50px;
- font-size: 12px;
- }
- .photo {
- width: 40px;
- height: 40px;
- border-width: 2px;
- border-style: solid;
- border-radius: 50%;
- border-color: #ffb400 #fc3c04 #fdfc01 #00e3c0;
- margin-bottom: 1px;
- }
- .photo img {
- display: block;
- width: 100%;
- height: 100%;
- }
- .ls {
- /*margin-left: 20px;*/
- text-align: center;
- overflow: initial !important;
- position: relative;
- }
- .ls .dropdown-menu {
- top: 115%;
- left: -100%;
- width: 320px;
- background: rgba(0, 160, 205, 0.92);
- }
- .ls .dropdown-menu li {
- float: initial;
- margin-right: 0;
- line-height: 25px;
- }
- .dropdown-menu>li>a {
- margin: 0;
- color: #555;
- padding: 0;
- text-align: center;
- }
- .dropdown-menu>li>a:focus,
- .dropdown-menu>li>a:hover {
- color: #fff;
- text-decoration: none;
- background-color: #00a1cb;
- }
- .dropdown-menu>li>a div {
- float: initial;
- }
- .dropdown-menu>li>a .tipCon {
- width: 100%;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .dropdown-menu>li>a .order_time span {
- display: inline-block;
- margin: 0;
- }
- .order_time span.work_order {
- float: left;
- }
- .order_time span.ort {
- float: right;
- }
- .ls span {
- margin-right: 18px;
- }
- .ls span.tuBiao,
- .ls span.chat,
- .ls span.surIcon {
- display: inline-block;
- vertical-align: middle;
- position: relative;
- font-size: 15px;
- }
- .ls span.chat.come_mess {
- color: red;
- }
- .ls span.surIcon {
- font-size: 18px;
- }
- .ls span.tuBiao span,
- .ls span.chat span,
- .ls span.surIcon span {
- position: absolute;
- padding: 3px;
- top: -13px;
- }
- .min-right {
- margin-right: 10px;
- }
- .navbar-top-links i {
- width: 24px;
- height: 21px;
- display: block;
- background: url(../img/topIcon.png) no-repeat;
- background-position: center center;
- margin: 0 auto;
- }
- /*挂断*/
- .DropCall {
- background-position: 0px 0 !important;
- }
- /*外呼*/
- .MakeCall {
- background-position: 0px -20px !important;
- }
- /*置忙*/
- .SayBusy {
- background-position: 0px -42px !important;
- }
- /*置闲*/
- .SayFree {
- background-position: 0px -65px !important;
- }
- /*多方通话*/
- .Meeting {
- background-position: 0px -85px !important;
- }
- /*多方通话回签*/
- .MeetingTakeBack {
- background-position: 0px -85px !important;
- }
- /*转移*/
- .Transfer {
- background-position: 0px -108px !important;
- }
- /*保持*/
- .Hold {
- background-position: 0px -131px !important;
- }
- /*接回*/
- .Retrieve {
- background-position: 0px -153px !important;
- }
- /*签入*/
- .Login {
- background-position: 0px -197px !important;
- }
- /*外呼签入*/
- .callOutLogin {
- background-position: 0px -197px !important;
- }
- /*签出*/
- .Logout {
- background-position: 0px -175px !important;
- }
- /* 满意度 */
- .satisfactionEvaluation {
- background: url(../img/satisfactionEvaluation.png) no-repeat !important;
- background-size: 24px 21px !important;
- }
- .navbar-top-links .satisfactionEvaluation.active {
- background: url(../img/satisfactionEvaluation2.png) no-repeat !important;
- background-size: 24px 21px !important;
- }
- /*协商呼叫 */
- .Consult {
- background: url(../img/new_xshj.png) no-repeat 0 0 !important;
- }
- .navbar-top-links .Consult.active {
- background: url(../img/new_xshj2.png) no-repeat 0 0 !important;
- }
- /*确认转移 */
- .ConfirmTransfer {
- background: url(../img/new_qrzy.png) no-repeat 0 0 !important;
- }
- .navbar-top-links .ConfirmTransfer.active {
- background: url(../img/new_qrzy2.png) no-repeat 0 0 !important;
- }
- /*取消转移 */
- .CancelTransfer {
- background: url(../img/new_qxzy.png) no-repeat 0 0 !important;
- }
- .navbar-top-links .CancelTransfer.active {
- background: url(../img/new_qxzy2.png) no-repeat 0 0 !important;
- }
- /*转IVR */
- .TurnIvr {
- background: url(../img/IVR.png) no-repeat 0 0 !important;
- }
- .navbar-top-links .TurnIvr.active {
- background: url(../img/IVR2.png) no-repeat 0 0 !important;
- }
- .navbar-top-links .active {
- background-position-x: -23px !important;
- }
- .ldcr-bottom .detail-con ul li .active a {
- color: #f95a83 !important;
- }
- .ldcr-bottom .detail-con ul li .active em {
- color: #f95a83 !important;
- }
- .ldcr-bottom .detail-con ul li .active+.explancon {
- display: block !important;
- }
- .searchbtn {
- width: 2.5em;
- height: 24px;
- border-radius: 5px;
- position: absolute;
- background-color: #01a1cb;
- background-image: url(../img/searIcon.png);
- background-repeat: no-repeat;
- background-position: center center;
- cursor: pointer;
- }
- .max-box {
- height: 42px;
- /*width: 100%;*/
- }
- .laydate_body .laydate_bottom,
- .laydate_body .laydate_top {
- height: 31px !important;
- }
- .laydate_body .laydate_y .laydate_yms ul li {
- width: 59px !important;
- }
- .col-sm-1 {
- padding-right: 0;
- line-height: 22px;
- text-align: center;
- font-family: "微软雅黑";
- }
- ul.ztree {
- border: 1px solid #617775;
- background: #f0f6e4;
- overflow-y: scroll;
- overflow-x: auto;
- }
- .minBacha {
- position: absolute;
- top: 0;
- right: 80px;
- z-index: 10;
- overflow: hidden;
- }
- .minBacha>div {
- float: left;
- height: 35px;
- width: 35px;
- margin-left: 2px;
- }
- .minBacha>div a {
- display: block;
- height: 100%;
- width: 100%;
- text-align: center;
- background-position: center center;
- background-color: #2f4050;
- opacity: 0.5;
- }
- .minBacha>div a:hover {
- opacity: 1;
- }
- .minClosed>a {
- background: url("../img/min.png") no-repeat;
- }
- .Bacha>a {
- background: url("../img/gb.png") no-repeat;
- }
- .lblcount {
- position: absolute;
- right: 5px;
- top: 8px;
- }
- .first {
- z-index: 1000;
- }
- .khzl {
- font-size: 12px;
- border: 0;
- width: 80%;
- margin: 35px auto;
- color: #fff;
- }
- .khzl tr {
- border: 0;
- }
- .khzl th {
- padding: 5px 8px 5px 0;
- text-align: right;
- width: 45%;
- font-weight: normal;
- border: 0;
- }
- .khzl tbody>tr>td,
- .khzl tbody>tr>th {
- border: 0;
- }
- .khzl tbody>tr>td input {
- border: 0;
- outline: none;
- background: #243747;
- padding-left: 5px;
- width: 100%;
- }
- .khbtn {
- /*background: #97a0a8;*/
- color: #1ab394;
- font-size: 14px;
- vertical-align: middle;
- }
- .hei-list {
- width: 400px;
- margin: 0 auto;
- }
- .heiTop {
- height: 35px;
- background: #1ab394;
- color: #fff;
- line-height: 35px;
- padding: 0 15px;
- border-top-left-radius: 3px;
- border-top-right-radius: 3px;
- }
- .heiTop .htl {
- float: left;
- margin: 0;
- }
- .heiTop .bacha {
- float: right;
- font-size: 18px;
- cursor: pointer;
- margin: 0;
- }
- .heiCon {
- width: 100%;
- background: #fff;
- text-align: center;
- padding: 25px 15px;
- height: auto;
- overflow-y: auto;
- border: 1px solid #eee;
- }
- #time-word {
- border: 1px solid #1ab394;
- padding: 5px 0 5px 10px;
- width: 120px;
- outline: none;
- color: #000;
- }
- .chooses {
- margin-top: 10px;
- }
- .btns {
- background: #00a1cb;
- color: #fff;
- padding: 10px 15px;
- outline: none;
- font-size: 14px;
- margin-left: 50px;
- display: inline-block;
- border: 0;
- border-radius: 3px;
- box-sizing: border-box;
- }
- .bianji {
- display: inline-block;
- height: 16px;
- width: 16px;
- vertical-align: middle;
- margin-right: 5px;
- }
- .bianji.edi {
- background: url(../img/xgai.png) no-repeat;
- }
- .bianji.sav {
- background: url(../img/bbc.png) no-repeat;
- }
- .bianji.canc {
- background: url(../img/quxi.png) no-repeat;
- }
- .t-shade {
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background: rgba(0, 0, 0, 0.48);
- z-index: 10004;
- display: none;
- }
- .shade_k {
- z-index: 10005;
- width: 40%;
- left: 30%;
- margin: 20% auto;
- position: absolute;
- background-color: #fff;
- box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3);
- border-radius: 5px;
- }
- .shade_title {
- padding: 0 80px 0 20px;
- height: 42px;
- line-height: 42px;
- border-bottom: 1px solid #eee;
- font-size: 16px;
- color: #ffffff;
- overflow: hidden;
- background-color: #00a1cb;
- border-radius: 2px 2px 0 0;
- position: relative;
- }
- .setwin {
- position: absolute;
- right: 15px;
- top: 5px;
- font-size: 20px;
- line-height: initial;
- }
- .setwin a {
- font-size: 20px;
- color: #fff;
- }
- .shade_content {
- overflow-y: auto;
- position: relative;
- padding-bottom: 50px;
- padding: 10px;
- }
- .wh_btn {
- width: 80%;
- text-align: center;
- padding-top: 20px;
- margin: 0 auto;
- margin-bottom: 20px;
- }
- .wh_btn input {
- padding: 7px 20px;
- color: #fff;
- border-radius: 5px;
- margin-right: 30px;
- border: 1px solid #999;
- border-color: rgb(26, 179, 148);
- }
- .sc_btn {
- color: rgb(255, 255, 255);
- font-size: 12px;
- margin-left: 15px;
- box-sizing: border-box;
- background: #00a1cb;
- padding: 6px 10px;
- outline: none;
- border-width: 0px;
- border-style: initial;
- border-color: initial;
- border-image: initial;
- border-radius: 3px;
- }
- .sc_btn:hover {
- color: #fff !important;
- }
- .cx {
- display: block;
- }
- .boxCon {
- width: 100%;
- background: #fff;
- text-align: center;
- padding: 10px 15px;
- height: auto;
- overflow-y: auto;
- }
- .Import {
- color: #fe6604;
- }
- .Hidens {
- display: none;
- }
- /*右下角消息弹框开始*/
- /*.rightDown_list .divider{
- height: 1px;
- margin: 9px 0;
- overflow: hidden;
- background-color: ;
- }*/
- .rightDown_list>li {
- border-bottom: 1px solid #e5e5e5;
- }
- .rightDown_list>li>a {
- border-radius: 3px;
- color: inherit;
- line-height: 25px;
- /*margin: 4px;*/
- text-align: left;
- font-weight: 400;
- padding: 3px 20px;
- min-height: 0;
- display: block;
- }
- .small-chat-box .content {
- padding: 5px 15px !important;
- }
- .small-chat-box {
- height: 400px;
- }
- /*右下角消息弹框结束*/
- /*来电类型样式*/
- .dicValueList span:nth-of-type(1) {
- line-height: 36px;
- }
- .dicValueList ul {
- list-style: none;
- margin: 0;
- padding: 0;
- }
- .dicValueList ul li {
- float: left;
- margin-right: 20px;
- text-align: center;
- padding: 6px 0;
- }
- .dicValueList li input {
- display: none;
- }
- .dicValueList li label {
- margin: 0;
- font-weight: normal;
- display: block;
- width: 100%;
- border: 1px solid #ccc;
- padding: 2px 10px;
- cursor: pointer;
- }
- .dicValueList .checkedDept {
- border-color: #fe6604;
- }
- .sele_send {
- cursor: pointer;
- }
- .reply,
- .sele_send {
- color: #337ab7;
- margin-left: 5px;
- }
- .reply:hover,
- .sele_send:hover {
- color: #23527c;
- }
- .chat_content {
- height: 45px;
- }
- .sidebar-container ul.nav-tabs {
- height: 41px;
- }
- /*.tab-content {
- height: calc(100% - 41px);
- overflow-y: auto;
- width: 100%;
- padding: 0 0 10px 0;
- }*/
- /*.layui-layer-content {
- box-shadow: 0 1px 3px rgba(0,0,0,.3);
- }*/
- .phoneBZ {
- display: inline-block;
- height: 15px;
- width: 15px;
- position: absolute;
- right: 0px;
- bottom: -15px;
- background: url(../img/phoneBZ.png) no-repeat;
- display: none;
- }
- .open_chat {
- font-size: 14px;
- line-height: 18px;
- text-align: center;
- padding: 6px 5px;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- position: fixed;
- top: 50%;
- right: 26px;
- z-index: 100;
- background: #0489ac;
- color: #fff;
- cursor: pointer;
- display: none;
- }
- .open_chat .before {
- position: absolute;
- padding: 5px;
- background: red;
- border-radius: 50%;
- display: none;
- right: -4px;
- top: -4px;
- }
- .open_chat .before.show {
- display: block !important;
- }
- .open_chat .before.hide {
- display: none !important;
- }
- .source_area {
- position: relative;
- }
- .source_area img {
- display: inline;
- width: 15px;
- margin-left: 10px;
- margin-top: -5px;
- }
- /* 一键转接 */
- .hw_through p select {
- height: 19px;
- line-height: 19px;
- }
- .hw_through {
- position: relative;
- }
- .keyTransfer {
- width: 24px;
- margin: 0 auto;
- }
- .navbar-top-links .keyTransfer {
- background: url(../img/through_xian.png) no-repeat 0 0 !important;
- background-size: 21px !important;
- }
- .navbar-top-links .keyTransfer.active {
- background: url(../img/new_qrzy2.png) no-repeat 0 0 !important;
- }
- .keyTransfer img {
- margin-top: 3px;
- width: 100%;
- }
- .keyTransferDiv {
- width: 105px;
- position: absolute;
- right: -40px;
- top: 55px;
- text-align: center;
- background: #ffffff;
- border: 1px solid #cccccc;
- display: none;
- z-index: 999999;
- }
- .keyTransferDiv dl {
- margin: 0;
- }
- .keyTransferDiv dl dt {
- line-height: 30px;
- }
- .keyTransferDiv dl dt:hover {
- cursor: pointer;
- background: #048aad;
- color: #ffffff;
- }
- .mapPos {
- margin-right: 15px;
- }
- .reposit {
- /*position: absolute;
- left: 250px;
- bottom: 15px;*/
- margin-left: 50px;
- -moz-border-radius: 20px;
- -webkit-border-radius: 20px;
- border-radius: 20px;
- background: #FFA000;
- color: #ffffff;
- width: 40px;
- height: 40px;
- line-height: 40px;
- text-align: center;
- cursor: pointer;
- display: inline-block;
- }
- .repoConte {
- position: absolute;
- right: 60px;
- top: 35px;
- display: none;
- padding: 5px 10px;
- width: 1000px;
- height: 530px;
- border: 1px solid #e6e6e6;
- background: #ffffff;
- overflow-y: scroll;
- }
- /* 综合查询 */
- .comprehensive {
- /*position: absolute;
- left: 300px;
- bottom: 15px;*/
- margin-left: 50px;
- -moz-border-radius: 20px;
- -webkit-border-radius: 20px;
- border-radius: 20px;
- background: #FFA000;
- color: #ffffff;
- z-index: 2;
- width: 40px;
- height: 40px;
- line-height: 40px;
- text-align: center;
- cursor: pointer;
- display: inline-block;
- }
- .comprehensiveContent {
- position: absolute;
- right: 60px;
- top: 35px;
- display: none;
- padding: 5px 10px;
- width: 1300px;
- height: 530px;
- border: 1px solid #e6e6e6;
- background: #ffffff;
- overflow-y: scroll;
- }
- .comprehensiveContentSerrch {
- margin: 15px 0 10px 0;
- }
- .comprehensiveContentSerrch .form-group .col-sm-1 {
- line-height: 34px;
- }
- .content {
- height: 450px !important;
- }
- .top_notices_num {
- color: #ff9800;
- position: absolute;
- right: 15px;
- top: -17px;
- }
- .top_notices_lists {
- position: absolute;
- top: 24px;
- background-color: #ecfeff;
- width: 310px;
- z-index: 1000;
- border-radius: 0;
- padding: 10px;
- border-radius: 2px;
- box-shadow: 0 0 3px rgba(86, 96, 117, 0.3);
- overflow-y: auto;
- max-height: 500px;
- display: none;
- }
- .top_notices_lists li span {
- color: #048aad;
- }
- .top_notices_con {
- display: inline-block;
- float: left;
- width: 200px;
- height: 42px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- /*position: absolute;*/
- }
- .top_notices_con1 {
- display: inline-block;
- width: 100%;
- /*height: 100%;*/
- float: left;
- /*text-align: center;*/
- font-size: 14px;
- }
- .top_notices_item1 {
- height: 100%;
- font-size: 0px;
- }
- .btn-primary {
- float: right;
- }
- .tan_ping {
- overflow-y: auto;
- /*max-height: 200px;*/
- background-color: #ccc;
- border-radius: 5px;
- position: absolute;
- bottom: 50px;
- right: 80px;
- z-index: 111;
- width: 300px;
- height: 150px;
- display: none;
- }
- .last_li {
- position: absolute;
- bottom: 0;
- width: 100%;
- }
- .news {
- margin-top: 10px;
- width: 100%;
- height: 110px;
- }
- .tan_ping button {
- background-color: #048aad;
- margin: 5px;
- cursor: pointer;
- color: #fff;
- text-align: center;
- border: none;
- border-radius: 5px;
- }
- #chuli {
- float: right;
- }
- #top_notices_lists1 {
- height: 100%;
- }
- .result_str {
- display: block;
- float: left;
- text-align: center;
- }
- #result {
- min-width: 370px;
- min-height: 140px;
- }
- .operation_bj {
- float: right;
- }
- .reflectCategory-wrapper {
- position: relative;
- }
- .reflectCategoryList-wrapper {
- display: none;
- position: absolute;
- top: 38px;
- z-index: 9999;
- line-height: 32px;
- background: #FFF;
- }
- #reflectCategoryList {
- height: 240px;
- background: #FFF;
- border: 1px solid #e5e6e7;
- overflow: auto;
- }
- #reflectCategoryList li {
- padding: 0 10px;
- width: 100%;
- line-height: 32px;
- }
- #reflectCategoryList li:hover {
- background: #00a1cb;
- }
- /*来电弹屏*/
- .listW15{ width: 13%;}
- .listW17{ width: 17%;}
- .listW18{ width: 18%;}
- .listW19{ width: 19%;}
- .listW20{ width: 20%;}
- .listW30{ width: 30%;}
- .listW35{ width: 35%;}
- .listW45{ width: 45%;}
- .listW52{ width: 52%;}
- .listW85{ width: 85%;}
- .lineHeight36{ line-height: 36px;}
- .orderForm{
- margin-top: 30px;
- }
- #dicForms{
- content: "";
- display: block;
- clear: both;
- }
- .dicLeft,.dicRight{
- float: left;
- width: 50%;
- }
- .dicLeft .form-group{ display: flex;}
- .dicLeft .form-group .labelTit{
- text-align: right;
- line-height: 36px;
- }
- .Nows_box .labelTit{
- text-align: right;
- line-height: 36px;
- }
- .Nows_box .labelContent textarea{
- padding: 5px;
- width: 100%;
- }
- .dicLeft .form-group .labelContent{ margin-left: 15px;}
- .dicLeft .form-group .labelContent .radioStyle{
- margin-left: 15px;
- }
- .dicLeft .form-group .labelContent textarea{
- padding: 5px;
- width: 100%;
- }
- .dicLeft .form-group .labelContent select option{
- padding: 5px;
- width: 98%;
- }
- .dicLeft .form-group .labelContent .form-control{
- padding: 5px;
- width: 100%;
- }
- .dicLeft .form-group .labelContent{
- font-weight: normal;
- }
- .dicBtn{
- width: 100%;
- margin-top: 20px;
- }
- .historyCon{
- overflow: hidden;
- }
- .historyCon .complainL{
- float: left;
- width: 49%;
- }
- .historyCon .complainR{
- float: right;
- width: 50%;
- }
- .table-responsive table thead tr th{
- background-color:#1AA3C7 ;
- }
- /*.table-striped>tbody>tr{
- background-color:#DAF3F8 !important;
- }*/
- .list tr td{
- border-top: 1px solid #8D9EA6 !important;
- border-left: 1px solid #8D9EA6 !important;
- }
- .bootstrap-table .table{
- border-bottom: 1px solid #8D9EA6 !important;
- border-right: 1px solid #8D9EA6 !important;
- }
- .bootstrap-table .table > thead > tr > th{
- border-bottom: 1px solid #8D9EA6 !important;
- border-right: 1px solid #8D9EA6 !important;
- }
- .files{
- display: inline-block;
- background: #666;
- color: #fff !important;
- font-size: 12px;
- padding: 0 5px !important;
- border: 0 !important;
- margin-left: 8px !important;
- margin-bottom: 3px;
- }
- .fileBox{
- display: inline-block;
- }
|