123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116 |
- .face-title {
- width: 28px;
- height: 28px;
- position: absolute;
- margin-top: 40px;
- margin-left: -29px;
- }
- .face-title-name {
- margin-left: -22px;
- margin-top: 43px;
- color: white;
- font-size: 14px;
- }
- .lin-down-arrow{
- position: relative;
- top: -2px;
- left: 5px;
- height: 10px;
- width: 10px;
- border-bottom: 3px solid #fff;
- border-right: 3px solid #fff;
- display: inline-block;
- transform:rotate(45deg);
- -ms-transform:rotate(45deg); /* IE 9 */
- -moz-transform:rotate(45deg); /* Firefox */
- -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
- -o-transform:rotate(45deg); /* Opera */
- zoom: 1;
- }
- .lin-sel-group{
- position: absolute;
- top: 45px;
- background: #fff;
- width: 100%;
- z-index: 11;
- display: none;
- }
- .lin-sel-group li{
- text-align: center;
- color: #17b3ec;
- height: 40px;
- line-height: 40px;
- font-size: 16px;
- border-bottom: 1px solid #f2f4f6;
- }
- .lin-sel-group img{
- width: 20px;
- margin: 10px;
- display: none;
- }
- .lin-sel-group li.checked img{
- display: inline;
- }
- .lin-mask{
- position: absolute;
- top: 45px;
- height: 100%;
- width: 100%;
- /*background: #000;*/
- height: 100%;
- z-index: 10;
- display: none;
- background-color: rgba(0,0,0,0.5);
- }
- .lin-search{
- padding: 8px 10px;
- background-color: #fff;
- }
- .lin-search img{
- width: 29px;
- }
- .lin-search div{
- text-align: center;
- border-radius: 5px;
- line-height: 29px;
- background-color: #f2f4f6;
- color: #999;
- }
- .load-more {background-color: #FFF; text-align: center;padding: 8px 0px;font-size: 14px;color: #909090;}
- .l-sanshi-ico { position: absolute; right: 30px; width: 150px; }
- .l-sanshi-ico div.ring-blue { margin-top: 5px; }
- .c-main { position: relative; }
- #top_msg_bar { position: absolute; top: 0; left: 0; width: 100%; padding: 10px; font-size: 12px; color: #FFF; background-color: rgba(0,0,0,0.5); box-sizing: border-box;}
- #top_msg_bar .close-btn { position: absolute; right: 10px; width: 18px; height: 18px; }
- #handle_link { color: #17BCEC; text-decoration: underline; }
- #unassigned_num { color: #17BCEC; }
- #group_label_list { padding: 15px 0px ; background-color: #FFF;}
- .group-item img { display: block; width: 30px; height: 30px; margin: 0 auto; }
- .group-item .item-label { margin-top: 5px; color: #333; font-size: 14px; font-weight: bold; width: 100%; text-align: center; }
- .my-work-secflo .patient-face { margin: 10px 10px 10px 0px; }
- .n-list > .n-list-link:last-child {
- border-bottom: 1px solid #f1f1f1;
- }
- .n-list > li { border-top: 0; }
- .n-list > li .n-list-info { border-top: 1px solid #f1f1f1; }
- .n-list > li:first-child .n-list-info { border-top: none; }
- .mb-em{color: #909090;font-size: 12px;display: inline-block;margin-left: 6px;}
- .mb-yu{ width: 36px; height: 18px;margin-left: 5px;margin-top: 4px;}
- .mj-flex{display:-webkit-box;-webkit-box-align:center;padding-top: 5px;}
- .weixin-icon { width: 20px; height: 17px; margin-top: 0px; margin-right: 5px; }
- .xuetang-icon { width: 12px; height: 21px; margin-top: 0px; margin-right: 0px; }
- .xueya-icon { width: 15px; height: 18px; margin-top: 0px; margin-right: 5px; }
- .mb-icon-round{width: 40px;height: 40px;border-radius: 50%;text-align: center;line-height: 39px;font-size: 16px;}
- .mb-icon-round.red{border: solid 1px #FF4c4c;color: #FF4c4c;}
- .mb-icon-round.orange{border: solid 1px #FFc691;color: #FFc691;}
- .mb-icon-round.green{border: solid 1px #06bf04;color: #06bf04;}
- .mb-icon-flex{display: flex;display: -webkit-flex;justify-content: flex-end;-webkit-justify-content: flex-end;align-items: center;-webkit-align-items: center;}
|