| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278 |
- *{
- margin:0px;
- padding: 0px;
- font-family: '微软雅黑';
- }
- @media only screen and (max-width: 767px) {
- .sg-mask{
- position: absolute; top: 0px; filter: alpha(opacity=20); background-color: #333;
- z-index: 1002; left: 0px;
- -moz-opacity:0.5;
- width:100%;
- height: 100%;
- display: block;
- overflow: hidden;
- }
- .popups-box{
- width:100%;
- text-align:center;
- background-color:#fff;
- border-radius: 5px;
- position: absolute;
- bottom: -251px;
- margin: 0 auto;
- float: left;
- }
- .popups-box .title-min{
- height: 35px;
- width: 100%;
- line-height: 35px;
- color: #fff;
- background-color: #23b7e5;
- border-top-left-radius: 5px;
- border-top-right-radius: 5px;
- }
- .popups-box .title-min .query{
- float: left;
- margin-left: 10px;
- cursor: pointer;
- }
- .popups-box .title-min .submit{
- float: right;
- margin-right: 10px;
- cursor: pointer;
- }
- .popups-box .title-max{
- display: none;
- }
- .popups-box .close{
- width: 30px;
- height: 35px;
- text-align: center;
- float: right;
- cursor: pointer;
- }
- .popups-box .result-box{
- text-align: left;
- padding-left: 5px;
- height: 40px;
- line-height: 40px;
- margin-top: 10px;
- border-bottom: 1px solid #bfbfbf;
- padding-bottom: 10px;
- display: flex;
- }
- .popups-box .result-box input{
- height: 30px;
- line-height: 30px;
- flex: 1;
- margin-left: 10px;
- margin-right: 10px;
- padding-left: 10px;
- }
- .popups-box .footer{
- display: none;
- }
- .tab-box{
-
- float: left;
- }
- .tab-menu{
- height: 50px;
- line-height: 50px;
- border-bottom: 1px solid #bfbfbf;
- }
- .tab-box .tab-menu li{
- list-style: none;
- float: left;
- width: 33%;
- cursor:pointer;
- }
- .tab-content{
- width: 100%;
- height: 100%;
- margin-top: 2px;
- float: left;
- width: 33%;
- height: 102px;
- overflow: hidden;
- /* overflow: hidden;
- overflow: auto;
- -webkit-overflow-scrolling:touch;
- */
- }
- .tab-content ul{
- float: left;
- width: 100%;
- }
- .tab-list-1,.tab-list-2,.tab-list-3{
- display: block;
- }
- .content-box{
- float: left;
- width: 800px;
- height:500px;
- }
- .tab-content li{
- width: 105px;
- height:35px;
- line-height: 35px;
- float: left;
- list-style: none;
- width: 100%;
- }
- .minISClick a{
- background-color: #23b7e5;
- padding: 3px;
- color: #fff;
- max-width: 105px;
- border-radius: 5px;
- }
- }
- @media only screen and (min-width: 768px) {
- .sg-mask{
- position: absolute; top: 0px; filter: alpha(opacity=20); background-color: #333;
- z-index: 1002; left: 0px;
- -moz-opacity:0.5;
- width:100%;
- height: 100%;
- display: block;
- }
- .popups-box{
- width:650px;
- text-align:center;
- background-color:#fff;
- border-radius: 5px;
- position: relative;
- margin: 0 auto;
- top:50px;
- }
- .popups-box .title-min{
- display: none;
- }
- .popups-box .title-max{
- height: 35px;
- width: 100%;
- line-height: 35px;
- color: #fff;
- text-align: left;
- padding-left: 10px;
- background-color: #23b7e5;
- border-top-left-radius: 5px;
- border-top-right-radius: 5px;
- }
- .popups-box .close{
- width: 30px;
- height: 35px;
- text-align: center;
- float: right;
- cursor: pointer;
- }
- .popups-box .result-box{
- text-align: left;
- padding-left: 20px;
- height: 40px;
- line-height: 40px;
- margin-top: 10px;
- border-bottom: 1px solid #bfbfbf;
- padding-bottom: 10px;
- }
- .popups-box .result-box input{
- height: 30px;
- line-height: 30px;
- width: 480px;
- padding-left: 10px;
- margin-left: 5px;
- }
- .popups-box .footer{
- height: 60px;
- width: 650px;
- line-height:60px;
- border-top: 1px solid #bfbfbf;
- bottom: 0px;
- text-align: right;
- clear: both;
- }
- .popups-box .footer button{
- width: 80px;
- height: 40px;
- line-height: 40px;
- border-radius: 5px;
- background-color: #23b7e5;
- color: #fff;
- font-size: 15px;
- border:none;
- outline: none;
- cursor: pointer;
- margin-right: 10px;
- }
- .tab-box{
- width: 100%;
- }
- .tab-menu{
- height: 50px;
- line-height: 50px;
- padding-left: 12px;
- padding-right: 12px;
- }
- .tab-box .tab-menu li{
- list-style: none;
- float: left;
- width: 33%;
- cursor:pointer;
- }
- .tab-content{
- width: 100%;
- height: 100%;
- margin-top: 2px;
- float: left;
- display: none;
- }
- .tab-content li{
- width: 105px;
- height:34px;
- line-height: 34px;
- float: left;
- list-style: none;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
-
- }
- .tab-content li a:hover{
- cursor: pointer;
- background-color: #23b7e5;
- padding: 3px;
- color: #fff;
- max-width: 105px;
- border-radius: 5px;
-
- }
- .isCheck{
- border-bottom: 2px solid #23b7e5;
- box-sizing: border-box;
- }
- .isBlock{
- display: block;
- }
- }
|