index.css 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464
  1. body {
  2. line-height: 1.6;
  3. background:#f7f7f7;
  4. }
  5. .cert-check-title {
  6. font-size: 36px;
  7. font-weight: 500;
  8. }
  9. .wrapper {
  10. background-color: #edf1f4;
  11. }
  12. .inner-content {
  13. background-color: #fff;
  14. border: 1px solid #eaeaea;
  15. border-radius: 3px;
  16. padding-top: 80px;
  17. padding-bottom: 120px;
  18. margin: 0px auto;
  19. margin-bottom: 60px;
  20. }
  21. .cursor-pointer {
  22. cursor: pointer;
  23. }
  24. .flex-start-center {
  25. display: flex;
  26. flex-flow: row nowrap;
  27. justify-content: flex-start;
  28. align-items: center;
  29. }
  30. .flex-between-center {
  31. display: flex;
  32. flex-flow: row nowrap;
  33. justify-content: space-between;
  34. align-items: center;
  35. }
  36. .flex-col-center {
  37. display: flex;
  38. flex-flow: column nowrap;
  39. justify-content: center;
  40. align-items: center;
  41. }
  42. .flex-center-o {
  43. display: flex;
  44. flex-flow: row nowrap;
  45. justify-content: center;
  46. align-items: center;
  47. flex-direction: column;
  48. }
  49. .v-hide {
  50. visibility: hidden;
  51. height: 0px;
  52. overflow: hidden;
  53. border: none;
  54. margin: 0 !important;
  55. padding: 0 !important;
  56. }
  57. .label-lg {
  58. font-size: 16px;
  59. font-weight: 500;
  60. color: #4a4a4a;
  61. }
  62. .label-md {
  63. font-size: 14px;
  64. font-weight: 400;
  65. color: #4a4a4a;
  66. }
  67. .label-sm {
  68. font-size: 12px;
  69. font-weight: 400;
  70. color: #666;
  71. }
  72. .sky-form {
  73. border: none;
  74. }
  75. .sky-form .checkbox input:checked + i {
  76. border-color: #1abc9c;
  77. }
  78. .sky-form .checkbox input:checked + i:after {
  79. color: #1abc9c;
  80. }
  81. .upload-img-init,
  82. #checkStatus input#password,
  83. #checkStatus input#password + hr {
  84. margin-left: auto;
  85. margin-right: auto;
  86. }
  87. .upload-img-init {
  88. height: 245px;
  89. border: 1px dashed #dddddd;
  90. border-radius: 6px;
  91. color: #dddddd;
  92. cursor: pointer;
  93. text-align: center;
  94. margin: 0 auto;
  95. margin-top: 0px;
  96. padding: 10px;
  97. padding-top: 25px;
  98. display: flex;
  99. flex-direction: column;
  100. align-items: center;
  101. justify-content: center;
  102. position: relative;
  103. margin-bottom: 15px;
  104. }
  105. .upload-img-init .file-name {
  106. word-break: break-word;
  107. }
  108. .upload-img-init .file-name > .fa {
  109. margin-left: 10px;
  110. margin-right: 10px;
  111. color: #bbb;
  112. font-size: 16px;
  113. position: relative;
  114. margin-top: 5px;
  115. }
  116. .upload-img-init .file-name > .fa:hover {
  117. color: rgba(26, 188, 156, 1);
  118. }
  119. .upload-label {
  120. color: #999;
  121. font-size: 12px;
  122. }
  123. .upload-img-init:hover {
  124. border: 1px dashed #1abc9c;
  125. color: #666;
  126. }
  127. .upload-img-init .upload-label {
  128. font-size: 24px;
  129. }
  130. .upload-img-init:hover .upload-label {
  131. color: #1abc9c;
  132. }
  133. .upload-img-init-hover {
  134. border: 1px dashed #1abc9c;
  135. color: #666;
  136. }
  137. .upload-img-init-hover .upload-label {
  138. color: #666;
  139. }
  140. .block-center {
  141. margin: 0 auto;
  142. }
  143. .group {
  144. margin: 0 40px 40px 0px;
  145. }
  146. .group-header {
  147. margin-bottom: 20px;
  148. }
  149. .group-content {
  150. padding: 30px 0 30px 30px;
  151. border: 1px solid #eaeaea;
  152. }
  153. .group-sub {
  154. margin-right: 30px;
  155. }
  156. .group-sub:last-child {
  157. }
  158. .group-sub-img {
  159. padding-bottom: 45px;
  160. border-bottom: 1px solid #e5e5e5;
  161. }
  162. .group-sub-type {
  163. height: 110px;
  164. color: #8d9396;
  165. font-size: 12px;
  166. }
  167. .img-x {
  168. position: relative;
  169. width: 80px;
  170. height: 80px;
  171. text-align: center;
  172. float: left;
  173. border: 1px solid #eaeaec;
  174. margin-right: 16px;
  175. }
  176. .img-x:last-child {
  177. margin-right: 0px;
  178. }
  179. .img-x span {
  180. position: absolute;
  181. bottom: -40px;
  182. left: -10px;
  183. width: 100px;
  184. }
  185. .img-x input {
  186. position: absolute;
  187. top: -20px;
  188. left: 18px;
  189. }
  190. .img-x img {
  191. max-width: 60px;
  192. max-height: 60px;
  193. }
  194. .hiden {
  195. display: none;
  196. }
  197. .p-hide {
  198. position: fixed;
  199. left: -99999px;
  200. }
  201. #certCheckTab {
  202. border: none;
  203. }
  204. #certCheckTab > li {
  205. width: 50%;
  206. }
  207. #certCheckTab > li > a {
  208. border: none;
  209. border-radius: 0;
  210. margin: 0;
  211. color: #333;
  212. }
  213. #certCheckTab > li > a {
  214. background: rgba(245, 247, 248, 1);
  215. border: 1px solid rgba(234, 234, 234, 1);
  216. }
  217. #certCheckTab > li.active {
  218. }
  219. #certCheckTab > li.active > a {
  220. border: none;
  221. background: #fff;
  222. border-top: 2px solid rgba(26, 188, 156, 1);
  223. color: #4a4a4a;
  224. }
  225. #certCheckTab > li:first-child > a {
  226. border-left: transparent;
  227. }
  228. #certCheckTab > li:last-child > a {
  229. border-right: transparent;
  230. }
  231. #checkStatus {
  232. border: 1px solid rgba(234, 234, 234, 1);
  233. }
  234. #certCheckTabContent {
  235. padding-top: 50px;
  236. padding-bottom: 0px;
  237. }
  238. #certCheckTabContent .url-title {
  239. font-weight: 500;
  240. font-size: 18px;
  241. color: rgba(51, 51, 51, 1);
  242. }
  243. #certCheckTabContent .text-left {
  244. text-align: left;
  245. }
  246. .btn-u.btn-check {
  247. background: #5c92ef;
  248. border-radius: 3px;
  249. }
  250. .btn-u.btn-check:hover {
  251. background: #5c92ef;
  252. }
  253. #checkStatus em.invalid[for='url'] {
  254. float: right;
  255. }
  256. #checkStatus input#password {
  257. margin: 0 auto;
  258. margin-top: 15px;
  259. width: 50%;
  260. display: inline;
  261. }
  262. #certCheckTabContent > #shortUrl .input-group-addon {
  263. background: rgba(245, 245, 245, 1);
  264. }
  265. #certCheckTabContent > #certResult > #certDetail {
  266. position: relative;
  267. }
  268. #certCheckTabContent > #certResult > #certDetail > #fileCertResult {
  269. width: 90%;
  270. margin: auto;
  271. }
  272. #certCheckTabContent > #certResult > #certDetail .cert-result {
  273. display: flex;
  274. width: 30%;
  275. margin: auto;
  276. justify-content: space-between;
  277. align-items: center;
  278. }
  279. #certCheckTabContent > #certResult > #certDetail .provision-detail > .provision-item-left {
  280. width: 46.5%;
  281. float: left;
  282. text-align: right;
  283. }
  284. #certCheckTabContent > #certResult > #certDetail .provision-detail > .provision-item-right {
  285. width: 53%;
  286. float: right;
  287. }
  288. #certCheckTabContent #urlCertResult #appIcon {
  289. max-width: 100px;
  290. position: absolute;
  291. left: 20%;
  292. top: 5%;
  293. }
  294. #certCheckTabContent > #certResult > #certDetail p.check-item {
  295. display: flex;
  296. align-items: center;
  297. }
  298. #certCheckTabContent > #certResult > #certDetail #fileCertResult p.check-item span.item-title {
  299. flex: 2;
  300. }
  301. #certCheckTabContent > #certResult > #certDetail #fileCertResult p.check-item span.item-result {
  302. flex: 2;
  303. }
  304. #certCheckTabContent > #certResult > #certDetail #urlCertResult p.check-item span.item-title {
  305. flex: 1;
  306. }
  307. #certCheckTabContent > #certResult > #certDetail #urlCertResult p.check-item span.item-result {
  308. flex: 1;
  309. }
  310. #certCheckTabContent div.upload-tips {
  311. font-size: 13px;
  312. padding-top: 10px;
  313. }
  314. #certCheckTabContent div.upload-tips p {
  315. color: #999;
  316. margin: 0;
  317. }
  318. #certCheckTabContent #certFile .upload-img-init:hover div.upload-tips p {
  319. color: #666;
  320. }
  321. #certCheckTabContent #certFile .file-upload-container {
  322. padding: 0 45px;
  323. }
  324. #certCheckTabContent #certFile .file-upload-container .file-icon {
  325. width: 40px;
  326. margin-bottom: 15px;
  327. }
  328. #certCheckTabContent #certFile .file-upload-container .optional-icon {
  329. position: absolute;
  330. right: 0;
  331. top: 0;
  332. }
  333. .drag {
  334. border: 1px dashed #1abc9c;
  335. cursor: move;
  336. cursor: copy;
  337. }
  338. #fileBanner {
  339. height: 45px;
  340. margin-top: 30px;
  341. margin-bottom: 20px;
  342. }
  343. #certFlag {
  344. width: 80px;
  345. }
  346. @media (max-width: 767px) {
  347. .upload-img-init,
  348. #checkStatus input#password {
  349. width: 100%;
  350. margin-bottom: 15px;
  351. }
  352. #certCheckTabContent > #shortUrl .input-group {
  353. width: 90%;
  354. margin: 0 auto;
  355. }
  356. #certCheckTabContent #urlCertResult #appIcon {
  357. position: relative;
  358. display: block;
  359. float: none !important;
  360. margin: auto;
  361. left: auto;
  362. margin-bottom: 10px;
  363. }
  364. #certCheckTabContent > #certResult > #certDetail .cert-result {
  365. width: 65%;
  366. }
  367. #shortUrl .input-group-addon {
  368. display: inline;
  369. }
  370. #certCheckTabContent > #certResult > #certDetail p.check-item {
  371. flex-direction: column;
  372. }
  373. #certCheckTabContent > #certResult > #certDetail > #fileCertResult {
  374. width: 89%;
  375. margin: auto;
  376. }
  377. #certCheckTabContent > #certResult > #certDetail > #fileCertResult .cert-icon {
  378. }
  379. #certCheckTabContent > #certResult > #certDetail .cert-result {
  380. padding-left: 15px;
  381. margin-bottom: 10px !important;
  382. width: 100%;
  383. display: flex;
  384. flex-direction: column;
  385. }
  386. #certCheckTabContent > #certResult > #certDetail .cert-result .text-left {
  387. align-self: flex-start;
  388. }
  389. #certCheckTabContent > #certResult > #certDetail p.check-item span {
  390. text-align: left;
  391. width: 100%;
  392. }
  393. #certCheckTabContent > #certResult > #certDetail > #urlCertResult p.check-item {
  394. flex-direction: row;
  395. }
  396. #certCheckTabContent > #certResult > #certDetail > #urlCertResult p.check-item span.item-title {
  397. text-align: right;
  398. }
  399. #certCheckTabContent > #certResult > #certDetail > #urlCertResult p.check-item span {
  400. width: auto;
  401. }
  402. #certCheckTabContent > #certResult > #certDetail > #urlCertResult #certExpireDate {
  403. display: flex;
  404. flex-direction: column;
  405. padding-right: 10px;
  406. }
  407. }
  408. .text-success {
  409. color: #19c35d;
  410. }
  411. .text-danger {
  412. color: #fd5a5a;
  413. }
  414. .font-36 {
  415. font-size: 36px;
  416. color: #222;
  417. }
  418. .color-8c9497 {
  419. color: #8c9497;
  420. }
  421. .mt-20 {
  422. margin-top: 20px;
  423. }
  424. .font-16 {
  425. font-size: 16px !important;
  426. }
  427. .mb-30 {
  428. margin-bottom: 30px !important;
  429. }
  430. .mt-30 {
  431. margin-top: 30px;
  432. }
  433. .btn-u {
  434. border: 1px solid #5c92ef;
  435. padding: 4px 13px;
  436. position: relative;
  437. }
  438. .btn-u.btn-check {
  439. background: #5c92ef;
  440. border-radius: 3px;
  441. }
  442. .btn-u,
  443. .btn-u:hover {
  444. color: #fff;
  445. text-decoration: none;
  446. }
  447. li,
  448. p {
  449. color: #555;
  450. }
  451. .font-18 {
  452. font-size: 18px;
  453. }
  454. .mb-40 {
  455. margin-bottom: 0px !important;
  456. }
  457. .mt-80 {
  458. margin-top:60px;
  459. }