lock.css 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341
  1. .clearfix:after{
  2. content:".";
  3. display:block;
  4. height:0;
  5. clear:both;
  6. visibility:hidden
  7. }
  8. .lock-controll-screen{
  9. position: fixed;
  10. top:0px;
  11. left: 0px;
  12. width: 100%;
  13. height: 100%;
  14. display: block;
  15. z-index: -1;
  16. }
  17. .background-desktop {
  18. position: absolute;
  19. top:0px;
  20. left: 0px;
  21. width: 100%;
  22. height: 100%;
  23. z-index: -999;
  24. background-position: center;
  25. background-size:auto;
  26. background-repeat: no-repeat;
  27. }
  28. .lock-screen {
  29. position: absolute;
  30. top:0px;
  31. left: 0px;
  32. width: 100%;
  33. height: 100%;
  34. z-index: 999;
  35. display: none;
  36. cursor: pointer;
  37. }
  38. table[align="center"] {
  39. background-color: #fff;
  40. }
  41. .lockscreen_unlock {
  42. position: absolute;
  43. top:0px;
  44. left:0px;
  45. overflow: hidden;
  46. height: 0px;
  47. }
  48. .lock-controll-panel{
  49. width: 348px;
  50. padding: 15px;
  51. margin: auto;
  52. cursor: default;
  53. background-size: 100% 100% !important;
  54. margin-top: 220px;
  55. display:none;
  56. }
  57. .lock-controll-input{
  58. width: 120px;
  59. position: relative;
  60. padding: 4px 24px;
  61. height: 20px;
  62. border-radius: 3px;
  63. margin-left: 28px;
  64. }
  65. .lock-controll-hint{
  66. min-height: 20px;
  67. }
  68. .lock-controll-button-container{
  69. margin: 0px 50px;
  70. }
  71. .lock-controll-input input{
  72. width: 142px !important;
  73. height: 30px !important;
  74. position: relative;
  75. left: 13px;
  76. bottom: 4px;
  77. border-radius: 4px 0px 0px 4px;
  78. padding-left:10px;
  79. }
  80. input:-webkit-autofill {
  81. -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  82. outline:none;
  83. }
  84. .lock-controll-title{
  85. font-size: 48px;
  86. color: #fff;
  87. margin: 24px;
  88. font-weight: bold;
  89. text-align: center;
  90. }
  91. .lock-controll-button{
  92. padding: 0px 13px;
  93. border:none;
  94. box-sizing: border-box;
  95. vertical-align: middle;
  96. outline: none;
  97. margin-right: 2px;
  98. display: block;
  99. float: left;
  100. }
  101. #unlockByPassword {
  102. position: relative;
  103. left: 154px;
  104. bottom: 34px;
  105. width:30px;
  106. height: 30px;
  107. background-size: 100% 100%;
  108. border-radius: 0px 4px 4px 0px;
  109. }
  110. #unlockByApp{
  111. position: relative;
  112. left: 161px;
  113. bottom: 34px;
  114. height: 30px;
  115. /*2019.06.13更改一下两行*/
  116. background-position: 14px 5px !important;
  117. /*background-size: 100% 100%;*/
  118. width: 45px;
  119. border-radius: 4px;
  120. }
  121. #backToHomepage{
  122. /*background-color: #66D354;
  123. border: none;*/
  124. border-radius:16px;
  125. display: block;
  126. float: left;
  127. }
  128. #unlockByVoice{
  129. display: block;
  130. float: right;
  131. border: none;
  132. border-radius:16px;
  133. }
  134. .home-clock {
  135. position: fixed;
  136. left: 36px;
  137. bottom: 36px;
  138. font-family: "SimHei", Georgia, Serif !important;
  139. }
  140. .home-tool {
  141. list-style:none;
  142. padding: 0px;
  143. margin: 0px;
  144. display: inline-block;
  145. position: fixed;
  146. right: 36px;
  147. bottom: 36px;
  148. z-index: 1;
  149. }
  150. .home-tool li {
  151. float: left;
  152. padding: 5px 8px;
  153. }
  154. .home-tool li img {
  155. height: 24;
  156. width:24;
  157. }
  158. .clearfix:after{
  159. clear:both;
  160. content:'.';
  161. display:block;
  162. width: 0;
  163. height: 0;
  164. visibility:hidden;
  165. }
  166. .home-tool li{
  167. position: relative;
  168. }
  169. .pl-list-container{
  170. width: 300px;
  171. position: absolute;
  172. bottom: 36px;
  173. right: -85px;
  174. padding: 10px;
  175. border: 1px #eee solid;
  176. border-radius: 10px;
  177. background-color: #fff;
  178. display: none;
  179. }
  180. #pl-list:hover .pl-list-container{
  181. display: block;
  182. }
  183. #dz-count:hover .dz-count{
  184. display: block;
  185. }
  186. #pic-info:hover .pic-info{
  187. display: block;
  188. }
  189. .dz-count{
  190. right: 0px;
  191. left: 0px;
  192. bottom: 36px;
  193. position: absolute;
  194. height: 25px;
  195. display: none;
  196. border-radius: 5px;
  197. }
  198. #dz-count-text{
  199. margin: auto;
  200. line-height: 20px;
  201. border-radius: 5px;
  202. text-align: center;
  203. width: 30px;
  204. }
  205. .pic-info{
  206. width: 200px;
  207. position: absolute;
  208. right: 0px;
  209. bottom: 36px;
  210. border-radius: 8px;
  211. padding: 8px;
  212. display: none;
  213. }
  214. .pic-info table{
  215. border-collapse: collapse;
  216. }
  217. .pic-info th{
  218. font-size: 12px;
  219. line-height: 20px;
  220. text-align:left;
  221. }
  222. .pic-info td{
  223. font-size: 14px;
  224. line-height: 20px;
  225. padding-left: 8px;
  226. }
  227. .pl-item-xm{
  228. font-size: 12px;
  229. color: #666;
  230. display: block;
  231. float: left;
  232. }
  233. .pl-item-fbsj{
  234. font-size: 12px;
  235. color: #999;
  236. display: block;
  237. float: right;
  238. }
  239. .pl-item-header{
  240. margin-top: 5px;
  241. margin-bottom: 5px;
  242. }
  243. .pl-item-content{
  244. font-size: 14px;
  245. color: #333;
  246. }
  247. .pl-item{
  248. padding:8px;
  249. border-bottom: 1px solid #eee;
  250. }
  251. .pl-page{
  252. text-align: center;
  253. padding-top: 5px;
  254. }
  255. .pl-page a{
  256. display: inline-block;
  257. font-size: 12px;
  258. text-decoration: none;
  259. text-align: center;
  260. height: 20px;
  261. width: 20px;
  262. }
  263. .zjzp{
  264. background-size: 100%;
  265. border-radius: 50%;
  266. margin-left:63px;
  267. margin-bottom: 10px;
  268. }
  269. .welcomeWords {
  270. width: 300px;
  271. padding: 4px 24px;
  272. border-radius: 20px;
  273. text-align: center;
  274. color: #333;
  275. }
  276. .login-dz-count-text{
  277. font-size: 12px;
  278. background-color: #fff;
  279. border: 1px solid #ccc;
  280. }
  281. .login-pic-info{
  282. background-color: #fff;
  283. border: 1px solid #ccc;
  284. }
  285. .ksmm{
  286. width: 17px;
  287. height: 11px;
  288. display: inline-block;
  289. position: absolute;
  290. top: 10px;
  291. right: 0px;
  292. z-index: 100;
  293. }
  294. /*登录次数*/
  295. .login-sca {
  296. width: 140px;
  297. height: 14px;
  298. display: inline-block;
  299. position: relative;
  300. margin-top: 9px;
  301. margin-left: 9px;
  302. }
  303. .listIcon{
  304. width: 24px;
  305. height: 24px;
  306. display: inline-block;
  307. background-size: 100% 100% !important;
  308. }
  309. #msgDiv:before{
  310. content: "";
  311. position: relative;
  312. top: 35px;
  313. left: -8px;
  314. }