1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- .div-top-content{
- position: fixed;
- width: 100%;
- z-index: 20;
- background: #FFFFFF;
- }
- .c-main{
- position: absolute;
- width: 100%;
- top: 75px;
- z-index: 10;
- }
- .h34{
- height: 34px;
- }
- .lh34{
- line-height: 34px;
- }
- .c-inline-block{
- display: inline-block;
- }
- .div-xf-status{
- /*width: 70px;*/
- height: 22px;
- /*line-height: 22px;*/
- padding: 0 10px;
- border:1px solid #74bf00;
- color:#74BF00;
- text-align: center;
- font-size: 12px;
- border-radius: 20px;
- }
- .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: 20px;
- line-height: 20px;
- padding: 0 10px;
- border-radius: 10px;
- color: #fff
- }
- .sys-header img{
- vertical-align: middle;
- margin-right: 5px;
- }
- a {
- color: #47A8EF;
- }
- a:active{
- color: #47A8EF;
- }
- .chat-right .word-bread.survey-msg{
- background-color: #e4e4e4;
- }
- .chat-right .word-bread.survey-msg:after{
- background-color: #e4e4e4;
- border-color: #dcdcdc;
- }
- .chat-left .word-bread.survey-msg{
- background-color: #e4e4e4;
- border-color: #dcdcdc;
- }
- .chat-left .word-bread.survey-msg:after{
- background-color: #e4e4e4;
- border-color: #dcdcdc;
- }
- .word-bread.survey-msg .msg-body{
- background-color: #fff;
- padding: 4px 5px;
- border-radius: 5px;
- }
- .chat-left .word-bread.survey-msg{
- padding: 4px 5px;
- }
- .survey-msg .j-btn{float: right;font-size: 14px;color:#47A8EF;padding: 3px 5px;border: solid 1px #17B3EC;border-radius: 5px;}
- .xf-notice{font-size: 14px;color: #666;text-align: center;padding-top: 10px;position: relative;left: -27px;}
|