iframe.css0320 18 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006
  1. body {
  2. font-family: "Microsoft YaHei", Helvetica, "STHeiti STXihei", "Microsoft JhengHei", Tohoma, Arial;
  3. font-size: 14px;
  4. -webkit-box-sizing: border-box;
  5. -moz-box-sizing: border-box;
  6. box-sizing: border-box;
  7. /*background-color: #f0f0f0;*/
  8. }
  9. @font-face {
  10. font-family: "edui-iconfont";
  11. src: url('./default/font/iconfont.woff2') format('woff2'),
  12. url('./default/font/iconfont.woff') format('woff'),
  13. url('./default/font/iconfont.ttf') format('truetype');
  14. }
  15. @font-face {
  16. font-family: 'iconfont'; /* Project id 3777025 */
  17. src: url('./default/font2/iconfont.ttf') format('truetype');
  18. }
  19. ::-webkit-scrollbar {
  20. width: 6px;
  21. height: 6px;
  22. }
  23. ::-webkit-scrollbar-track {
  24. /* box-shadow: inset 0 0 0px rgba(240, 240, 240, 0.5); */
  25. background-color: transparent;
  26. }
  27. ::-webkit-scrollbar-thumb {
  28. border-radius: 5px;
  29. box-shadow: inset 0 0 0px rgba(240, 240, 240, 0.5);
  30. background-color: rgba(100, 100, 100, 0.5);
  31. }
  32. a {
  33. color: #09f;
  34. text-decoration: none !important;
  35. }
  36. a:hover,
  37. a:focus {
  38. color: #09f;
  39. text-decoration: none !important;
  40. }
  41. blockquote {
  42. padding: 0 0 0 15px;
  43. margin: 0 0 18px;
  44. border-left: 5px solid #EEE;
  45. }
  46. img + br {
  47. display: block;
  48. padding: 4px 0;
  49. content: ' ';
  50. }
  51. /**iframe里body中的p元素样式**/
  52. /* body p {
  53. margin-bottom: 1em;
  54. } */
  55. iframe {
  56. border: none;
  57. }
  58. img {
  59. max-width: 100%;
  60. }
  61. img[data-word-image]{
  62. cursor: pointer;
  63. }
  64. pre {
  65. margin: .5em 0;
  66. padding: .4em .6em;
  67. border-radius: 8px;
  68. background: #f8f8f8;
  69. line-height: 1.5;
  70. }
  71. .border-color{
  72. border-color:#ffffff;
  73. }
  74. .border-color-dg{
  75. }
  76. input{
  77. border-style:none
  78. }
  79. select{
  80. border-style:none;
  81. border:0;
  82. background: transparent;
  83. appearance:none;
  84. -moz-appearance:none; /* Firefox */
  85. -webkit-appearance:none; /* Safari 和 Chrome */
  86. }
  87. .input-200{
  88. width: 200px;
  89. border-style:none
  90. }
  91. .input-150{
  92. width: 150px;
  93. border-style:none
  94. }
  95. .input-100{
  96. width: 100px;
  97. border-style:none
  98. }
  99. .input-50{
  100. width: 50px;
  101. border-style:none
  102. }
  103. .text-area-resize{
  104. resize:none;
  105. border-style:none;
  106. }
  107. .select-50{
  108. width: 50px;
  109. border-style:none;
  110. border:0;
  111. background: transparent;
  112. appearance:none;
  113. -moz-appearance:none; /* Firefox */
  114. -webkit-appearance:none; /* Safari 和 Chrome */
  115. }
  116. .select-100{
  117. width: 100px;
  118. border-style:none;
  119. border:0;
  120. background: transparent;
  121. appearance:none;
  122. -moz-appearance:none; /* Firefox */
  123. -webkit-appearance:none; /* Safari 和 Chrome */
  124. }
  125. .select-150{
  126. width: 150px;
  127. border-style:none;
  128. border:0;
  129. background: transparent;
  130. appearance:none;
  131. -moz-appearance:none; /* Firefox */
  132. -webkit-appearance:none; /* Safari 和 Chrome */
  133. }
  134. /*清除ie的默认选择框样式清除,隐藏下拉箭头*/
  135. select::-ms-expand { display: none; }
  136. .sde-ctrl {
  137. display: inline;
  138. color: #000;
  139. /* background-color: #F0F8FF; */
  140. margin-left: 4px;
  141. margin-right: 4px;
  142. }
  143. .sde-label {
  144. background-color: white;
  145. }
  146. .sde-ctrl>.sde-value,
  147. .sde-ctrl>.sde-revise>.sde-value-revise {
  148. display: inline;
  149. }
  150. .sde-ctrl:after {
  151. color: red;
  152. /* content: attr(sde-right); */
  153. font-weight: bold;
  154. position: relative;
  155. bottom: -2px;
  156. }
  157. .sde-ctrl:focus,
  158. .sde-ctrl>.sde-value:focus,
  159. .sde-ctrl>.sde-revise>.sde-value-revise:focus {
  160. background-color: #add8e6;
  161. }
  162. .sde-ctrl>.sde-value:before,
  163. .sde-ctrl>.sde-revise>.sde-value-revise:before {
  164. color: #0000ff;
  165. padding-right: 3px;
  166. /* content: attr(sde-left); */
  167. }
  168. .sde-ctrl>.sde-value{
  169. color: lightgray;
  170. background-color: #eff;
  171. color: black;
  172. cursor:default;
  173. }
  174. .sde-ctrl>.sde-value:after,
  175. .sde-ctrl>.sde-revise>.sde-value-revise:after {
  176. color: #0000ff;
  177. padding-left: 3px;
  178. /* content: attr(sde-right); */
  179. }
  180. .sde-ctrl .sde-value .sde-val-item {
  181. box-sizing: border-box;
  182. border-color: transparent;
  183. margin: 2px;
  184. background-color: rgb(208, 216, 223);
  185. padding: 0 3px;
  186. border-radius: 4px;
  187. }
  188. .sde-auxiliary-root {
  189. display: none;
  190. }
  191. .sde-auxiliary-root>.sde-auxiliary-bg {
  192. z-index: 1;
  193. position: fixed;
  194. background-color: #000;
  195. opacity: 0;
  196. top: 0;
  197. left: 0;
  198. width: 100%;
  199. height: 100%;
  200. display: block;
  201. }
  202. .sde-auxiliary-root>.sde-auxiliary-root-dom {
  203. position: absolute;
  204. border: 1px solid #ccc;
  205. min-height: 10px;
  206. background-color: #fefefe;
  207. overflow-y: auto;
  208. z-index: 2;
  209. }
  210. .sde-auxiliary-select-ul {
  211. width: 100%;
  212. padding: 5px 0;
  213. font-size: 14px;
  214. border-radius: 4px;
  215. }
  216. .sde-auxiliary-select-ul .selected:after {
  217. content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAgVBMVEX///8AnhIAnBIAmhEAoBMApxQAcg0AIwQAAAAAqRUAqhUAphQApxQAnhIAnBIAnxMAoBMAmBEAmBEAmREAjg4Ajw8AhgwAhQwAZAkAAAAAPwQAagYAOgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABj7nRP6mA15EYd3y7///8f1UZbAAAAJnRSTlMAAAAAAAAAAAAzZkjMZjNIzMx7SMxISMxIBlrMYyARBQMSGhcQCRTuOuYAAAABYktHRACIBR1IAAAAB3RJTUUH2wUSFAIAr8Q/BgAAAE9JREFUGNNjYKASYGRiZmHl5EIV4ObhQQjw8jHzC6gJIAQEBYUE1QWFEQIiGkAoyoYQEBPXFJdg50AISEpJy8jKySMEFBSVlFVUFajlCwYA+DcEQfs7xCQAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTgtMDQtMTBUMDU6Mjk6MzYrMDg6MDA8SYRAAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDExLTA1LTE4VDIwOjAyOjAwKzA4OjAw9hxmegAAAEN0RVh0c29mdHdhcmUAL3Vzci9sb2NhbC9pbWFnZW1hZ2ljay9zaGFyZS9kb2MvSW1hZ2VNYWdpY2stNy8vaW5kZXguaHRtbL21eQoAAAAYdEVYdFRodW1iOjpEb2N1bWVudDo6UGFnZXMAMaf/uy8AAAAXdEVYdFRodW1iOjpJbWFnZTo6SGVpZ2h0ADE2Ha9ebwAAABZ0RVh0VGh1bWI6OkltYWdlOjpXaWR0aAAxNuUAnuIAAAAZdEVYdFRodW1iOjpNaW1ldHlwZQBpbWFnZS9wbmc/slZOAAAAF3RFWHRUaHVtYjo6TVRpbWUAMTMwNTcyMDEyME6RfuYAAAAQdEVYdFRodW1iOjpTaXplADMyMUKhri7XAAAAWXRFWHRUaHVtYjo6VVJJAGZpbGU6Ly8vaG9tZS93d3dyb290L3NpdGUvd3d3LmVhc3lpY29uLm5ldC9jZG4taW1nLmVhc3lpY29uLmNuL3NyYy8yMC8yMDA3LnBuZ9a2SfkAAAAASUVORK5CYII=);
  218. font-size: 10px;
  219. color: #409eff;
  220. padding-top: 5px;
  221. right: 10px;
  222. position: absolute;
  223. }
  224. .sde-auxiliary-select-li {
  225. padding: 0 10px;
  226. cursor: pointer;
  227. padding-right: 30px;
  228. white-space: nowrap;
  229. }
  230. .hover {
  231. background-color: #c1c1c1!important;
  232. }
  233. .selected {
  234. font-weight: 700;
  235. color: #409eff;
  236. background-color: #f5f7fa;
  237. }
  238. .sde-select {
  239. cursor: pointer;
  240. }
  241. .sde-section,
  242. .sde-section>.sde-value {
  243. display: block;
  244. background-color: transparent;
  245. }
  246. .sde-section:after,
  247. .sde-section:before,
  248. .sde-section>.sde-value:after,
  249. .sde-section>.sde-value:before {
  250. content: none;
  251. }
  252. .sde-warning {
  253. background-color: yellow;
  254. color: red;
  255. }
  256. .tb-solid td,
  257. .tb-solid th {
  258. border-left: 1px solid black !important;
  259. border-top: 1px solid black !important;
  260. }
  261. .tb-solid tr td {
  262. border-right: 1px solid black !important;
  263. border-bottom: 1px solid black !important;
  264. }
  265. .tb-dotted td,
  266. .tb-dotted th {
  267. border-left: 1px dotted black !important;
  268. border-top: 1px dotted black !important;
  269. }
  270. .tb-dotted tr td {
  271. border-right: 1px dotted black !important;
  272. border-bottom: 1px dotted black !important;
  273. }
  274. .tb-hide td,
  275. .tb-hide th {
  276. border-left: none !important;
  277. border-top: none !important;
  278. }
  279. .tb-hide tr td {
  280. border-right: none !important;
  281. border-bottom: none !important;
  282. }
  283. .sde-assistant-popup {
  284. display: none;
  285. position: fixed;
  286. z-index: 2;
  287. }
  288. .sde-assistant-popup .assistant-popup-body {
  289. border: 1px solid #ccc;
  290. background-color: #fff;
  291. -webkit-border-radius: 6px;
  292. -moz-border-radius: 6px;
  293. border-radius: 6px;
  294. -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
  295. -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
  296. box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
  297. -webkit-background-clip: padding-box;
  298. -moz-background-clip: padding;
  299. background-clip: padding-box;
  300. width: 150px;
  301. opacity: 0.7;
  302. padding: 5px 0;
  303. }
  304. /******* start 批注 ********/
  305. .sde-revise {}
  306. .sde-revise>.sde-revise-del {
  307. display: none;
  308. }
  309. .sde-revise-show>.sde-revise-del {
  310. display: inline;
  311. text-decoration: line-through!important;
  312. text-decoration-color: red!important;
  313. text-decoration-style: double!important;
  314. }
  315. .sde-revise-show>.sde-revise-add {
  316. display: inline;
  317. text-decoration: underline!important;
  318. text-decoration-color: blue!important;
  319. text-decoration-style: double!important;
  320. }
  321. .sde-revise-show>.revise-prompt {
  322. position: absolute;
  323. background: black;
  324. z-index: 1;
  325. border: 1px solid #e5e5e5;
  326. border-radius: 4px;
  327. font-size: 11px;
  328. display: block;
  329. padding: 5px;
  330. margin-top: -3px;
  331. visibility: visible;
  332. opacity: .8;
  333. color: #999;
  334. }
  335. .sde-revise-show>.revise-prompt>.revise-prompt-tip {
  336. width: 0;
  337. height: 0;
  338. border-left: 3px solid transparent;
  339. border-right: 3px solid transparent;
  340. border-top: 5px solid black;
  341. opacity: .8;
  342. position: absolute;
  343. display: none;
  344. }
  345. /******* end 批注 ********/
  346. /******* start 结构化模板 ********/
  347. .sde-tmp-root {}
  348. .sde-tmp-root .sde-tmp-header {}
  349. .sde-tmp-root .sde-tmp-header .sde-tmp-header-value {
  350. display: none;
  351. min-height: 15px;
  352. }
  353. .sde-tmp-root .sde-tmp-content {}
  354. .sde-tmp-root .sde-tmp-content .sde-tmp-content-value {
  355. outline:none!important;
  356. }
  357. .sde-tmp-root .sde-tmp-footer {}
  358. .sde-tmp-root .sde-tmp-footer .sde-tmp-footer-value {
  359. display: none;
  360. min-height: 15px;
  361. }
  362. /******* end 结构化模板 ********/
  363. .sde-table{
  364. width: 100%;
  365. }
  366. img.kfformula {
  367. vertical-align: middle;
  368. }
  369. /*!* Switch开关样式 *!
  370. !* 必须是input为 checkbox class 添加 switch 才能实现以下效果 *!
  371. input[type='checkbox'].switch{
  372. outline: none;
  373. appearance: none;
  374. -webkit-appearance: none;
  375. -moz-appearance: none;
  376. position: relative;
  377. width: 40px;
  378. height: 20px;
  379. background: #ccc;
  380. border-radius: 10px;
  381. transition: border-color .3s, background-color .3s;
  382. }
  383. input[type='checkbox'].switch::after {
  384. content: '';
  385. display: inline-block;
  386. width: 1rem;
  387. height:1rem;
  388. border-radius: 50%;
  389. background: #fff;
  390. box-shadow: 0, 0, 2px, #999;
  391. transition:.4s;
  392. top: 2px;
  393. position: absolute;
  394. left: 2px;
  395. }
  396. input[type='checkbox'].switch:checked {
  397. background: rgb(19, 206, 102);
  398. } */
  399. /* 当input[type=checkbox]被选中时:伪元素显示下面样式 位置发生变化 */
  400. /* input[type='checkbox'].switch:checked::after {
  401. content: '';
  402. position: absolute;
  403. left: 55%;
  404. top: 2px;
  405. } */
  406. /********/
  407. .mask {
  408. -webkit-mask-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, 0.4));
  409. }
  410. .pageline {
  411. width: 100%;
  412. height: 0;
  413. border-top: 1px dashed #999;
  414. position: absolute;
  415. color: #999;
  416. font-size: xx-small;
  417. text-align: right;
  418. vertical-align: super;
  419. }
  420. .pageline > span {
  421. position: absolute;
  422. bottom: 5px;
  423. right: -35px;
  424. }
  425. .pageline>ft {
  426. position: absolute;
  427. top: 5px;
  428. right: -35px;
  429. }
  430. a.input {
  431. background-color: #eff;
  432. color: black;
  433. cursor: default;
  434. word-break: break-all;
  435. border: none;
  436. outline: none;
  437. /* -webkit-user-modify: read-write-plaintext-only; */
  438. }
  439. a.input input{
  440. height:13px;
  441. }
  442. a[datatype="10"].input {
  443. display: inline-block;
  444. }
  445. .radio-label,.checkbox-label{
  446. vertical-align: 2px !important;
  447. padding-right: 15px;
  448. }
  449. .radio-label:last-child,.checkbox-label:last-child{
  450. padding-right: 0px;
  451. }
  452. /* a[datatype="02"].input:empty:before {
  453. content: "attr(placeholder)";
  454. width: 100px;
  455. } */
  456. hr {
  457. background-color: #999;
  458. }
  459. .ele-number {
  460. width:60px;
  461. background-color: #eff;
  462. border:none;
  463. outline: none;
  464. }
  465. input::-webkit-inner-spin-button {
  466. appearance: none !important;
  467. }
  468. input::-webkit-outer-spin-button {
  469. appearance: none !important;
  470. }
  471. .showMessage {
  472. padding: 10px 20px;
  473. border-radius: 5px;
  474. position: fixed;
  475. top: 25%;
  476. left: 50%;
  477. color: #ffffff;
  478. z-index: 999;
  479. transform: translate(-50%, 0);
  480. }
  481. .showMessageSuccess {
  482. background-color: #f0f9eb;
  483. border: 1px solid #E1F3D8;
  484. color: #67c23a;
  485. }
  486. .showMessageError {
  487. background-color: #fef0f0;
  488. border: 1px solid #fde2e2;
  489. color: #F76C6C;
  490. }
  491. .ele-textarea {
  492. width: 100%;
  493. width: -moz-available;
  494. width: -webkit-fill-available;
  495. width: fill-available;
  496. height: 73px;
  497. vertical-align: top;
  498. outline-color:#999;
  499. }
  500. .ele-textarea-no-border {
  501. border: none;
  502. resize: none;
  503. }
  504. /**表单模式下的样式调整 start*/
  505. /**隐藏文本域的大小调整*/
  506. .form-view .ele-textarea {
  507. resize: none !important;
  508. }
  509. .form-view textarea {
  510. resize: none !important;
  511. }
  512. /**表单模式下的样式调整 end*/
  513. a.input-required {
  514. border: 1px solid red;
  515. border-radius: 3px;
  516. }
  517. a[datatype="03"].input-required {
  518. border: none !important;
  519. }
  520. a.input-required textarea {
  521. border: 1px solid red;
  522. }
  523. /**复合元素样式*/
  524. .complex {
  525. border: 2px dashed #a6a4a4;
  526. resize: both;
  527. overflow: auto;
  528. /* -webkit-user-select:none;
  529. -moz-user-select:none;
  530. -ms-user-select:none;
  531. user-select:none; */
  532. }
  533. .comx-icon-close{
  534. position: absolute;
  535. display: inline-block;
  536. margin: -13px 0px 0px -17px;
  537. width: 16px;
  538. height: 16px;
  539. cursor: pointer;
  540. vertical-align: top;
  541. text-align: left;
  542. font-size: 16px;
  543. /* background-color: #fff; */
  544. }
  545. .comx-icon-close:before{
  546. font-family: 'edui-iconfont';
  547. content: "\e6a7";
  548. }
  549. .form-view .complex {
  550. resize: none;
  551. border: none !important;
  552. }
  553. .form-view .comx-icon-close{
  554. display: none !important;
  555. }
  556. .form-view a.input {
  557. background-color: #fff !important;
  558. }
  559. .max_table{
  560. max-width:100%;
  561. width:100%;
  562. }
  563. .continue {
  564. position: absolute;
  565. top: 0px;
  566. left: 0px;
  567. z-index: 9999;
  568. background-color: rgb(204, 204, 204);
  569. opacity: 0.6;
  570. width: 100%;
  571. }
  572. /* 批注、修订 */
  573. .remark-all-blank {
  574. position: absolute;
  575. z-index: 99;
  576. top: 0px;
  577. /* right: -245px; */
  578. left: 825px;
  579. padding: 5px;
  580. box-sizing: border-box;
  581. /* box-shadow: 0 2px 8px 2px rgb(68 73 77 / 26%); */
  582. /* -webkit-box-shadow: 0 2px 8px 2px rgb(68 73 77 / 26%); */
  583. user-select: none;
  584. -webkit-user-select: none;
  585. }
  586. .remark-blank {
  587. padding: 5px;
  588. margin-bottom: 10px;
  589. box-sizing: border-box;
  590. width: 200px;
  591. background: #fff;
  592. border-left: solid 2px red;
  593. /* box-shadow: 0 2px 8px 2px rgb(68 73 77 / 26%); */
  594. /* -webkit-box-shadow: 0 2px 8px 2px rgb(68 73 77 / 26%); */
  595. user-select: none;
  596. -webkit-user-select: none;
  597. }
  598. .remark-header {
  599. color: #999;
  600. font-size: xx-small;
  601. width: 100%;
  602. line-height: 24px;
  603. }
  604. .remark-close{
  605. cursor: pointer;
  606. position: relative;
  607. left: 12px;
  608. top: 1px;
  609. display: inline-flex;
  610. width: 16px;
  611. height: 16px;
  612. }
  613. .remark-close::before{
  614. font-family: "iconfont";
  615. content: "\e84d";
  616. position: absolute;
  617. right: 0px;
  618. top: -3px;
  619. font-size: 16px;
  620. font-weight: bold;
  621. }
  622. .remark-content {
  623. outline: none;
  624. }
  625. .remark-footer {
  626. font-size: xx-small;
  627. display: flex;
  628. justify-content: flex-end;
  629. }
  630. .remark-footer span {
  631. cursor: pointer;
  632. padding: 3px;
  633. margin: 3px;
  634. }
  635. /* .remark-line {
  636. position: absolute;
  637. top: 0;
  638. left: 0;
  639. } */
  640. .note-straight,.remark-straight {
  641. position: absolute;
  642. border-top: 1px dashed red;
  643. }
  644. .remark-straight:before {
  645. font-family: "iconfont";
  646. content: "\e629";
  647. position: absolute;
  648. left: -9px;
  649. top: -5px;
  650. color: red;
  651. font-size: 10px;
  652. }
  653. .note-straight:before {
  654. font-family: "iconfont";
  655. content: "\e93d";
  656. position: absolute;
  657. left: -9px;
  658. top: -11px;
  659. color: red;
  660. font-size: 10px;
  661. font-weight: bold;
  662. }
  663. .remark-oblique {
  664. position: absolute;
  665. border-top: dashed 1px red;
  666. }
  667. .remark-blank:hover {
  668. box-shadow: 0 2px 8px 2px #f3b5b5;
  669. -webkit-box-shadow: 0 2px 8px 2px #f3b5b5;
  670. }
  671. .remark-blank:hover .remark-header{
  672. background-color: #f86b6b;
  673. color: #fff;
  674. }
  675. .remark-blank:hover .remark-straight{
  676. border-top: 2px solid red;
  677. }
  678. .remark-blank:hover .note-straight{
  679. border-top: 2px solid red;
  680. }
  681. .remark-blank:hover .remark-straight::before{
  682. font-weight: bold;
  683. }
  684. .remark-blank:hover .note-straight::before{
  685. font-weight: bold;
  686. filter: drop-shadow(0px 0px 1px red);
  687. }
  688. .remark-blank:hover .remark-oblique{
  689. border-top: 2px solid red;
  690. }
  691. .remark-footer span:hover {
  692. background-color: #add8e6;
  693. }
  694. .note {
  695. background-color: pink;
  696. display: inline-block !important;
  697. }
  698. /* start 诊断模块样式 */
  699. .doctoradvice {
  700. display: block;
  701. /* background-color: #eff; */
  702. /* color: #ccc; */
  703. /* line-height: 100px; */
  704. text-align: center;
  705. }
  706. .doctoradvice .diagnosis-header {
  707. display: flex;
  708. margin-bottom: 5px;
  709. }
  710. .doctoradvice .diagnosis-title {
  711. width: 100%;
  712. display: inline-block;
  713. text-align: left;
  714. font-weight: bold;
  715. }
  716. .doctoradvice .diagnosis-new {
  717. width: 100%;
  718. display: inline-block;
  719. text-align: right;
  720. font-weight: bold;
  721. }
  722. .doctoradvice .diagnosis_module {
  723. display: flex;
  724. flex-direction: row;
  725. text-align: left;
  726. margin-bottom: 5px;
  727. }
  728. .diagnosis-new button {
  729. cursor: pointer;
  730. border: none;
  731. color: #fff;
  732. }
  733. .add-diagnosis {
  734. background-color: #409eff;
  735. }
  736. .copy-diagnosis {
  737. margin-left: 5px;
  738. background-color: #409eff;
  739. }
  740. .del-diagnosis {
  741. margin-left: 5px;
  742. background-color: #f56c6c;
  743. }
  744. .diagnosis_custom {
  745. outline: none;
  746. width: 80%;
  747. text-align: left !important;
  748. }
  749. .diagnosis_val {
  750. border-left: 1px solid;
  751. padding-left: 5px;
  752. width: 20%;
  753. max-width: 150px;
  754. text-align: left !important;
  755. }
  756. .diagnosis_label{
  757. border-left: 1px solid;
  758. width: 40%;
  759. padding-left: 5px;
  760. /* display: none; */
  761. text-align: left !important;
  762. }
  763. .diagnosis_module label{
  764. text-align: right;
  765. min-width: 70px;
  766. }
  767. .diagnosis_module button{
  768. height: 19px;
  769. font-size: 10px;
  770. min-width: 36px;
  771. cursor: pointer;
  772. border: none;
  773. border-radius: 10px;
  774. color: #409eff;
  775. background-color: #fff;
  776. /* margin-top: 3px; */
  777. }
  778. .doctoradvice .advice-table-title {
  779. width: 100%;
  780. display: block;
  781. text-align: left;
  782. font-weight: bold;
  783. padding-top: 10px;
  784. }
  785. .doctoradvice .advice-table {
  786. width: 100%;
  787. display: table;
  788. border: 1px solid #DDD;
  789. }
  790. .doctoradvice .advice-tr {
  791. display: grid;
  792. grid-template-columns: 13% 10% 8% 8% 5% 8% 5% 5% 6% 6% 8% 10% 8%;
  793. border-bottom: 1px solid #DDD;
  794. }
  795. .doctoradvice .advice-tr:last-child {
  796. border-bottom: none;
  797. }
  798. .doctoradvice .advice-tr label {
  799. border-right: 1px solid #DDD;
  800. }
  801. .doctoradvice .advice-tr label:last-child {
  802. border-right: none;
  803. }
  804. .doctoradvice .advice-tr .label14 {
  805. grid-column: 1/14;
  806. color: #ccc;
  807. }
  808. .doctoradvice .check-table-title {
  809. width: 100%;
  810. display: block;
  811. text-align: left;
  812. font-weight: bold;
  813. padding-top: 10px;
  814. }
  815. .doctoradvice .check-table {
  816. width: 100%;
  817. display: table;
  818. border: 1px solid #DDD;
  819. }
  820. .doctoradvice .check-tr {
  821. display: grid;
  822. grid-template-columns: 15% 5% 10% 10% 8% 5% 8% 5% 8% 8% 10% 8%;
  823. border-bottom: 1px solid #DDD;
  824. }
  825. .doctoradvice .check-tr:last-child {
  826. border-bottom: none;
  827. }
  828. .doctoradvice .check-tr label {
  829. border-right: 1px solid #DDD;
  830. }
  831. .doctoradvice .check-tr label:last-child {
  832. border-right: none;
  833. }
  834. .doctoradvice .check-tr .label13 {
  835. grid-column: 1/13;
  836. color: #ccc;
  837. }
  838. /* end 诊断模块样式 */