| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341 |
- .clearfix:after{
- content:".";
- display:block;
- height:0;
- clear:both;
- visibility:hidden
- }
- .lock-controll-screen{
- position: fixed;
- top:0px;
- left: 0px;
- width: 100%;
- height: 100%;
- display: block;
- z-index: -1;
-
- }
- .background-desktop {
- position: absolute;
- top:0px;
- left: 0px;
- width: 100%;
- height: 100%;
- z-index: -999;
- background-position: center;
- background-size:auto;
- background-repeat: no-repeat;
- }
- .lock-screen {
- position: absolute;
- top:0px;
- left: 0px;
- width: 100%;
- height: 100%;
- z-index: 999;
- display: none;
- cursor: pointer;
- }
- table[align="center"] {
- background-color: #fff;
- }
- .lockscreen_unlock {
- position: absolute;
- top:0px;
- left:0px;
- overflow: hidden;
- height: 0px;
-
- }
- .lock-controll-panel{
- width: 348px;
- padding: 15px;
- margin: auto;
- cursor: default;
- background-size: 100% 100% !important;
- margin-top: 220px;
- display:none;
- }
- .lock-controll-input{
- width: 120px;
- position: relative;
- padding: 4px 24px;
- height: 20px;
- border-radius: 3px;
- margin-left: 28px;
- }
- .lock-controll-hint{
- min-height: 20px;
- }
- .lock-controll-button-container{
- margin: 0px 50px;
- }
- .lock-controll-input input{
- width: 142px !important;
- height: 30px !important;
- position: relative;
- left: 13px;
- bottom: 4px;
- border-radius: 4px 0px 0px 4px;
- padding-left:10px;
- }
- input:-webkit-autofill {
- -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
- outline:none;
- }
- .lock-controll-title{
- font-size: 48px;
- color: #fff;
- margin: 24px;
- font-weight: bold;
- text-align: center;
- }
- .lock-controll-button{
- padding: 0px 13px;
- border:none;
- box-sizing: border-box;
- vertical-align: middle;
- outline: none;
- margin-right: 2px;
- display: block;
- float: left;
- }
- #unlockByPassword {
- position: relative;
- left: 154px;
- bottom: 34px;
- width:30px;
- height: 30px;
- background-size: 100% 100%;
- border-radius: 0px 4px 4px 0px;
- }
- #unlockByApp{
- position: relative;
- left: 161px;
- bottom: 34px;
- height: 30px;
- /*2019.06.13更改一下两行*/
- background-position: 14px 5px !important;
- /*background-size: 100% 100%;*/
- width: 45px;
- border-radius: 4px;
- }
- #backToHomepage{
- /*background-color: #66D354;
- border: none;*/
- border-radius:16px;
- display: block;
- float: left;
- }
- #unlockByVoice{
- display: block;
- float: right;
- border: none;
- border-radius:16px;
- }
- .home-clock {
- position: fixed;
- left: 36px;
- bottom: 36px;
- font-family: "SimHei", Georgia, Serif !important;
- }
- .home-tool {
- list-style:none;
- padding: 0px;
- margin: 0px;
- display: inline-block;
- position: fixed;
- right: 36px;
- bottom: 36px;
- z-index: 1;
- }
- .home-tool li {
- float: left;
- padding: 5px 8px;
- }
- .home-tool li img {
- height: 24;
- width:24;
- }
- .clearfix:after{
- clear:both;
- content:'.';
- display:block;
- width: 0;
- height: 0;
- visibility:hidden;
- }
- .home-tool li{
- position: relative;
- }
- .pl-list-container{
- width: 300px;
- position: absolute;
- bottom: 36px;
- right: -85px;
- padding: 10px;
- border: 1px #eee solid;
- border-radius: 10px;
- background-color: #fff;
- display: none;
- }
- #pl-list:hover .pl-list-container{
- display: block;
- }
- #dz-count:hover .dz-count{
- display: block;
- }
- #pic-info:hover .pic-info{
- display: block;
- }
- .dz-count{
- right: 0px;
- left: 0px;
- bottom: 36px;
- position: absolute;
- height: 25px;
- display: none;
- border-radius: 5px;
- }
- #dz-count-text{
- margin: auto;
- line-height: 20px;
- border-radius: 5px;
- text-align: center;
- width: 30px;
- }
- .pic-info{
- width: 200px;
- position: absolute;
- right: 0px;
- bottom: 36px;
- border-radius: 8px;
- padding: 8px;
- display: none;
- }
- .pic-info table{
- border-collapse: collapse;
- }
- .pic-info th{
- font-size: 12px;
- line-height: 20px;
- text-align:left;
- }
- .pic-info td{
- font-size: 14px;
- line-height: 20px;
- padding-left: 8px;
- }
- .pl-item-xm{
- font-size: 12px;
- color: #666;
- display: block;
- float: left;
- }
- .pl-item-fbsj{
- font-size: 12px;
- color: #999;
- display: block;
- float: right;
- }
- .pl-item-header{
- margin-top: 5px;
- margin-bottom: 5px;
- }
- .pl-item-content{
- font-size: 14px;
- color: #333;
- }
- .pl-item{
- padding:8px;
- border-bottom: 1px solid #eee;
- }
- .pl-page{
- text-align: center;
- padding-top: 5px;
- }
- .pl-page a{
- display: inline-block;
- font-size: 12px;
- text-decoration: none;
- text-align: center;
- height: 20px;
- width: 20px;
- }
- .zjzp{
- background-size: 100%;
- border-radius: 50%;
- margin-left:63px;
- margin-bottom: 10px;
- }
- .welcomeWords {
- width: 300px;
- padding: 4px 24px;
- border-radius: 20px;
- text-align: center;
- color: #333;
- }
- .login-dz-count-text{
- font-size: 12px;
- background-color: #fff;
- border: 1px solid #ccc;
- }
- .login-pic-info{
- background-color: #fff;
- border: 1px solid #ccc;
- }
- .ksmm{
- width: 17px;
- height: 11px;
- display: inline-block;
- position: absolute;
- top: 10px;
- right: 0px;
- z-index: 100;
- }
- /*登录次数*/
-
- .login-sca {
- width: 140px;
- height: 14px;
- display: inline-block;
- position: relative;
- margin-top: 9px;
- margin-left: 9px;
- }
- .listIcon{
- width: 24px;
- height: 24px;
- display: inline-block;
- background-size: 100% 100% !important;
- }
- #msgDiv:before{
- content: "";
- position: relative;
- top: 35px;
- left: -8px;
- }
|