shenfenyanzheng.css 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. .c-input{
  2. margin-top: 3px;
  3. height: 33px;
  4. }
  5. @font-face {
  6. font-family: Muiicons;
  7. font-weight: 400;
  8. font-style: normal;
  9. src: url(../../../fonts/mui.ttf) format('truetype')
  10. }
  11. .mui-input-row { position: relative }
  12. .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}
  13. .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;}
  14. .mui-icon-clear:before,.mui-icon-close-filled:before {content: '\e434'}
  15. .mui-hidden.mui-icon-clear { pointer-events: none; }
  16. .mui-hidden.mui-icon-clear:before {content: '\e583';}
  17. /*#doctor_zk{ display: none;}*/
  18. .no{ display: none; position: absolute;left:0;top:0px; width:100%; height: 100%;z-index:10}
  19. .jge{background: #f3f3f3;min-height:10px;margin-left: 0 !important;border-top: 1px solid #e1e1e1 !important;border-bottom: 1px #e1e1e1 solid; padding-left:15px; }
  20. .jge a{color: #17b3ec;}
  21. .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; }
  22. .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); }
  23. .tag_cyc.on{ background-color: #4cd964; border-color: #4cd964}
  24. .tag_cyc.on i{ left:auto;right: -1px; }
  25. #scan_ssc_info,#rescan_ssc_info { font-size: 16px; height: 40px; line-height: 40px; padding-left: 10px; color: #FFF; background-color: #FA8888;}
  26. #rescan_ssc_info { display: none; }
  27. .scan-btn { float: right; margin-right: 10px; color: #8F2626; text-decoration:underline; text-underline-color: #8F2626;}
  28. /*#upload{display: block;width: 86px;height: 45px;position: absolute;right: 0;top: 0;color: #17b3ec;}*/
  29. .add-img .add {width: 68px;height: 68px; margin-left:1px ;}
  30. .pr40 { padding-right: 40px; }
  31. .edit-list>li { padding-right: 0; }
  32. .edit-list li.n-list-cover{
  33. padding-left: 10px!important;
  34. }
  35. .mui-hidden.mui-icon-clear{
  36. font-family: inherit;
  37. display: none;
  38. }
  39. .btn-yzm{
  40. margin-top: 3px;
  41. text-align: center;
  42. height: 30px;
  43. display: -webkit-box;
  44. -webkit-box-orient: vertical;
  45. -webkit-box-pack: center;
  46. border-radius: 5px;
  47. border: 1px solid #17b3ec;
  48. color: #17b3ec;
  49. width: 160px;
  50. font-size: 14px;
  51. }
  52. .btn-yzm.disabled{
  53. color: #ccc;
  54. border-color: #ccc;
  55. }
  56. .btn-yzm.disabled label{
  57. color: #17b3ec;
  58. }