123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253 |
- html,
- body {
- display: block;
- width: 100%;
- height: 100%;
- overflow: auto;
- font: 12px/1.5 tahoma, arial, simsun;
- font-family: "微软雅黑" !important;
- color: #000000;
- position: relative;
- }
- div{
- margin: 0 auto;
- }
- * {
- box-sizing: border-box;
- margin: 0;
- padding: 0;
- }
- address, cite, dfn, em, var {
- font-style: normal;
- color: #000000;
- }
- .clearfix::after {
- clear: both;
- }
- .clearfix::before,
- .clearfix::after {
- content: ' ';
- display: table;
- }
- .left {
- float: left;
- }
- .right {
- float: right;
- }
- .width50_ {
- width: 50%;
- }
- .tcenter {
- text-align: center;
- }
- .tleft {
- text-align: left;
- }
- .relative {
- position: relative;
- }
- .ellipsis {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .inline-block {
- display: inline-block;
- }
- input[type=checkbox] {
- vertical-align: middle;
- width: 16px;
- height: 16px;
- appearance: none;
- /**css3属性,不支持ie,但不影响使用**/
- -webkit-appearance: none;
- -moz-appearance: none;
- background-color: transparent;
- border: 0;
- outline: 0 !important;
- cursor: pointer
- }
- input[type=checkbox]+label {
- vertical-align: middle;
- padding-left: 1px;
- padding-right: 1px;
- }
- input[type=checkbox]:after {
- content: "";
- display: block;
- width: 16px;
- height: 16px;
- text-align: center;
- line-height: 15px;
- color: #fff;
- border: 1px solid #c0c0c0;
- background-color: #fff;
- box-sizing: border-box;
- font-weight: bold
- }
- input[type=checkbox]:checked:after {
- content: "\2713";
- border-color: #37AF6E;
- background-color: #37AF6E;
- }
- a:hover {
- color: #FF0000;
- text-decoration: underline
- }
- a:focus {
- -moz-outline-style: none;
- }
- .red {
- color: #FF0000;
- }
- select {
- height: 26px;
- line-height: auto;
- vertical-align: middle;
- box-sizing: content-box;
- font-size: 13px;
- -webkit-appearance: menulist-button;
- border: #CCC solid 1px;
- }
- input[type=radio] {
- vertical-align: middle;
- width: 16px;
- height: 16px;
- appearance: none;
- /**css3属性,不支持ie,但不影响使用**/
- -webkit-appearance: none;
- -moz-appearance: none;
- background-color: transparent;
- border: 0;
- outline: 0 !important;
- line-height: 14px;
- color: #d8d8d8;
- }
- input[type=radio]+label {
- vertical-align: middle;
- padding-left: 1px;
- padding-right: 1px;
- }
- input[type=radio]:after {
- content: "";
- display: block;
- width: 16px;
- height: 16px;
- border-radius: 50%;
- text-align: center;
- line-height: 12px;
- color: #fff;
- border: 1px solid #ddd;
- background-color: #fff;
- box-sizing: border-box;
- }
- input[type=radio]:checked:after {
- content: "L";
- transform: matrix(-0.766044, -0.642788, -0.642788, 0.766044, 0, 0);
- -webkit-transform: matrix(-0.766044, -0.642788, -0.642788, 0.766044, 0, 0);
- -ms-transform: matrix(-0.766044, -0.642788, -0.642788, 0.766044, 0, 0);
- /*兼容ie9+ */
- -moz-transform: matrix(-0.766044, -0.642788, -0.642788, 0.766044, 0, 0);
- /*兼容ie9+ */
- border-color: #37AF6E;
- background-color: #37AF6E;
- }
- ::-webkit-scrollbar {
- width: 8px;
- height: 1px;
- }
- ::-webkit-scrollbar-thumb {
- border-radius: 10px;
- -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
- background: #DFDFDF;
- }
- ::-webkit-scrollbar-track {
- -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
- border-radius: 10px;
- background: #f5f5f5;
- }
- .ml10 {
- margin-left: 10px;
- }
- .ml20{
- margin-left: 20px;
- }
- .txtbox {
- border: 1px solid #ccc;
- background: #fff url(/static/img/icon071402.png) no-repeat;
- padding: 1px 2px;
- height: 24px;
- line-height: 24px;
- vertical-align: middle;
- text-indent: 3px;
- box-sizing: content-box;
- }
- .layui-table-view{
- margin-top: 0 !important;
- }
- .red2{
- padding-left: 5px;
- padding-right: 5px;
- color: #FF0000;
- }
- .layui-table{
- color: #000000;
- }
- .onclickbg {
- background-color: #3ea400 !important;
- color: #FFF;
- }
- .jieshaokehu {
- background-color: #b78453 !important;
- font-weight: normal;
- width: 45px !important;
- height: 25px;
- color: #FFF;
- text-align: center;
- line-height: 25px;
- z-index: 100;
- display: block;
- position: absolute;
- top: 7px;
- right: 3px;
- border-radius: 11px;
- font-size: 12px;
- }
- .layui-table-box,.layui-table-view{
- height: max-content !important;
- }
- .layui-box.layui-laypage.layui-laypage-default{
- float: right;
- }
- .mr20{
- margin-right: 20px;
- }
- .mwidth50_ {
- min-width: 50%;
- }
- label,select,option,input,a{
- color: #000000;
- }
- .layui-table-tips-c:before{right: -1px;top: -5px;font-size: 12px;}
|