123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208 |
- * {
- margin: 0;
- padding: 0;
- box-sizing: border-box;
- }
- .select-condition-list {
- padding-left: 25px;
- padding-right: 10px;
- }
- .select-condition-list-item {
- position: relative;
- max-height: 60px;
- transition: all .5s ease-in-out;
- display: flex;
- justify-content: center;
- overflow: hidden;
- line-height: 60px;
- font-size: 16px;
- color: #323232;
- border-bottom: 1px dashed #ececec;
- padding-right: 75px;
- }
- .select-condition-list-item:first-child {
- line-height: 70px;
- max-height: 70px;
- margin-left: -25px;
- margin-right: -10px;
- border-bottom: 1px solid #ececec;
- padding-left: 25px;
- padding-right: 85px;
- }
- .select-condition-list-item.select-condition-list-item-active {
- max-height: 420px;
- }
- .condition-name {
- width: 65px;
- white-space: nowrap;
- color: #909090;
- }
- .select-condition-list-item:first-child .condition-name {
- color: #323232;
- }
- .condition-list {
- flex: 1;
- -webkit-flex: 1;
- }
- .condition-list.active {
- max-height: 999px;
- }
- .condition-list span {
- white-space: nowrap;
- margin-left: 42px;
- font-size: 14px;
- line-height: 30px;
- display: inline-block;
- padding: 0 5px;
- }
- .condition-list span.active {
- background: #ecfffe;
- border: 1px dashed #0ad8c8;
- }
- .more-list {
- position: absolute;
- right: -10px;
- top: 0;
- background: #fff;
- color: #909090;
- z-index: 2;
- width: 85px;
- text-align: center;
- }
- .select-condition-list-item:first-child .more-list {
- right: 0;
- }
- .text-ellipsis {
- width: 240px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .doctor-ul {
- padding-left: 10px;
- height: 72px;
- width: 480px;
- overflow: hidden;
- }
- .doctor-ul li {
- width: 84px;
- display: inline-block;
- list-style-type: none;
- margin-right: 10px;
- }
- .div-doctor-info {
- width: 250px !important;
- }
- .ml276 {
- margin-left: 276px;
- }
- .l276 {
- left: -276px;
- }
- .div-doctor-section {
- display: -webkit-box;
- padding-left: 0;
- }
- .div-left-btn {
- width: 24px;
- height: 68px;
- background: url(../../../images/zuoqianhuan_btn.png) no-repeat;
- margin-top: 5px;
- }
- .div-right-active-btn {
- width: 24px;
- height: 68px;
- background: url(../../../images/youqianhuan_pre.png) no-repeat;
- }
- .border-0ad8c8 {
- border: 1px solid #0ad8c8;
- }
- .border-d1d1d1 {
- border: 1px solid #d1d1d1;
- }
- .border-f0a65f {
- border: 1px solid #f0a65f;
- }
- .border-ff8787 {
- border: 1px solid #ff8787;
- }
- .bgc-0ad8c8 {
- background: #0AD8C8;
- }
- .bgc-d1d1d1 {
- background: #d1d1d1;
- }
- .bgc-f0a65f {
- background: #f0a65f;
- }
- .bgc-ff8787 {
- background: #ff8787;
- }
- .c-0ad8c8 {
- color: #0AD8C8;
- }
- .c-d1d1d1 {
- color: #d1d1d1;
- }
- .c-f0a65f {
- color: #f0a65f;
- }
- .c-ff8787 {
- color: #ff8787;
- }
- .mt5 {
- margin-top: 5px;
- }
- .div-doctor-item {
- width: 84px;
- height: 72px;
- border-radius: 10px;
- font-size: 13px;
- text-align: center;
- }
- .div-doctor-type {
- text-align: center;
- height: 26px;
- line-height: 26px;
- color: #fff;
- border-bottom-left-radius: 10px;
- border-bottom-right-radius: 10px;
- }
- .mtb2{margin-bottom: 2px;margin-top: 2px;}
|