1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- @charset "utf-8";
- body, html { background: #f2f4f6; }
- .dis-block { display: inline-block; }
- .c-vam { vertical-align: middle; }
- .f-fwb { font-weight: bold; }
- .sign-comonhd { display: -webkit-box; display: box; }
- .fa-sort-desc { position: absolute; top:50%; margin-top: -10px; margin-left: 5px; }
- .sanp-flex p { position: relative; }
- .sanp-flex:not(:last-child) p:after { position: absolute; top: 0; right: 0; content: ''; width: 1px; height: 100%; background-color: #dcdcdc; }
- .sign-comonhd .sanp-flex { width: 33.333333%; -webkit-box-flex: 1; box-flex: 1; text-align: center; padding-bottom: 10px; }
- .sign-comonhd .sanp-flex p { color: #333; font-size:0.85rem; }
- .sign-comonhd .sanp-flex.curr { border-bottom: 2px solid #1ca3e7; }
- .c-btn-1ca3e7 { background: #1ca3e7; }
- .posater-oper li {background: #fff;margin-left: 0px;margin-top: 10px;}
- .lh26{ line-height: 26px!important; }
- .c-panels { position: absolute; width: 100%; top: 41px; left: 0; }
- .c-panel { max-height: 330px; overflow-y: auto; background-color: #fff; display: none; }
- .c-panel li { margin-left: 0; padding-left: 8px;border-top: solid 1px #ededed;}
- .c-panel > li:first-child{border-top: solid 1px #e1e1e1;}
- .c-panel li a { color: #333; font-size: 14px; }
- .c-panel .list-selected a { color: #19b4ec; }
- .list-selected:after { position: absolute; top: 50%; right: 0.75rem; margin-top: -8px; content: ""; display: block; width: 17px; height: 17px; background-image: url(../images/gouxuan_lanse_icon.png); background-size: 17px; background-repeat: no-repeat; background-position: 50%; }
- #search_btn { position:absolute; top:50%; right: 10px; margin-top:-10px; width:20px; height:20px; background-image:url(../images/icon_sousuo.png); background-size: 20px; background-repeat: no-repeat; }
- .jd-cardh{position: relative;width: 100%;padding: 0px 10px;border-bottom:solid 1px #ededed;}
- .jd-cardh div:nth-child(1){height:38px;line-height: 40px;font-size: 16px;color: #333;}
- .jd-cardh div:nth-child(2){position: absolute;top: 8px;right: 10px;font-size: 14px;color: #909090;}
- .jd-cardb{padding: 8px 10px;position: relative;}
- .jd-cardb .one{font-size: 14px;color: #333;}
- .mb6{margin-bottom: 6px;}
- .jd-posi{position: absolute;right: 0px;top: 16px;padding: 5px 8px 5px 10px;background-color: #F0B548;color: #fff;font-size: 14px;border-top-left-radius: 15px;border-bottom-left-radius: 15px;}
- .jd-posi.dis{background-color: #ccc;}
- .j-detail{border-top: solid 1px #ededed;border-bottom: solid 1px #ededed;}
- /*搜索*/
- #search_suggest_text { position: absolute; top: 50px; left: 8px; color: #17b3ec; font-size: 18px;z-index: 10;}
- .list-wrap { border-top: 1px solid #CCC; }
- .search-target-text em { font-weight: bold; color: #75BF00; }
- #search_suggest_text { left: 0; width: 100%; padding-left: 8px; box-sizing: border-box; }
- .no-result-img { display: block; width: 320px; height: 184px; margin: 0 auto; margin-top: 160px; }
- .lin-search-ipt{ height: 50px; padding: 8px 10px; background-color: #17b3ec; display: -webkit-box; border-bottom: 1px solid #dcdcdc; }
- .lin-search-ipt .div-input{ padding-top: 2px; border-radius: 5px; line-height: 29px; background-color: #f2f4f6; color: #999; text-align: left; -webkit-box-flex: 1; }
- .lin-search-ipt input{ background-color: #f2f4f6 ; border-radius: 5px; height: 30px; text-align: left; padding-left: 30px; background: url(../../../images/sousuo_icon.png) no-repeat; background-size: 30px 30px; width: 98%; }
- .lin-search-ipt input[type=text]{ border: none!important; }
- .lin-search-ipt a{ font-size: 16px; display: block; width: 50px; padding: 4px 4px 4px 0px; color: #fff; text-align: right; }
- .noword{font-size: 16px;color: #333;margin-top: 10px;text-align: center;}
- .patient-list .n-list{display: block;}
- .j-text-ellipsis em { font-weight: bold; color: #23AFFF; }
- .n-list li.yp-one{padding: 10px 0px}
|