mzfWorksheet.css 1.3 KB

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