纽威
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

89 lines
9.3 KiB

3 years ago
  1. .ckbox,.rdio{position: relative;display:block;padding-right:12px;line-height: initial;float:left;}
  2. .ckbox input[type="checkbox"],.rdio input[type="radio"]{opacity: 0;margin: 3px 0 0;}
  3. .ckbox label,.rdio label{padding-left: 10px;cursor: pointer;-moz-user-select: none;-webkit-user-select: none;-ms-user-select: none;-khtml-user-select: none;user-select: none;}
  4. .ckbox label:before{width: 18px;height: 18px;position: absolute;top: 1px;left: 0;content: '';display: inline-block;border: 1px solid #ccc;background: #fff;}
  5. .ckbox input[type="checkbox"]:disabled + label{color: #999;}
  6. .ckbox input[type="checkbox"]:disabled + label:before{background-color: #eee;}
  7. .ckbox input[type="checkbox"]:checked + label::after{font-family: 'FontAwesome';content: "\F00C";position: absolute;top: 4.5px;left: 3.5px;display: inline-block;font-size: 11px;width: 16px;height: 16px;color: #fff;}
  8. .ckbox input[type="checkbox"]:checked + label:before{border-color: #337ab7;background-color: #337ab7;}
  9. .rdio label:before{width: 18px;height: 18px;position: absolute;top: 1px;left: 0;content: '';display: inline-block;-moz-border-radius: 50px;-webkit-border-radius: 50px;border-radius: 50px;border: 1px solid #ccc;background: #fff;}
  10. .rdio input[type="radio"]:disabled + label{color: #999;}
  11. .rdio input[type="radio"]:disabled + label:before{background-color: #eee;}
  12. .rdio input[type="radio"]:checked + label::after{content: '';position: absolute;top: 5px;left: 4px;display: inline-block;font-size: 11px;width: 10px;height: 10px;background-color: #444;-moz-border-radius: 50px;-webkit-border-radius: 50px;border-radius: 50px;}
  13. .rdio input[type="radio"]:checked + label:before{border-color: #337ab7;}
  14. .rdio input[type="radio"]:checked + label::after{background-color: #337ab7;}
  15. .topPanel{height: 50px;line-height: 50px;background: #fff;border: 1px solid #ddd;margin: 0px;border-bottom: none;position: relative;}
  16. .topPanel .search{float: left;padding-left:10px;}
  17. .topPanel .search table td{height: 50px;line-height: 50px;}
  18. .topPanel .search table td .btn-group{line-height:30px;margin-top:1px;}
  19. .topPanel .search .input-group{line-height:30px;margin-top:1px;}
  20. .topPanel .search .input-group .btn{padding: 0px 0px;font-size: 14px;height:29px;min-width:30px;}
  21. .topPanel .search .input-group .btn i{margin-right:0px;}
  22. .topPanel .search .input-group .btn2{padding: 0px 0px;font-size: 14px;height:25px;line-height:25px;min-width:70px;}
  23. .topPanel .search .input-group .btn2 i{margin-right:0px;}
  24. .topPanel .search .input-group .btn3{padding: 0px 0px;font-size: 14px;height:25px;line-height:25px;min-width:35px;}
  25. .topPanel .search .input-group .btn3 i{margin-right:0px;}
  26. .topPanel .search .input-group .form-control{box-shadow:none;height:29px;line-height:29px;padding-top:0px;padding-bottom:0px;padding-right:0px;padding-left:7px;resize: none;}
  27. .topPanel .search .input-group .form-control:focus{border-color:#ddd;-webkit-box-shadow:none;box-shadow:none;}
  28. .topPanel .search .btn i{margin-right:4px;font-size:14px;}
  29. .topPanel .toolbar{float: right;padding-right: 10px;}
  30. .topPanel .toolbar .btn i{margin-right:5px;font-size: 13px;}
  31. .topPanel .toolbar .operate{line-height:50px;height: 50px;width: 100%;background: #fff;position: absolute;top:0px;left:-100.1%;z-index:999;}
  32. .topPanel .toolbar .operate ul{margin: 9px 0 0 -2px;}
  33. .topPanel .toolbar .operate ul li{float: left;height: 12px;line-height: 12px;}
  34. .topPanel .toolbar .operate ul li.split{position: relative;display: block;border-right: 1px solid #c9c9c9;height: 16px;margin-left:5px;margin-right:5px;margin-top: 8px;}
  35. .topPanel .toolbar .operate ul li a{cursor:pointer;padding: 10px 10px;}
  36. .topPanel .toolbar .operate ul li i{margin-right:4px;font-size:13px;color: #666666;vertical-align: middle;margin-top: -1px;}
  37. .topPanel .toolbar .operate ul .first{position: relative;display: block;padding: 2px 15px;padding-right:10px;margin-top: 8px;margin-right:0px;border-right: 1px solid #c9c9c9;}
  38. .topPanel .toolbar .operate ul li.first > span{margin-left: 5px;margin-right:5px;}
  39. .topPanel .toolbar .operate .close{position: absolute;top:18px;right:12px;display:block;height: 12px;width: 12px;background: url(../img/button_pm_close.png) left center no-repeat;}
  40. .topPanel .toolbar .operate .dropdown-menu{top: 24px;}
  41. .topPanel .toolbar .operate .dropdown-menu li{float:none;height: auto;}
  42. .topPanel .toolbar .operate .dropdown-menu li a{padding: 5px 20px;}
  43. .form{width:100%;margin:0px;padding:0px;border-collapse:collapse;border-width:3px 1px 1px;table-layout:fixed}
  44. .form .formTitle{position:relative;left:0px;text-align:right;white-space:nowrap;font-weight:normal;width:90px;padding-right:15px;}
  45. .form .formTitle font{color:red;position:absolute;right:0px;}
  46. .form .formValue{position:relative;padding:5px;width:auto;}
  47. .form .formValue input.form-control{height:30px;line-height:30px;padding-top:0px;padding-bottom:0px;padding-right:0px;padding-left:5px;resize: none;border-radius: 0px;box-shadow:none;}
  48. .form .formValue select.form-control{border-radius: 0px;box-shadow:none;}
  49. .form .formValue textarea.form-control{padding-left:5px;resize: none;border-radius: 0px;box-shadow:none;}
  50. .form .formValue .input-group .btn{padding: 4px 0px;font-size: 14px;height:30px;min-width: 30px;border-radius: 0px;}
  51. .form .formValue .input-group .btn .fa-ellipsis-h{margin-top: 4.5px;}
  52. .form .formValue.has-error .form-control.error{border-color:#e7bebe;background-color: #fffafa;}
  53. .form .formValue.has-error .form-control-feedback.error{color: #e46f61;top:5.5px;right: 4px;font-size:16px;cursor:pointer;z-index:99;}
  54. .form .formValue.has-error .form-control.success{border-color:#b0dd9c;background-color: #f3f7f1;}
  55. .form .formValue.has-error .form-control-feedback.success{color: #8cc474;top:5px;right: 4px;font-size:16px;}
  56. .form .formValue.has-error .select2-selection--single{border-color:#e7bebe;background-color: #fffafa;}
  57. .form .formValue.has-error .tooltip-arrow{border-left-color:#d73d32;}
  58. .form .formValue.has-error .tooltip-inner{background-color: #d73d32;}
  59. .form-button{padding: 0px;height: 40px;line-height: 36px;text-align: right;border-top: 1px solid #ddd;background-color: #eee;position: absolute;top: 100%;margin-top: -40px;width: 100%;padding-right: 6px;-moz-user-select: none;-webkit-user-select: none;-ms-user-select: none;-khtml-user-select: none;user-select: none;}
  60. .ui-layout .topPanel{border: none;}
  61. .ui-layout .ui-jqgrid{border-left:none;border-right:none;border-bottom:none;}
  62. .mail-box{border: 1px solid #ddd;}
  63. .mail-header{background-color: #fff;border-bottom: 1px solid #ddd;font-size: 20px;height:60px;line-height:60px;padding-left:30px;padding-right:30px;}
  64. .mail-body{padding: 20px;}
  65. .price-box{width:860px;margin-left:auto;margin-right:auto;border: 1px solid #ddd;box-shadow: rgb(189, 189, 189) 0px 0px 10px;background: #fff;padding: 50px;padding-top:20px;margin-top: 25px;padding-bottom:0px;}
  66. .price-title{font-size: 30px;text-align: center;line-height:60px;font-weight: bold;}
  67. .price-subtitle{text-align: center;}
  68. .price-info{margin-top:20px;margin-bottom:20px;}
  69. .price-info table .formTitle{text-align:left;width:50px;font-size: 12px;}
  70. .price-info table .formValue{text-align:left;font-size: 12px;}
  71. .price-info table .formValue input{border-top:none;border-right:none;border-left:none;height:22px!important;line-height:22px!important;font-size: 12px;}
  72. .price-table table{margin: 0px;margin-top:1px;border-collapse: collapse;width: 100%;border-left: 1px solid #ccc;}
  73. .price-table table thead tr td{border-top: 1px solid #ccc;border-bottom: 1px solid #ccc;border-right: 1px solid #ccc;padding-top:5px;padding-bottom:5px;text-overflow:ellipsis;word-break:keep-all;overflow:hidden;font-weight:bold;padding-left:5px;padding-right:5px;font-size: 12px;}
  74. .price-table table tbody tr td{border-bottom: 1px solid #ccc;border-right: 1px solid #ccc;height:25px;line-height:25px;word-break: break-all;padding-left:5px;padding-right:5px;font-size: 12px;}
  75. .wrapper{border: 1px solid #ddd;overflow:auto;color: #475059;background-color:#fff;}
  76. .wrapper .nav-tabs{position:relative;z-index:1;margin:0;padding:15px 15px 0;border-color:#ddd}
  77. .wrapper .nav-tabs>li{margin:0 4px 0 0;}
  78. .wrapper .nav-tabs>li>a{line-height:30px;padding:0 13px;background-color:#fff;border:none;cursor:pointer;color: #666;}
  79. .wrapper .nav-tabs>li>a:hover{border:none;border-bottom:2px solid #1ABC9C;background-color:#fff;color:#333}
  80. .wrapper .nav-tabs>li.active a{line-height:30px;background-color:#fff;border:none;border-bottom:2px solid #1ABC9C;color: #666;}
  81. .wrapper .nav-tabs>li.active a:hover,.aw-nav-tabs>li.active a:focus,.aw-nav-tabs>li>a:focus{border:none;border-bottom:2px solid #1ABC9C;background-color:#fff}
  82. .wrapper .pop-list{width: 100%;margin: 0;float: left;height: auto;list-style: none;padding:0px;}
  83. .wrapper .pop-list li{position: relative;float: left;clear: left;width: 100%;height: auto;margin-bottom: 10px;line-height: 20px;list-style: none;}
  84. .wrapper .pop-list li span{float: left;max-width: 200px;margin-right: 10px;}
  85. .wrapper .pop-list li.line{padding-bottom: 8px;border-bottom: 1px solid #e6e6e6;}
  86. .wrapper .pop-list li.line h5{color: #525252;}
  87. .wrapper .pop-list li h5{font-size: 12px;font-weight: bold;line-height: 24px;}
  88. .wrapper .pop-list label{line-height: 30px;display: block;float: left;min-width: 100px;height: 30px;padding: 5px 0;padding-right:15px;}
  89. .wrapper .pop-list li .form-control{float: left;width: 300px;margin-right: 5px;line-height: 30px;height: 30px;padding:0px;padding-left:5px;margin-top:3px;border-radius: 3px;box-shadow:none;resize: none;}