prescription-analysis.css 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. body{
  2. background-color: #f2f4f6;
  3. }
  4. .c-5b5b5b{
  5. color: #5b5b5b;
  6. }
  7. .c-EA5B3A{color: #EA5B3A;}
  8. .cb-EA5B3A{background: #EA5B3A;}
  9. .cb-FF8746{background: #FF8746;}
  10. .cb-69CA2E{background: #69CA2E;}
  11. .cb-3DA9CE{background: #3DA9CE;}
  12. .demo-comtop h1{
  13. margin: 0;
  14. }
  15. .text-box img{
  16. /*vertical-align: middle;*/
  17. }
  18. .jiezhi-time{vertical-align: top;}
  19. .tag-panel .tag{
  20. background-color: #fff;
  21. text-align: center;
  22. /*margin-left: 10px;*/
  23. border-radius: 5px;
  24. padding: 10px 0;
  25. border: 1px solid #e1e1e1;
  26. border-bottom: 5px solid transparent;
  27. box-shadow: 0px 1px 2px #e1e1e1;
  28. }
  29. .tag-panel .tag.active{
  30. border-bottom: 5px solid #17B3EC;
  31. color: #17b3ec;
  32. }
  33. .c-failstate{
  34. padding: 50px 15px 10px 15px;
  35. background-color: #f1f4fb;
  36. }
  37. .l-zxt{
  38. background-color: #fff;
  39. height: 250px;
  40. }
  41. .l-zxt-con{
  42. border-radius: 8px;
  43. }
  44. .l-gq-list li{
  45. position: relative;
  46. height: 70px;
  47. margin: 0;
  48. padding: 5px 10px;
  49. border-top: 1px solid #e1e1e1;
  50. }
  51. .l-gq-list li:first-child{
  52. border-top: transparent;
  53. }
  54. .div-ranking{
  55. position: absolute;
  56. top: 50%;
  57. right: 32px;
  58. margin-top: -15px;
  59. padding: 2px 4px;
  60. border-radius: 10px;
  61. color: #fff;
  62. font-size: 14px;
  63. z-index: 10;
  64. }
  65. .l-gq-bg{
  66. position: absolute;
  67. top: 5px;
  68. left: 5px;
  69. height: 60px;
  70. border-radius: 8px;
  71. background-color: #17b3ec;
  72. opacity: 0.4;
  73. z-index: 1;
  74. }
  75. .l-gq-arrow{
  76. position: absolute;
  77. top: 50%;
  78. margin-top: -10px;
  79. right: 15px;
  80. border: solid #17b3ec;
  81. border-width: 2px 2px 0 0;
  82. }
  83. .l-arrow-right{
  84. display: block;
  85. width: 12px;
  86. height: 12px;
  87. border: solid #cdcdcd;
  88. border-width: 2px 2px 0 0;
  89. -webkit-transform: rotate(45deg);
  90. -moz-transform: rotate(45deg);
  91. -ms-transform: rotate(45deg);
  92. -o-transform: rotate(45deg);
  93. transform: rotate(45deg);
  94. }
  95. .name{
  96. height: 32px;
  97. line-height: 32px;
  98. }
  99. .canvas-wc{
  100. width: 100%;
  101. height: 190px;
  102. margin: 0;
  103. position: absolute;
  104. top: 0;
  105. left: 0;
  106. display: none;
  107. background: #17B3EC;
  108. z-index: 10;
  109. }
  110. .div-btn-group{
  111. position: absolute;
  112. top: 5px;
  113. left: 10px;
  114. z-index: 100;
  115. }
  116. .div-btn-group .div-btn{
  117. width: 40px;
  118. height: 20px;
  119. line-height: 20px;
  120. background: #0068A9;
  121. text-align: center;
  122. border-radius: 10px;
  123. color: #fff;
  124. float: left;
  125. margin-right: 5px;
  126. }
  127. .div-btn-group .div-btn.active{
  128. background: #90D5FF;
  129. color: #0068a9;
  130. }
  131. .div-danwei{
  132. position: absolute;
  133. right: 10px;
  134. top: 0;
  135. z-index: 100;
  136. color: #ffffff;
  137. }
  138. .choose-label{
  139. font-size: 13px;
  140. display: inline-block;
  141. padding: 2px 10px 2px 8px;
  142. background-color: #ffbc2b;
  143. color: #fff;
  144. border-top-left-radius: 15px;
  145. border-bottom-left-radius: 15px;
  146. }
  147. .locale-panel{
  148. position:relative;
  149. background-color: #fff;
  150. }
  151. .color-tag {
  152. height: 15px;
  153. width: 15px;
  154. border-radius: 50%;
  155. display: inline-block;
  156. }