1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- [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%;
- }
|