prescription-consulting.css 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. .div-top-content{
  2. position: fixed;
  3. width: 100%;
  4. z-index: 20;
  5. background: #FFFFFF;
  6. }
  7. .c-main{
  8. position: absolute;
  9. width: 100%;
  10. top: 75px;
  11. z-index: 10;
  12. }
  13. .h34{
  14. height: 34px;
  15. }
  16. .lh34{
  17. line-height: 34px;
  18. }
  19. .c-inline-block{
  20. display: inline-block;
  21. }
  22. .div-xf-status{
  23. /*width: 70px;*/
  24. height: 22px;
  25. /*line-height: 22px;*/
  26. padding: 0 10px;
  27. border:1px solid #74bf00;
  28. color:#74BF00;
  29. text-align: center;
  30. font-size: 12px;
  31. border-radius: 20px;
  32. }
  33. .chat-right .word-bread.sys-msg{
  34. background-color: #fff;
  35. }
  36. .chat-right .word-bread.sys-msg:after{
  37. background-color: #fff;
  38. border-color: #17b3ec;
  39. }
  40. .chat-left .word-bread.sys-msg{
  41. background-color: #fff;
  42. border-color: #17b3ec;
  43. }
  44. .chat-left .word-bread.sys-msg:after{
  45. background-color: #fff;
  46. border-color: #17b3ec;
  47. }
  48. .sys-header{
  49. display: inline-block;
  50. background-color: #17b3ec;
  51. height: 20px;
  52. line-height: 20px;
  53. padding: 0 10px;
  54. border-radius: 10px;
  55. color: #fff
  56. }
  57. .sys-header img{
  58. vertical-align: middle;
  59. margin-right: 5px;
  60. }
  61. a {
  62. color: #47A8EF;
  63. }
  64. a:active{
  65. color: #47A8EF;
  66. }
  67. .chat-right .word-bread.survey-msg{
  68. background-color: #e4e4e4;
  69. }
  70. .chat-right .word-bread.survey-msg:after{
  71. background-color: #e4e4e4;
  72. border-color: #dcdcdc;
  73. }
  74. .chat-left .word-bread.survey-msg{
  75. background-color: #e4e4e4;
  76. border-color: #dcdcdc;
  77. }
  78. .chat-left .word-bread.survey-msg:after{
  79. background-color: #e4e4e4;
  80. border-color: #dcdcdc;
  81. }
  82. .word-bread.survey-msg .msg-body{
  83. background-color: #fff;
  84. padding: 4px 5px;
  85. border-radius: 5px;
  86. }
  87. .chat-left .word-bread.survey-msg{
  88. padding: 4px 5px;
  89. }
  90. .survey-msg .j-btn{float: right;font-size: 14px;color:#47A8EF;padding: 3px 5px;border: solid 1px #17B3EC;border-radius: 5px;}
  91. .xf-notice{font-size: 14px;color: #666;text-align: center;padding-top: 10px;position: relative;left: -27px;}