Нет описания

accessRegister.css 5.2KB

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