123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- .c-323232{color: #323232;}
- .mr25{margin-right: 25px;}
- .t90{top: 90px;}
- .tab-hd {
- display: -webkit-box;
- display: box;
- box-sizing: border-box;
-
- position: relative;
- z-index: 2;
- }
- .tab-hd .sanp-flex {
- -webkit-box-flex: 1;
- box-flex: 1;
- text-align: center;
- padding-bottom: 10px;
- }
- .tab-hd .sanp-flex p {
- color: #333;
- font-size:0.85rem;
- }
- .sanp-flex.curr .pic {
- width: 26px;
- height: 26px;
- background: url(../images/hd-blue-bg.png) no-repeat left top;
- overflow: hidden;
- margin: 0 auto;
- background-size: cover;
- margin-bottom: 2px;
- }
- .tab-hd .sanp-flex.curr {
- border-bottom: 2px solid #1ca3e7;
- }
- .tab-hd .sanp-flex.curr p{
- color: #1CA3E7;
- }
- .div-lijizixun-btn{background: #4DCD6F; width: 43px;height: 100%;position: absolute;right: 0;color: #fff;}
- .div-lijizixun-btn .p1{position: absolute;top: 40%;margin-top: -25%;left: 50%;margin-left: -35%;}
- .div-lijizixun-btn .p2{position: absolute;top: 60%; margin-top: -25%; left: 50%; margin-left: -35%;}
- .div-lijizixun-btn.disabled{background-color: #ccc;}
- .c-list .c-list-key { margin: 0; }
- .c-avatar-m { width: 50px; height: 50px; border-radius: 50px; margin: 0 10px 0 0; }
- .list-item { margin-top: 10px; border: 1px solid #e1e1e1; border-radius: 8px; overflow: hidden;position: relative; }
- .list-item .c-list > li { margin-left: 10px; border-top: 0; }
- #team_doctor_list .c-avatar-m{margin: 0 10px 0 0;}
- /**/
- #zhuanke_list .li-box{
- display: box;
- display: -webkit-box;
- padding: 0 10px;
- }
- .li-box .list-info{
- -webkit-box-flex: 1;
- box-flex: 1;
- padding-right: 15px;
- display: box;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-box-pack: center;
- }
|