12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- [v-cloak] {
- display: none;
- }
- .flexibleBox {
- border: 1px solid #d0d0d0;
- padding: 10px;
- font-size: 13px;
- position: relative;
- }
- .maxBox {
- }
- .selectedBox {
- line-height: 30px;
- flex-wrap: wrap;
- width: 82%;
- }
- .selectedBoxTwo {
- flex-wrap: wrap;
- width: 97%;
- }
- .selectedHospital {
- flex-wrap: wrap;
- width: 89%;
- height: 20px;
- overflow: hidden;
- }
- .selectedBoxTwoTitle {
- margin-right: 26px;
- }
- .selectedButtonTwo {
- width: 6%;
- cursor: pointer;
- }
- .title {
- height: 100%;
- width: 3%;
- }
- .titleHospital {
- height: 100%;
- width: 5%;
- margin: 0 auto;
- }
- .selected {
- height: 20px;
- line-height: 20px;
- padding: 0 3px 0px 10px;
- border: 1px solid #d0d0d0;
- border-radius: 2px;
- margin-left: 10px;
- margin-bottom: 10px;
- }
- .inquireTime {
- height: 30px;
- line-height: 30px;
- }
- .el-date-editor.el-input,
- .el-date-editor.el-input__inner {
- width: 140px;
- margin-left: 10px;
- margin-right: 10px;
- }
- .el-input--prefix .el-input__inner {
- height: 30px;
- }
- .el-input__icon {
- line-height: 30px;
- }
- .el-radio-group {
- margin: auto 0;
- }
- .more {
- text-align: center;
- position: absolute;
- /* bottom: -15px; */
- height: 30px;
- padding: 0 10px;
- background: #fff;
- border: 1px solid #d0d0d0;
- line-height: 30px;
- cursor: pointer;
- /* left: 50%; */
- /* transform:translateX(-50%) */
- }
- .townEntryNumBox {
- width: 50%;
- height: 100%;
- }
- .line {
- border-right: 1px solid #d0d0d0;
- height: 100%;
- }
|