123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267 |
- .bgc-f2f4f6{
- background-color: #f2f4f6;
- }
- .bgc-74bf00{
- background-color: #74bf00;
- }
- .bgc-47a8ef{
- background-color: #47a8ef;
- }
- .bgc-ff6a56{
- background-color: #ff6a56;
- }
- .bgc-ccc{
- background-color: #ccc;
- }
- .h40{
- height: 40px;
- }
- .lh40{
- line-height: 40px;
- }
- .h34{
- height: 34px;
- }
- .lh34{
- line-height: 34px;
- }
- .h36{
- height: 36px;
- }
- .lh36{
- line-height: 36px;
- }
- .w-120{
- width: 120px;
- }
- .mb60{
- margin-bottom: 60px;
- }
- .c-ff8273{
- color: #ff8273;
- }
- .c-error{
- color: #ff6a56;
- }
- .c-waiting{
- color: #ff9526;
- }
- .c-info{
- color: #74bf00;
- }
- .c-success{
- color: #47a8ef;
- }
- .header-icon{
- vertical-align: baseline;
- margin-bottom: -3px;
- }
- .c-list > .c-list-li{
- margin-left: 0;
- }
- .c-list .c-list-key{
- margin-right: 10px;
- }
- .c-list .c-list-info.pr0{
- padding-right: 0;
- }
- .pill-list li{
- border-top: 1px solid #f1f1f1;
- }
- .pill-list li:first-child{
- border: 0;
- background-image: none;
- }
- .c-list .box{
- margin-left: 0;
- border-top: 0;
- }
- .c-list .box,
- .pill-list li .box{
- display: -webkit-box;
- display: box;
- }
- .c-list .box-info,
- .pill-list li .box-info{
- -webkit-box-flex: 1;
- box-flex: 1;
- display: box;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-box-pack: center;
- }
- .footer-bar{
- position: fixed;
- bottom: 0;
- left:0;
- width: 100%;
- height: 49px;
- line-height: 49px;
- }
- .footer-bar2{
- position: fixed;
- bottom:0;
- left: 0;
- width: calc(100% - 40px);
- width: -webkit-calc(100% - 40px);
- width: -moz-calc(100% - 40px);
- }
- .arrow-r{
- position: absolute;
- top: 50%;
- right: 10px;
- margin-top: -5px;
- display: inline-block;
- width: 10px;
- height: 10px;
- border: solid #909090;
- border-width: 2px 2px 0 0;
- -webkit-transform: rotate(45deg);
- transform: rotate(45deg);
- }
- .arrow-d{
- position: absolute;
- top: 50%;
- right: 0px;
- margin-top: -8px;
- display: inline-block;
- width: 10px;
- height: 10px;
- border: solid #909090;
- border-width:0 2px 2px 0;
- -webkit-transform: rotate(45deg);
- transform: rotate(45deg);
- }
- .word-wrap{
- word-wrap: break-word;
- }
- .c-btn2,
- .c-btn3
- {
- width: 100%;
- height: 100%;
- display: inline-block;
- zoom: 1;
- vertical-align: baseline;
- outline: none;
- cursor: pointer;
- border: 0;
- background: none;
- text-align: center;
- text-decoration: none;
- color: #fff;
- background-color: #eee;
- position: relative;
- border-radius: 6px;
- }
- .c-btn3{
- width: auto;
- padding: 0 10px;
- background-color: #47a8ef;
- }
- .c-btn-green{
- height: 40px;
- line-height: 40px;
- background-color: #74bf00;
- }
- .c-btn-red{
- height: 40px;
- line-height: 40px;
- background-color: #ff6a56;
- }
- input[type=text].select-input{
- width: 100%;
- height: 36px;
- line-height: 36px;
- border: none;
- margin-bottom: 0;
- padding: 0;
- position: relative;
- }
- input[type=text].border-input,
- input[type=number].border-input{
- height: 34px;
- line-height: 34px;
- border: 1px solid #e1e1e1;
- padding: 0;
- padding-left: 5px;
- padding-right: 5px;
- width: calc(100% - 10px);
- width: -webkit-calc(100% - 10px);
- width: -moz-calc(100% - 10px);
- margin-bottom: 0;
- position: relative;
- }
- input.error{
- border-color: #ff8274;
- }
- .text-area{
- border-color: #e1e1e1;
- padding-left: 5px;
- padding-right: 5px;
- width: calc(100% - 10px);
- width: -webkit-calc(100% - 10px);
- width: -moz-calc(100% - 10px);
- }
- .straight-line{
- position: absolute;
- top: 36px;
- left: 24px;
- width: 1px;
- height: calc(100% - 95px);
- height: -webkit-calc(100% - 95px);
- height: -moz-calc(100% - 95px);
- background-color: #dcdcdc;
- z-index: 0;
- }.mui-picker{
- background-color: #fff;
- }
- .xfzx-btn{
- position: fixed;
- right: 10px;
- bottom: 70px;
- }
- .layui-m-layercont{
- padding-top: 0px !important;
- }
- #input_1{
- border: 20px !important;
- }
- .layui-m-layercont{
- padding-bottom: 0 !important;
- }
- input{
- color: #46b7f5;
- }
- input[type="checkbox"]+label::before {
- content: "\a0";
- display: inline-block;
- vertical-align: .2em;
- width: .8em;
- height: .8em;
- margin-right: .2em;
- border-radius: .2em;
- text-indent: .15em;
- line-height: .65;
- border: 1px solid #000;
- color: #000;
- }
- input[type="checkbox"]:checked+label::before {
- content: "\2713";
- }
- input {
- position: absolute;
- clip: rect(0, 0, 0, 0);
- }
- input[type="checkbox"]:focus+label::before {
- /* box-shadow: 0 0 .1em .1em #58a; */
- }
- input[type="checkbox"]:disabled+label::before {
- background-color: gray;
- box-shadow: none;
- color: #555;
- }
|