123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200 |
- @charset "utf-8";
- *{
- -webkit-box-sizing: inherit;
- box-sizing: inherit;
- }
- .modal-overlay {
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- background: #000;
- z-index: 10;
- visibility: visible;
- opacity: 0.5;
- -webkit-transition-duration: 400ms;
- transition-duration: 400ms;
- display: none;
- }
- .bgc-f2f4f6{
- background-color: #f2f4f6;
- }
- .modal-overlay.modal-overlay-visible {
- visibility: visible;
- opacity: 1;
- }
- .c-lab-mor li:first-child {
- border-right: 1px solid #ddd;
- border-left: none;
- }
- .c-lab-mor li span {
- font-size: 16px;
- color: #333;
- }
- .c-lab-mor li {
- height: 45px;
- -webkit-box-flex: 1;
- box-flex: 1;
- box-sizing: border-box;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- -o-box-sizing: border-box;
- text-align: center;
- padding-top: 6px;
- border-bottom: 1px solid #e1e1e1;
- }
- .ul-consultation li {
- margin-top: 10px;
- background-color: #FFF;
- border-radius: 5px;
- position: relative;
- }
- .ul-consultation .card-title {
- height: 20px;
- padding: 5px 10px;
- color: #FFF;
- border-top-left-radius: 5px;
- border-top-right-radius: 5px;
- font-size: 14px;
- line-height: 20px;
- }
- .s-bc-FF9526 {
- background-color: #FF9526;
- }
- .div-shequ i {
- width: 12px;
- height: 12px;
- background: url(../images/yiyuanjianzhu_icon.png) no-repeat;
- background-size: 12px;
- display: inline-block;
- margin-right: 5px;
- }
- .div-shequ span {
- font-size: 12px;
- color: #909090;
- }
- .div-sqxf-btn {
- width: 70px;
- height: 22px;
- line-height: 22px;
- border: 1px solid #74BF00;
- border-radius: 20px;
- font-size: 12px;
- color: #74BF00;
- text-align: center;
- /*position: absolute;
- right: 10px;
- top: 40px;
- z-index: 10;*/
- }
- .c-lab-mor {
- display: -webkit-box;
- display: box;
- overflow: hidden;
- background: #fff;
- position: relative;
- z-index: 20;
- }
- .cb-fff {
- background: #fff;
- }
- .div-diagnosis,.div-dates{
- position: absolute;
- width: 100%;
- z-index: 20;
- top: 45px;
- display: none;
- }
- .div-diagnosis li,.div-dates li {
- height: 40px;
- line-height: 40px;
- padding-left: 10px;
- font-size: 14px;
- color: #333;
- border-bottom: 1px solid #ddd;
- }
- .div-diagnosis li.active,.div-dates li.active{
- color: #74bf00;
- }
- .div-diagnosis li.active i,.div-dates li.active i{
- width: 17px;
- height: 17px;
- background: url(../images/gouxuan002_icon.png) no-repeat;
- background-size: 17px;
- margin-right: 10px;
- float: right;
- margin-top: 10px;
- }
- .c-lab-mor i {
- width: 12px;
- height: 12px;
- background: url(../images/jiantou_xia_btn.png) no-repeat;
- background-size: 12px;
- display: inline-block;
- margin-left: 10px;
- }
- .c-lab-mor i.active {
- width: 12px;
- height: 12px;
- background: url(../images/jiantou_shang_btn.png) no-repeat;
- background-size: 12px;
- display: inline-block;
- margin-left: 10px;
- }
- .box{
- display: -webkit-box;
- display: box;
- background-color: #fff;
- padding-left: 10px;
- padding-right: 10px;
- -webkit-box-align: center;
- }
- .box-info{
- -webkit-box-flex: 1;
- box-flex: 1;
- display: box;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-box-pack: center;
- }
- .div-no-info{
- position: absolute;
- top: 50%;
- -webkit-transform: translateY(-50%);
- -o-transform: translateY(-50%);
- transform: translateY(-50%);
- text-align: center;
- }
- .div-no-info img{
- width: 100%;
- }
- .next-btn{
- height: 34px;
- line-height: 34px;
- background-color: #74bf00;
- border-radius: 5px;
- color: #fff;
- font-size: 14px;
- text-align: center;
- }
- .next-btn.disabled{
- background-color: #c0c0c0;
- }
|