ininPsd.css 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401
  1. @charset "utf-8";html{background-color:#fff;}
  2. body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,figure,form,fieldset,legend,input,textarea,button,p,blockquote,th,td,pre,xmp{margin:0;padding:0}
  3. body,input,textarea,button,select,pre,xmp,tt,code,kbd,samp{line-height:1.5;font-family:'HYQiHei 55S',sans-serif}
  4. h1,h2,h3,h4,h5,h6,small,big,input,textarea,button,select{font-size:100%;outline: none;}
  5. h1,h2,h3,h4,h5,h6{font-family:'HYQiHei 65S',sans-serif}
  6. h1,h2,h3,h4,h5,h6,b,strong{font-weight:normal}
  7. address,cite,dfn,em,i,optgroup,var{font-style:normal}
  8. table{border-collapse:collapse;border-spacing:0;text-align:left}
  9. caption,th{text-align:inherit}
  10. ul,ol,menu{list-style:none}
  11. fieldset,img{border:0}
  12. img,object,input,textarea,button,select{vertical-align:middle}
  13. article,aside,footer,header,section,nav,figure,figcaption,hgroup,details,menu{display:block}
  14. audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
  15. blockquote:before,blockquote:after,q:before,q:after{content:"\0020"}
  16. textarea{overflow:auto;resize:vertical}
  17. input,textarea,button,select,a{outline:0 none;border: none;}
  18. input::-webkit-input-placeholder{color: #ddd;}
  19. button{cursor: pointer;background: transparent;}
  20. button[disabled=true]{opacity: 0.6;}
  21. button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}
  22. mark{background-color:transparent}
  23. a,ins,s,u,del{text-decoration:none}
  24. p,small{word-wrap: break-word; word-break: break-all;}
  25. sup,sub{vertical-align:baseline}
  26. html {height: 100%;width:100%;-webkit-tap-highlight-color: transparent;touch-action: pan-x pan-y;}
  27. body {font-family:'HYQiHei 55S',sans-serif;color:#000;-webkit-text-size-adjust: none;-webkit-font-smoothing:antialiased;}
  28. hr {height: .02rem;margin: .1rem 0;border: medium none;border-top: .02rem solid #cacaca;}
  29. a {color: #25a4bb;text-decoration: none;}
  30. .clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
  31. /* 隐藏 input[type="number"]箭头*/
  32. input::-webkit-outer-spin-button,
  33. input::-webkit-inner-spin-button
  34. {
  35. -webkit-appearance: none;
  36. }
  37. input[type="number"]{
  38. -moz-appearance: textfield;
  39. }
  40. /* */
  41. /*************************************************up reset css*************************************************************************************************/
  42. /* 字号适配*/
  43. .fz_32{ font-size: 32px;}
  44. .fz_28{ font-size: 28px;}
  45. .fz_24{ font-size: 24px;}
  46. .fz_23{ font-size: 23px;}
  47. .initPsd{
  48. position: relative;
  49. /* width: 45%;
  50. margin: 30px auto; */
  51. background: #fff;
  52. border-radius: 12px;
  53. padding: 30px;
  54. color: #333333;
  55. /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.32); */
  56. overflow: hidden;
  57. }
  58. .initPsd h3{
  59. text-align: center;
  60. height: 60px;
  61. line-height: 60px;
  62. }
  63. .initPsd h5{
  64. height: 60px;
  65. line-height: 60px;
  66. padding:0px 30px;
  67. background-color: #f4f4f4;
  68. }
  69. .initPsd .config, .setting{
  70. margin-top: 30px;
  71. border-radius: 12px;
  72. border: 1px solid #e4e4e4;
  73. }
  74. .initPsd .rows{
  75. width: 100%;
  76. height: 60px;
  77. padding:0px 30px;
  78. line-height: 60px;
  79. font-size: 24px;
  80. display: flex;
  81. box-sizing: border-box;
  82. justify-content: space-between;
  83. align-items: center;
  84. border-bottom: 1px solid #e4e4e4;
  85. }
  86. .initPsd button, .initPsd input{
  87. display: block;
  88. font-size: 24px;
  89. }
  90. .initPsd input{
  91. text-align: right;
  92. }
  93. .initPsd .btn{
  94. display: flex;
  95. justify-content: center;
  96. }
  97. .initPsd button{
  98. height: 56px;
  99. line-height: 56px;
  100. border-radius: 50px;
  101. padding: 0px 41px;
  102. margin: 15px 25px;
  103. }
  104. .btn-blue{
  105. border: 1px solid #527fff;
  106. color: #527fff;
  107. }
  108. .btn-gray{
  109. border: 1px solid #808080;
  110. }
  111. .config button{
  112. margin: 15px auto;
  113. }
  114. .modal-box{
  115. display: none;
  116. }
  117. .modal{
  118. width: 45%;
  119. background: #fff;
  120. border-radius: 12px;
  121. padding: 30px;
  122. box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.32);
  123. position: absolute;
  124. top: 30%;
  125. left: 27%;
  126. display: flex;
  127. flex-direction: column;
  128. align-items: center;
  129. }
  130. .coverBg{
  131. width: 100%;
  132. height: 100%;
  133. position: absolute;
  134. top: 0px;
  135. left: 0px;
  136. background: rgba(255, 255, 255, 0);
  137. }
  138. .modal p{
  139. line-height: 1.5;
  140. }
  141. .modal img{
  142. margin: 10px 0px 20px 0px;
  143. }
  144. .modal button{
  145. margin: 30px 0px 0px 0px;
  146. }
  147. @media screen and (max-device-width: 650px) {
  148. .fz_32{ font-size: 20px;}
  149. .fz_28{ font-size: 18px;}
  150. .fz_24{ font-size: 16px;}
  151. .fz_23{ font-size: 15px;}
  152. .initPsd {
  153. padding:10px 20px;
  154. }
  155. .initPsd .config, .setting {
  156. margin-top: 10px;
  157. }
  158. .initPsd h3 {
  159. height: 25px;
  160. line-height: 25px;
  161. padding: 0px 10px;
  162. }
  163. .initPsd h5 {
  164. height: 40px;
  165. line-height: 40px;
  166. padding: 0px 10px;
  167. }
  168. .initPsd .rows {
  169. height: 40px;
  170. line-height: 40px;
  171. padding: 0px 10px;
  172. font-size: 16px;
  173. }
  174. .initPsd button, .initPsd input {
  175. font-size: 16px;
  176. }
  177. .initPsd button {
  178. height: 36px;
  179. line-height: 36px;
  180. padding: 0px 25px;
  181. margin: 10px 15px;
  182. }
  183. .config button {
  184. margin: 10px auto;
  185. }
  186. .modal {
  187. width: 40%;
  188. padding: 20px;
  189. top:25%;
  190. z-index: 99;
  191. }
  192. }
  193. /**************************************** errPage *******************************/
  194. nav{
  195. padding: 0px 40px;
  196. height: 120px;
  197. margin-bottom: 100px;
  198. display: flex;
  199. align-items: center;
  200. }
  201. nav ul{
  202. display: flex;
  203. width: 100%;
  204. margin-left: 40px;
  205. justify-content: space-around;
  206. }
  207. nav ul li{
  208. display: flex;
  209. align-items: center;
  210. border-radius: 50px;
  211. background: #fff;
  212. padding: 20px 25px;
  213. box-sizing: border-box;
  214. box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  215. }
  216. nav ul li::before{
  217. display: inline-table;
  218. width: 30px;
  219. height: 30px;
  220. margin-right: 10px;
  221. content: '';
  222. }
  223. nav ul li:nth-child(1)::before{
  224. background: url('../images/reset.png');
  225. background-size: cover;
  226. }
  227. nav ul li:nth-child(2)::before{
  228. background: url('../images/restart_a.png');
  229. background-size: cover;
  230. }
  231. nav ul li:nth-child(3)::before{
  232. background: url('../images/restart_c.png');
  233. background-size: cover;
  234. }
  235. nav ul li:nth-child(4)::before{
  236. background: url('../images/off.png');
  237. background-size: cover;
  238. }
  239. nav ul li:nth-child(5)::before{
  240. background: url('../images/min.png');
  241. background-size: cover;
  242. }
  243. .imgDiv{
  244. text-align: center;
  245. }
  246. .errPage p{
  247. text-align: center;
  248. margin: 8px 0px;
  249. max-height: 60px;
  250. overflow: auto;
  251. /* padding: 0 30px; */
  252. }
  253. .errPage .logo{
  254. width: 32%;
  255. }
  256. .errPage .coverBg {
  257. background: rgba(0, 0, 0, 0.5);
  258. }
  259. .errPage .modal{
  260. padding: 40px 30px;
  261. z-index: 99;
  262. }
  263. .errPage .modal h3{
  264. width: 100%;
  265. text-align: left;
  266. margin-bottom: 30px;
  267. }
  268. .errPage .btns{
  269. display: flex;
  270. width: 85%;
  271. justify-content: space-between;
  272. }
  273. .errPage .modal button{
  274. width: 200px;
  275. height: 45px;
  276. line-height: 45px;
  277. border-radius: 20px;
  278. }
  279. #RestartTxt{
  280. margin-bottom: 20px;
  281. }
  282. #SuspensionTxt{
  283. max-height: 200px;
  284. overflow-y: auto;
  285. overflow-x: hidden;
  286. margin-bottom: 15px;
  287. padding: 0 30px;
  288. }
  289. #PromptTxt{
  290. padding: 0 30px;
  291. }
  292. #PromptTxt::-webkit-scrollbar,
  293. #errTips::-webkit-scrollbar{
  294. display: none;
  295. }
  296. @media screen and (min-device-width: 1920px) {
  297. .errPage .modal{
  298. width: 30%;
  299. left: 33%;
  300. }
  301. #SuspensionTxt{
  302. max-height: 100px;
  303. }
  304. }
  305. /******************************* errPage *******************************/
  306. .iframeDiv{
  307. display: none;
  308. position: absolute;
  309. top: 0px;
  310. left: 0px;
  311. width: 100%;
  312. height: 100%;
  313. background: rgba(0, 0, 0, 0.32);
  314. }
  315. .iframeDiv .initPsd {
  316. padding: 10px 30px;
  317. }
  318. .errPage .initPsd{
  319. width: 45%;
  320. position: fixed;
  321. top: 100px;
  322. left: 27%;
  323. }
  324. .exitTips{
  325. display: none;
  326. }
  327. .exitTips .box{
  328. width: 30%;
  329. height: 150px;
  330. line-height: 150px;
  331. border-radius: 6px;
  332. font-size: 18px;
  333. background-color: #f4f4f4;
  334. z-index: 9999;
  335. position: absolute;
  336. left: 35%;
  337. top: 50%;
  338. transform: translateY(-150px);
  339. text-align: center;
  340. }
  341. .terminal-time{
  342. display: flex;
  343. justify-content: center;
  344. margin-bottom: 20px;
  345. }
  346. #ErrTime{
  347. margin-left: 25px;
  348. }
  349. #resetPsd, #minimize{
  350. display: none;
  351. }
  352. @media screen and (max-width:1300px) {
  353. .errPage .logo{
  354. width: 30%;
  355. }
  356. nav ul li{
  357. padding: 15px 20px;
  358. }
  359. nav ul li::before {
  360. width: 25px;
  361. height: 25px;
  362. }
  363. .fz_24 {
  364. font-size: 20px;
  365. }
  366. }