123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551 |
- .consulting-panel{
- position: relative;
- height: calc(100% - 10px);
- }
- .c-12b7f5{
- color: #12b7f5;
- }
- .input-panel{
- height: 150px;
- position: relative;
- }
- .mtb6{
- margin-top: 6px;
- margin-bottom: 6px;
- }
- #talkBox:after {
- visibility: hidden;
- display: block;
- font-size: 0;
- content: " ";
- clear: both;
- height: 0;
- padding-bottom: 15px;
- }
- p{
- margin-top: 6px;
- margin-bottom: 6px;
- }
- .c-chat-box {
- border: none;
- padding-left: 2%;
- padding-right: 2%;
- }
- .time-tips {
- margin: 10px 0 0 0;
- text-align: center;
- clear: both;
- }
- .time-tips span {
- position: relative;
- display: inline-block;
- padding: 0 60px;
- color: #aeaeae;
- font-size: 15px;
- }
- .time-tips span:before,
- .time-tips span:after {
- position: absolute;
- content: "";
- display: block;
- width: 50px;
- height: 1px;
- background: #e6e4e1;
- top: 50%;
- }
- .time-tips span:before {
- left: 0;
- }
- .time-tips span:after {
- right: 0;
- }
- .chat-left,
- .chat-right {
- clear: both;
- overflow: hidden;
- padding: 10px 0;
- }
- .chat-left > dt,
- .chat-right > dt {
- width: 40px;
- height: 40px;
- }
- .chat-left > dt {
- float: left;
- margin-right: 15px;
- }
- .chat-right > dt {
- float: right;
- margin-left: 15px;
- }
- .chat-left > dt img,
- .chat-right > dt img {
- width: 40px;
- height: 40px;
- border-radius: 50%;
- }
- .chat-left > dd,
- .chat-right > dd {
- position: relative;
- min-height: 18px;
- font-size: 15px;
- display: inline-block;
- max-width: 80%;
- background: #fff;
- border: 1px solid #e1e1e1;
- border-radius: 6px;
- padding: 8px 10px;
- box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
- }
- .chat-left > dd {
- float: left;
- /* white-space: pre-wrap; */
- word-wrap: break-word;
- }
- .chat-right > dd {
- float: right;
- background: #bce0ff;
- border: 1px solid #81bdf7;
- /* white-space: pre-wrap; */
- word-wrap: break-word;
- }
- .chat-left > dd:after {
- content: "";
- position: absolute;
- top: 14px;
- left: -6px;
- display: block;
- width: 8px;
- height: 8px;
- background: #fff;
- border-color: #e1e1e1;
- border-style: solid;
- border-width: 1px 0 0 1px;
- -webkit-transform: rotate(-45deg);
- -moz-transform: rotate(-45deg);
- transform: rotate(-45deg);
- }
- .chat-right > dd:after {
- content: "";
- position: absolute;
- top: 14px;
- right: -6px;
- display: block;
- width: 8px;
- height: 8px;
- background: #bce0ff;
- border-color: #81bdf7;
- border-style: solid;
- border-width: 1px 0 0 1px;
- -webkit-transform: rotate(135deg);
- -moz-transform: rotate(135deg);
- transform: rotate(135deg);
- }
- .chat-left > dd p img,
- .chat-right > dd p img {
- max-width: 150px;
- max-height: 150px;
- margin: 5px 0;
- }
- .chat-msg-box {
- bottom: 0;
- left: 0
- }
- .chat-msg-box .input-group .form-control {
- height: 32px;
- }
- .pull-more {
- text-align: center;
- color: #5b5b5b;
- font-size: 14px;
- padding: 14px 0;
- }
- .chat-right .word-bread.sys-msg{
- background-color: #fff;
-
- }
- .chat-right .word-bread.sys-msg:after{
- background-color: #fff;
- border-color: #17b3ec;
- }
- .chat-left .word-bread.sys-msg{
- background-color: #fff;
- border-color: #17b3ec;
- }
- .chat-left .word-bread.sys-msg:after{
- background-color: #fff;
- border-color: #17b3ec;
- }
- .sys-header{
- display: inline-block;
- background-color: #17b3ec;
- height: 28px;
- line-height: 28px;
- padding: 0 10px;
- border-radius: 14px;
- color: #fff
- }
- .sys-header img{
- vertical-align: middle;
- margin-right: 5px;
- }
- .time-tips span{
- padding: 2px 10px;
- border-radius: 15px;
- color: #aaa;
- /*background-color: #E1E1E1;*/
- font-size: 12px;
- }
- .time-tips .xt-xiaoxi{
- background-color: #e1e1e1;
- }
- .chat-left, .chat-right {
- display: -webkit-box;
- clear: both;
- overflow: hidden;
- padding: 10px 0;
- }
- .chat-right{
- -webkit-box-direction: reverse;
- }
- .chat-left > dt{
- float: none;
- }
- .chat-right > dt {
- float: none;
- }
- .chat-right .word-bread{
- text-align: left;
- /*float: right;*/
- background: #17b3ec;
- border: 1px solid #17b3ec;
- /* white-space: pre-wrap; */
- word-wrap: break-word;
-
- position: relative;
- min-height: 18px;
- font-size: 15px;
- display: inline-block;
- max-width: 80%;
- border-radius: 6px;
- padding: 8px 10px;
- box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
- }
- .chat-right > div.c-content{
- -webkit-box-flex: 1;
- text-align: right;
- }
- .chat-right .word-bread:after{
- content: "";
- position: absolute;
- top: 5px;
- right: -5px;
- display: block;
- width: 8px;
- height: 8px;
- background: #17b3ec;
- border-color: #17b3ec;
- border-style: solid;
- border-width: 1px 0 0 1px;
- -webkit-transform: rotate(135deg);
- -moz-transform: rotate(135deg);
- transform: rotate(135deg);
- }
- .chat-left .word-bread{
- /*float: left;*/
- /* white-space: pre-wrap; */
- word-wrap: break-word;
-
- position: relative;
- min-height: 18px;
- font-size: 15px;
- display: inline-block;
- max-width: 80%;
- background: #fff;
- border: 1px solid #e1e1e1;
- border-radius: 6px;
- padding: 8px 10px;
- box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
- }
- .chat-left > div.c-content{
- -webkit-box-flex: 1;
- text-align: left;
- }
- .chat-left .word-bread:after{
- content: "";
- position: absolute;
- top: 5px;
- left: -5px;
- display: block;
- width: 8px;
- height: 8px;
- background: #fff;
- border-color: #e1e1e1;
- border-style: solid;
- border-width: 1px 0 0 1px;
- -webkit-transform: rotate(-45deg);
- -moz-transform: rotate(-45deg);
- transform: rotate(-45deg);
- }
- .chat-left span.name, .chat-right span.name{
- display: block;
- height: 24px;
- }
- .time-tips span:before, .time-tips span:after{
- height: 0!important;
- }
- .action-panel{
- background-color: #F5F5FA;
- height: 30px;
- line-height: 30px;
- padding-left: 20px;
- padding-right: 20px;
- }
- .action-panel i{
- font-size: 18px;
- }
- .send-btn{
- background-color: #12b7f5;
- color: #fff;
- border: 1px solid #12b7f5;
- position: absolute;
- right: 10px;
- bottom: 10px;
- padding: 4px 10px;
- }
- .send-btn.disabled,
- .send-btn.disabled:hover
- {
- border: 1px solid #e7eaec;
- background-color: #f2f4f6;
- color: #ccc;
- }
- .input-msg{
- width: 100%;
- line-height: 22px;
- overflow-x: hidden;
- overflow-y: auto;
- height: 76px;
- padding: 5px 10px;
- font-size: 14px;
- -webkit-user-select: auto;
- user-modify: read-write-plaintext-only;
- -webkit-user-modify: read-write-plaintext-only
- }
- .info-panel{
- height: 26px;
- line-height: 26px;
- font-size: 12px;
- color: #666;
- text-align: center;
- background-color: #fafaeb;
- }
- .info-panel a{
- color: #12b7f5;
- }
- .diseaseInfo{
- font-size: 12px;
- color: #999;
- background-color: #f5f5fa;
- display: inline-block;
- padding: 5px 12px;
- border-radius: 14px;
- margin-top: 10px;
- margin-bottom: 10px;
- }
- .status-btn{
- display: inline-block;
- height: 30px;
- border: 1px solid #12b7f5;
- line-height: 30px;
- padding: 0 12px;
- border-radius: 2px;
- color: #12b7f5;
- margin-top: 10px;
- }
- .consult-icon{
- width: 16px;
- height: 16px;
- margin-right: 10px;
- }
- .icon-image:before{
- content: url(../img/img_icon.png);
- }
- .icon-image:hover:before{
- content: url(../img/img_icon_pre.png);
- }
- .icon-reply:before{
- content: url(../img/huifu_icon.png);
- }
- .icon-reply:hover:before{
- content: url(../img/huifu_icon_pre.png);
- }
- .quick-reply-panel{
- position: absolute;
- bottom: 0;
- left: 50px;
- background-color: #fff;
- border: 1px solid #e1e1e1;
- display: none;
- max-width: 50%;
- }
- .reply-list{
- margin: 0;
- padding: 0;
- list-style: none;
- }
- .reply-list li{
- border-top: 1px solid #e1e1e1;
- padding: 10px;
- text-align: center;
- word-wrap: break-word;
- }
- .reply-list li:first-child{
- border-top: 0;
- }
- .reply-list li:hover{
- color: #12b7f5;
- }
- .chat-right .word-bread.msg-fv{
- background-color: #f5f5fa;
- padding: 10px;
- border: none;
- }
- .chat-right .word-bread.msg-fv:after{
- background-color: #f5f5fa;
- border-color: #f5f5fa;
- }
- .msg-fv .fv-content{
- background-color: #fff;
- padding: 8px 10px;
- border-radius: 6px;
- }
- .fv-remind{
- text-align: center;
- display: inline-block;
- background-color: #f5f5fa;
- padding: 8px 20px;
- border-radius: 18px;
- color: #666;
- margin-bottom: 15px;
- }
- .mb10-i{
- margin-bottom: 10px !important;
- }
- .layer-info-content{
- width: 80%;
- margin: auto;
- }
- body .alert-info .layui-layer-title{
- background-color: #fff;
- border-bottom: 0;
- }
- body .alert-info .layui-layer-content{
- padding: 0px 20px 10px;
- text-align: center;
- color: #333;
- }
- body .alert-info .layui-layer-btn{
- text-align: center;
- border-top: 0;
- background-color: #fff;
- padding: 20px;
- }
- body .alert-info .layui-layer-btn a{
- background-color: #fff;
- border: 1px solid #d7dce6;
- color: #666;
- }
- .flex-box-li{
- display: -webkit-box;
- display: box;
- -webkit-box-pack: center;
- -webkit-box-align: center;
- }
- .col-0{
- -webkit-box-flex: 0;
- box-flex: 0;
- }
- .col-1{
- -webkit-box-flex: 1;
- box-flex: 1;
- }
- body .quick-reply-setting .layui-layer-title{
- height: 40px;
- background-color: #fff;
- line-height: 40px;
- font-size: 14px;
- font-weight: normal;
- padding: 0 80px 0 10px;
- }
- body .quick-reply-setting .layui-layer-content{
- padding: 10px;
- color: #333;
- }
- body .quick-reply-setting .layui-layer-btn{
- background-color: #fff;
- border-top: 0;
- padding: 10px;
- }
- body .quick-reply-setting .layui-layer-btn a{
- background-color: #fafafa;
- border: 1px solid #d7dce6;
- color: #666;
- }
- body .quick-reply-setting .layui-layer-btn .layui-layer-btn0{
- border-color: #12b7f5;
- }
- body .quick-reply-setting .layui-layer-btn .layui-layer-btn1{
- }
- ul{
- margin: 0;
- list-style: none;
- padding: 0;
- }
- .reply-list2 li{
- padding: 10px 10px;
- }
- .link-blue,
- .link-blue:hover,
- .link-blue:focus
- {
- color: #12b7f5;
- text-decoration: underline;
- }
- .work-break{
- word-wrap: break-word;
- }
|