mzfWorksheet.css 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. [v-cloak] {
  2. display: none;
  3. }
  4. .flexibleBox {
  5. border: 1px solid #d0d0d0;
  6. padding: 10px;
  7. font-size: 13px;
  8. position: relative;
  9. }
  10. .maxBox {
  11. }
  12. .selectedBox {
  13. line-height: 30px;
  14. flex-wrap: wrap;
  15. width: 82%;
  16. }
  17. .selectedBoxTwo {
  18. flex-wrap: wrap;
  19. width: 97%;
  20. }
  21. .selectedHospital {
  22. flex-wrap: wrap;
  23. width: 89%;
  24. height: 20px;
  25. overflow: hidden;
  26. }
  27. .selectedBoxTwoTitle {
  28. margin-right: 26px;
  29. }
  30. .selectedButtonTwo {
  31. width: 6%;
  32. cursor: pointer;
  33. }
  34. .title {
  35. height: 100%;
  36. width: 3%;
  37. }
  38. .titleHospital {
  39. height: 100%;
  40. width: 5%;
  41. margin: 0 auto;
  42. }
  43. .selected {
  44. height: 20px;
  45. line-height: 20px;
  46. padding: 0 3px 0px 10px;
  47. border: 1px solid #d0d0d0;
  48. border-radius: 2px;
  49. margin-left: 10px;
  50. margin-bottom: 10px;
  51. }
  52. .inquireTime {
  53. height: 30px;
  54. line-height: 30px;
  55. }
  56. .el-date-editor.el-input,
  57. .el-date-editor.el-input__inner {
  58. width: 140px;
  59. margin-left: 10px;
  60. margin-right: 10px;
  61. }
  62. .el-input--prefix .el-input__inner {
  63. height: 30px;
  64. }
  65. .el-input__icon {
  66. line-height: 30px;
  67. }
  68. .el-radio-group {
  69. margin: auto 0;
  70. }
  71. .more {
  72. text-align: center;
  73. position: absolute;
  74. /* bottom: -15px; */
  75. height: 30px;
  76. padding: 0 10px;
  77. background: #fff;
  78. border: 1px solid #d0d0d0;
  79. line-height: 30px;
  80. cursor: pointer;
  81. /* left: 50%; */
  82. /* transform:translateX(-50%) */
  83. }
  84. .townEntryNumBox {
  85. width: 50%;
  86. height: 100%;
  87. }
  88. .line {
  89. border-right: 1px solid #d0d0d0;
  90. height: 100%;
  91. }