123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- .c-input{
- margin-top: 3px;
- height: 33px;
- }
- @font-face {
- font-family: Muiicons;
- font-weight: 400;
- font-style: normal;
- src: url(../../../fonts/mui.ttf) format('truetype')
- }
- .mui-input-row { position: relative }
- .mui-input-row .mui-input-clear~.mui-icon-clear{ font-size: 20px; position: absolute; z-index: 1; top: 10px;right: 0;width: 38px;height: 38px;text-align: center;color: #999}
- .mui-icon {font-family: Muiicons;font-size: 24px;font-weight: 400;font-style: normal;line-height: 1;display: inline-block;text-decoration: none;-webkit-font-smoothing: antialiased;}
- .mui-icon-clear:before,.mui-icon-close-filled:before {content: '\e434'}
- .mui-hidden.mui-icon-clear { pointer-events: none; }
- .mui-hidden.mui-icon-clear:before {content: '\e583';}
- /*#doctor_zk{ display: none;}*/
- .no{ display: none; position: absolute;left:0;top:0px; width:100%; height: 100%;z-index:10}
- .jge{background: #f3f3f3;min-height:10px;margin-left: 0 !important;border-top: 1px solid #e1e1e1 !important;border-bottom: 1px #e1e1e1 solid; padding-left:15px; }
- .jge a{color: #17b3ec;}
- .tag_cyc{position: relative; width: 47px; display: inline-block; height: 30px; background-color: #fff; background-clip: padding-box; border: 2px solid #ddd; border-radius: 20px; }
- .tag_cyc i{position: absolute;top: 1px;left: -1px; z-index: 1;width: 28px;height: 28px; background-color: #fff; background-clip: padding-box; border-radius: 16px; -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.4); box-shadow: 0 2px 5px rgba(0,0,0,.4); }
- .tag_cyc.on{ background-color: #4cd964; border-color: #4cd964}
- .tag_cyc.on i{ left:auto;right: -1px; }
- #scan_ssc_info,#rescan_ssc_info { font-size: 16px; height: 40px; line-height: 40px; padding-left: 10px; color: #FFF; background-color: #FA8888;}
- #rescan_ssc_info { display: none; }
- .scan-btn { float: right; margin-right: 10px; color: #8F2626; text-decoration:underline; text-underline-color: #8F2626;}
- /*#upload{display: block;width: 86px;height: 45px;position: absolute;right: 0;top: 0;color: #17b3ec;}*/
- .add-img .add {width: 68px;height: 68px; margin-left:1px ;}
- .pr40 { padding-right: 40px; }
- .edit-list>li { padding-right: 0; }
- .edit-list li.n-list-cover{
- padding-left: 10px!important;
- }
- .mui-hidden.mui-icon-clear{
- font-family: inherit;
- display: none;
- }
- .btn-yzm{
- margin-top: 3px;
- text-align: center;
- height: 30px;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-box-pack: center;
- border-radius: 5px;
- border: 1px solid #17b3ec;
- color: #17b3ec;
- width: 160px;
- font-size: 14px;
- }
- .btn-yzm.disabled{
- color: #ccc;
- border-color: #ccc;
- }
- .btn-yzm.disabled label{
- color: #17b3ec;
- }
|