郑州第一人民医院UI

addAnswer.css 3.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307
  1. table td {
  2. word-break: break-all;
  3. word-wrap: break-word;
  4. }
  5. table th {
  6. min-width: 120px;
  7. }
  8. .size-14 {
  9. font-size: 14px !important;
  10. }
  11. .shark_content_title {
  12. font-size: 16px;
  13. color: #333;
  14. font-weight: bold;
  15. height: 30px;
  16. line-height: 30px;
  17. border-bottom: 1px dashed #1ab394;
  18. margin-bottom: 10px;
  19. margin-top: 5px;
  20. }
  21. .wrapper .content_1,
  22. .wrapper .content_2,
  23. .wrapper .content_4 {
  24. background-color: #fff;
  25. width: 100%;
  26. margin: 0 auto;
  27. margin-bottom: 20px;
  28. padding: 10px 0px 20px 0px;
  29. border-radius: 10px;
  30. }
  31. .QuesTitle {
  32. margin-bottom: 5px;
  33. }
  34. .content_2 li {
  35. width: 24%;
  36. margin-bottom: 10px;
  37. }
  38. .content_3 li {
  39. width: 24%;
  40. margin-bottom: 10px;
  41. }
  42. #tbr {
  43. border: 1px solid #ccc;
  44. }
  45. #tbr td {
  46. padding: 10px;
  47. padding: 6px 0 5px 10px;
  48. color: #717171;
  49. line-height: 200%;
  50. border-top: 1px dotted #cccccc;
  51. }
  52. #tbr th {
  53. border-right: 1px dotted #cccccc;
  54. border-top: 1px dotted #cccccc;
  55. background: #f9f9f9;
  56. text-align: right;
  57. }
  58. .Back {
  59. background-color: #F8F8F8;
  60. }
  61. label {
  62. margin-right: 10px;
  63. }
  64. .Phone_Text ul {
  65. padding-left: 0;
  66. }
  67. .Phone_Text li {
  68. display: inline-block;
  69. width: 25%;
  70. margin-bottom: 5px;
  71. line-height: 20px;
  72. font-size: 16px;
  73. }
  74. .Phone_Text .visit_detail {
  75. width: 100%;
  76. }
  77. .Phone_Text .visit_detail span {
  78. display: inline-block;
  79. text-indent: 2em;
  80. word-break: break-all;
  81. word-wrap: break-word;
  82. }
  83. .Phone_Text label {
  84. width: 90px;
  85. }
  86. .Phone_Text li input {
  87. height: 20px;
  88. }
  89. .Phone_Text li select {
  90. height: 28px;
  91. }
  92. .Qus_box li {
  93. list-style: none;
  94. border: 1px solid #ccc;
  95. border-bottom: none;
  96. float: none;
  97. border-top: none;
  98. margin-top: -1px;
  99. }
  100. .wrapper .Qus_box {
  101. padding-left: 0 !important;
  102. margin-bottom: 0 !important;
  103. margin-top: 0;
  104. border-bottom: 1px solid #ccc;
  105. }
  106. .Qus_box div {
  107. padding: 10px;
  108. border-top: 1px solid #ccc;
  109. }
  110. .title_ul {
  111. padding-left: 0;
  112. margin-bottom: 0;
  113. }
  114. .title_ul li {
  115. border: 1px solid #ccc;
  116. float: none;
  117. margin-top: -1px;
  118. overflow: hidden;
  119. }
  120. .title_ul li span {
  121. /* width: 90%; */
  122. line-height: 30px;
  123. /*text-indent: 2em;*/
  124. border-left: 1px solid #ccc;
  125. display: block;
  126. float: left;
  127. padding: 0 10px;
  128. }
  129. .title_ul li label {
  130. line-height: 30px;
  131. margin: 0;
  132. text-align: center;
  133. width: 10%;
  134. display: block;
  135. float: left;
  136. }
  137. .checkbox input[type=checkbox] {
  138. margin-top: 0;
  139. margin-left: 0;
  140. position: relative;
  141. }
  142. .wrapper .radio {
  143. margin-top: 0;
  144. }
  145. .radio input[type=radio] {
  146. margin-top: -2px;
  147. margin-left: 10px;
  148. margin-right: 5px;
  149. position: relative;
  150. vertical-align: middle;
  151. }
  152. .wrapper {
  153. margin-top: 20px;
  154. margin-bottom: 20px;
  155. }
  156. .wrapper .Ul {
  157. float: left;
  158. padding-left: 0;
  159. border: none;
  160. margin-top: 0;
  161. }
  162. .Ul li {
  163. float: left;
  164. border: none;
  165. padding: 5px;
  166. }
  167. .checkbox,
  168. .radio {
  169. margin-bottom: 0;
  170. }
  171. .Wd {
  172. border-bottom: 1px solid #ccc;
  173. }
  174. .content_1 input.form-control {
  175. width: 50%;
  176. }
  177. textarea {
  178. resize: none;
  179. }
  180. #Tgetruset input[type="radio"] {
  181. margin-right: 6px;
  182. cursor: pointer;
  183. }
  184. #Tgetruset label {
  185. cursor: pointer;
  186. }
  187. .content_5 {
  188. margin-top: 20px;
  189. }
  190. .lookMsgs .Phone_Text li {
  191. line-height: 20px;
  192. }
  193. .lookMsgs input[type="radio"] {
  194. cursor: not-allowed !important;
  195. }
  196. .lookMsgs li span,
  197. .lookMsgs li img,
  198. .lookMsgs li label {
  199. cursor: default !important;
  200. }
  201. .content_2 {
  202. margin-top: 20px;
  203. }
  204. .wrapper ul {
  205. margin-top: 15px;
  206. margin-bottom: 0;
  207. }
  208. .audit_all {
  209. color: #19aad0;
  210. }
  211. .audit_wait {
  212. color: #febd23;
  213. }
  214. .audit_done {
  215. color: #5ccb91;
  216. }
  217. .audit_refuse {
  218. color: #fd7c78;
  219. }
  220. .audit_doned {
  221. color: #3cd6c9;
  222. }
  223. .audit_revoke {
  224. color: #fd72b9;
  225. }
  226. .audit_termination {
  227. color: #fc3d18;
  228. }
  229. .outBoundTask .Phone_Text li {
  230. width: 50%;
  231. line-height: 34px;
  232. }
  233. .cusDetails .cus_base {
  234. margin: 0;
  235. padding: 0;
  236. }
  237. .cusDetails .cus_base .cusListItem {
  238. background-color: #f6f6f6;
  239. padding: 10px;
  240. border-radius: 5px;
  241. margin-bottom: 10px;
  242. position: relative;
  243. }
  244. .cusDetails .cusListItem .aBtn {
  245. position: absolute;
  246. right: 60px;
  247. top: 10px;
  248. z-index: 10;
  249. }
  250. .cusDetails .cusListItem .aBtn1 {
  251. right: 20px;
  252. }