2014-06-17 02:25:33 +08:00
|
|
|
.error-page {
|
|
|
|
text-align: center;
|
|
|
|
padding-top: 2em;
|
|
|
|
|
|
|
|
.face {
|
2017-12-19 04:49:11 +08:00
|
|
|
font-size: 4.286em;
|
2014-06-17 02:25:33 +08:00
|
|
|
}
|
|
|
|
.reason {
|
2022-10-12 21:31:59 +08:00
|
|
|
font-size: var(--font-up-4);
|
2014-06-17 02:25:33 +08:00
|
|
|
}
|
|
|
|
.url {
|
|
|
|
font-style: italic;
|
2022-10-12 21:31:59 +08:00
|
|
|
font-size: var(--font-down-1);
|
2014-06-17 02:25:33 +08:00
|
|
|
}
|
|
|
|
.desc {
|
|
|
|
margin-top: 16px;
|
2017-11-24 00:14:51 +08:00
|
|
|
.d-icon-check-circle {
|
2020-08-04 10:57:10 +08:00
|
|
|
color: var(--success);
|
2014-06-17 02:25:33 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
.buttons {
|
2020-06-01 20:15:23 +08:00
|
|
|
align-items: center;
|
2016-03-29 00:41:08 +08:00
|
|
|
display: inline-flex;
|
2014-06-17 02:25:33 +08:00
|
|
|
margin-top: 15px;
|
|
|
|
|
|
|
|
button {
|
|
|
|
margin: 0 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|