Açıklama Yok

bookingDetail.css 5.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420
  1. ul,
  2. li {
  3. padding: 0;
  4. margin: 0;
  5. list-style: none;
  6. }
  7. .btns {
  8. background: #1ab394;
  9. color: #fff;
  10. padding: 3px 10px;
  11. outline: none;
  12. font-size: 12px;
  13. margin-left: 15px;
  14. border: 0;
  15. border-radius: 3px;
  16. }
  17. .review {
  18. width: 90%;
  19. margin: 50px 5% 0 5%;
  20. }
  21. .review .title{
  22. margin-top: 30px;
  23. margin-bottom: 15px;
  24. font-size: 18px;
  25. font-weight: bold;
  26. }
  27. .fontColor{
  28. color: #333333;
  29. }
  30. .fontColor1{
  31. color: #999999;}
  32. .left{
  33. /* display: inline-block; */
  34. width: 98%;
  35. height: 100%;
  36. /* border: 1px solid black; */
  37. background: #ffffff;
  38. margin:20px auto;
  39. }
  40. .right .wrapper{
  41. display: block;
  42. }
  43. .row-spacing{
  44. margin-bottom: 10px;
  45. }
  46. /* 输入框 */
  47. .input-style{
  48. width: 60%;
  49. background-color: #FFF;
  50. background-image: none;
  51. border: 1px solid #e5e6e7;
  52. border-radius: 1px;
  53. padding: 6px 12px;
  54. font-size: 14px;
  55. }
  56. /* 下拉框 */
  57. .select-style{
  58. width: 25%;
  59. height: 30px;
  60. background-color: #FFF;
  61. background-image: none;
  62. border: 1px solid #e5e6e7;
  63. border-radius: 1px;
  64. padding: 0px 12px;
  65. font-size: 14px;
  66. }
  67. /* 病人信息--开始 */
  68. .ckxq {
  69. padding: 5px;
  70. border: 1px solid #e5e6e7;
  71. }
  72. .ckxq ul li {
  73. padding: 5px 15px;
  74. cursor: pointer;
  75. }
  76. .ckxq_ul {
  77. margin-top: 10px;
  78. }
  79. .table>tbody>tr>th {
  80. padding: 4px;
  81. width: 100px;
  82. text-align: center;
  83. }
  84. .table>tbody>tr>td {
  85. padding: 4px;
  86. width: 100px;
  87. }
  88. .Active {
  89. background: #1ab394;
  90. color: #FFFFFF;
  91. }
  92. .tbodys th {
  93. text-align: right;
  94. /*background: rgb(214,236,255);*/
  95. }
  96. .tbodys td {
  97. text-align: left;
  98. }
  99. .tbodys input {
  100. background-color: #FFF;
  101. background-image: none;
  102. border-radius: 1px;
  103. color: inherit;
  104. padding: 1px 6px;
  105. border: 1px solid #d7d7d7;
  106. }
  107. /* 病人信息--结束 */
  108. /* 随访问卷--开始 */
  109. table td {
  110. word-break: break-all;
  111. word-wrap: break-word;
  112. }
  113. table th {
  114. min-width: 120px;
  115. }
  116. .size-14 {
  117. font-size: 14px !important;
  118. }
  119. .shark_content_title {
  120. font-size: 16px;
  121. color: #333;
  122. font-weight: bold;
  123. height: 30px;
  124. line-height: 30px;
  125. border-bottom: 1px dashed #1ab394;
  126. margin-bottom: 10px;
  127. margin-top: 5px;
  128. }
  129. .wrapper .content_1,
  130. .wrapper .content_2,
  131. .wrapper .content_4 {
  132. background-color: #fff;
  133. width: 100%;
  134. margin: 0 auto;
  135. margin-bottom: 20px;
  136. padding: 5px;
  137. border-radius: 10px;
  138. }
  139. .QuesTitle {
  140. margin-bottom: 5px;
  141. }
  142. .content_2 li {
  143. width: 24%;
  144. margin-bottom: 10px;
  145. }
  146. .content_3 li {
  147. width: 24%;
  148. margin-bottom: 10px;
  149. }
  150. #tbr {
  151. border: 1px solid #ccc;
  152. }
  153. #tbr td {
  154. padding: 10px;
  155. padding: 6px 0 5px 10px;
  156. color: #717171;
  157. line-height: 200%;
  158. border-top: 1px dotted #cccccc;
  159. }
  160. #tbr th {
  161. border-right: 1px dotted #cccccc;
  162. border-top: 1px dotted #cccccc;
  163. background: #f9f9f9;
  164. text-align: right;
  165. }
  166. .Back {
  167. background-color: #F8F8F8;
  168. }
  169. label {
  170. margin-right: 10px;
  171. }
  172. .Phone_Text ul {
  173. padding-left: 0;
  174. }
  175. .Phone_Text li {
  176. width: 25%;
  177. margin-bottom: 5px;
  178. line-height: 20px;
  179. }
  180. .Phone_Text .visit_detail {
  181. width: 100%;
  182. }
  183. .Phone_Text .visit_detail span {
  184. display: inline-block;
  185. text-indent: 2em;
  186. word-break: break-all;
  187. word-wrap: break-word;
  188. }
  189. .Phone_Text label {
  190. width: 90px;
  191. }
  192. .Qus_box li {
  193. list-style: none;
  194. border: 1px solid #ccc;
  195. border-bottom: none;
  196. float: none;
  197. border-top: none;
  198. margin-top: -1px;
  199. }
  200. .wrapper .Qus_box {
  201. padding-left: 0 !important;
  202. margin-bottom: 0 !important;
  203. margin-top: 0;
  204. border-bottom: 1px solid #ccc;
  205. }
  206. .Qus_box div {
  207. padding: 10px;
  208. border-top: 1px solid #ccc;
  209. }
  210. .title_ul {
  211. padding-left: 0;
  212. margin-bottom: 0;
  213. }
  214. .title_ul li {
  215. border: 1px solid #ccc;
  216. float: none;
  217. margin-top: -1px;
  218. overflow: hidden;
  219. }
  220. .title_ul li span {
  221. width: 75%;
  222. line-height: 30px;
  223. /*text-indent: 2em;*/
  224. border-left: 1px solid #ccc;
  225. display: block;
  226. float: left;
  227. padding: 0 10px;
  228. }
  229. .title_ul li label {
  230. line-height: 30px;
  231. margin: 0;
  232. text-align: center;
  233. width: 25%;
  234. display: block;
  235. float: left;
  236. }
  237. .checkbox input[type=checkbox] {
  238. margin-top: 0;
  239. margin-left: 0;
  240. position: relative;
  241. }
  242. .wrapper .radio {
  243. margin-top: 0;
  244. }
  245. .radio input[type=radio] {
  246. margin-top: -2px;
  247. margin-left: 10px;
  248. margin-right: 5px;
  249. position: relative;
  250. vertical-align: middle;
  251. }
  252. .wrapper {
  253. padding: 0;
  254. }
  255. .wrapper .Ul {
  256. float: left;
  257. padding-left: 0;
  258. border: none;
  259. margin-top: 0;
  260. }
  261. .Ul li {
  262. float: left;
  263. border: none;
  264. padding: 5px;
  265. }
  266. .checkbox,
  267. .radio {
  268. margin-bottom: 0;
  269. }
  270. .Wd {
  271. border-bottom: 1px solid #ccc;
  272. }
  273. .content_1 input.form-control {
  274. width: 50%;
  275. }
  276. textarea {
  277. resize: none;
  278. }
  279. #Tgetruset input[type="radio"] {
  280. margin-right: 6px;
  281. cursor: pointer;
  282. }
  283. #Tgetruset label {
  284. cursor: pointer;
  285. }
  286. .content_5 {
  287. margin-top: 20px;
  288. }
  289. .lookMsgs .Phone_Text li {
  290. line-height: 20px;
  291. }
  292. .lookMsgs input[type="radio"] {
  293. cursor: not-allowed !important;
  294. }
  295. .lookMsgs li span,
  296. .lookMsgs li img,
  297. .lookMsgs li label {
  298. cursor: default !important;
  299. }
  300. .content_2 {
  301. margin-top: 20px;
  302. }
  303. .wrapper ul {
  304. margin-top: 15px;
  305. margin-bottom: 0;
  306. }
  307. .audit_all {
  308. color: #19aad0;
  309. }
  310. .audit_wait {
  311. color: #febd23;
  312. }
  313. .audit_done {
  314. color: #5ccb91;
  315. }
  316. .audit_refuse {
  317. color: #fd7c78;
  318. }
  319. .audit_doned {
  320. color: #3cd6c9;
  321. }
  322. .audit_revoke {
  323. color: #fd72b9;
  324. }
  325. .audit_termination {
  326. color: #fc3d18;
  327. }
  328. .outBoundTask .Phone_Text li {
  329. width: 50%;
  330. line-height: 34px;
  331. }
  332. .cusDetails .cus_base {
  333. margin: 0;
  334. padding: 0;
  335. }
  336. .cusDetails .cus_base .cusListItem {
  337. background-color: #f6f6f6;
  338. padding: 10px;
  339. border-radius: 5px;
  340. margin-bottom: 10px;
  341. position: relative;
  342. }
  343. .cusDetails .cusListItem .aBtn {
  344. position: absolute;
  345. right: 60px;
  346. top: 10px;
  347. z-index: 10;
  348. }
  349. .cusDetails .cusListItem .aBtn1 {
  350. right: 20px;
  351. }
  352. /* 随访问卷--结束*/