| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139 |
- .t-shade {
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background: rgba(0, 0, 0, 0.48);
- z-index: 10004;
- display: none;
- }
-
- .shade_k {
- z-index: 10005;
- width: 55%;
- margin: 2% auto;
- background-color: #fff;
- box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
- border: 1px solid #23c6c8;
- display: none;
- }
-
- .shade_title {
- padding: 0 80px 0 20px;
- height: 42px;
- line-height: 42px;
- border-bottom: 1px solid #eee;
- font-size: 16px;
- color: #FFFFFF;
- overflow: hidden;
- background-color: #23c6c8;
- border-radius: 2px 2px 0 0;
- position: relative;
- }
-
- .setwin {
- position: absolute;
- right: 15px;
- top: 5px;
- font-size: 0;
- line-height: initial;
- }
-
- .setwin a {
- position: relative;
- width: 16px;
- height: 16px;
- font-size: 20px;
- }
-
- .shade_content {
- height: 500px;
- overflow-y: auto;
- position: relative;
- padding-bottom: 50px;
- }
-
- .sa_title {
- padding-left: 20px;
- height: 35px;
- line-height: 35px;
- border-bottom: 1px solid #D7D7D7;
- }
-
- .inpBox {
- border: 1px solid #19aa8d;
- height: 27px;
- width: 170px;
- display: inline-block;
- position: relative;
- vertical-align: middle;
- }
-
- .inps {
- width: 167px;
- height: 24px;
- outline: none;
- border: 0;
- border-image-width: 0;
- padding: 0;
- padding-left: 3px;
- }
-
- .xl {
- display: inline-block;
- background: url(../../img/dropDown.png) no-repeat;
- height: 100%;
- background-position: center center;
- width: 20px;
- position: absolute;
- right: 0;
- top: 0px;
- background-color: #1ab395;
- cursor: pointer;
- }
-
- .wh_btn input {
- padding: 7px 20px;
- color: #FFF;
- border-radius: 5px;
- margin-right: 30px;
- }
-
- .wh_btn {
- width: 80%;
- text-align: center;
- padding-top: 20px;
- margin: 0 auto;
- margin-bottom: 30px;
- }
-
- .cx {
- display: block;
- }
-
- /*超时*/
- .overTime{
- width: 15px;
- height: 15px;
- border-radius: 50%;
- background: #e43926;
- margin: 0 auto;
- }
- .Ctime{
- width: 15px;
- height: 15px;
- border-radius: 50%;
- background: #1ab395;
- margin: 0 auto;
- }
- .Closed{
- font-size: 30px;
- float: right;
- position: relative;
- top: -12px;
- right: 5px;
- cursor: pointer;
- }
-
|