2023-03-11 03:15:37 +00:00
|
|
|
::-webkit-scrollbar {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
body {
|
|
|
|
|
background: #333;
|
|
|
|
|
}
|
|
|
|
|
.page-nav {
|
|
|
|
|
border-color: #333;
|
|
|
|
|
color: #ccc;
|
2023-08-27 08:10:21 +00:00
|
|
|
padding-bottom: 0.2rem;
|
2023-03-11 03:15:37 +00:00
|
|
|
}
|
|
|
|
|
.page-top-nav-logo {
|
2023-08-27 08:10:21 +00:00
|
|
|
width: 3rem;
|
|
|
|
|
height: 3rem;
|
2023-03-11 03:15:37 +00:00
|
|
|
vertical-align: middle;
|
|
|
|
|
}
|
|
|
|
|
.page-operate-container .am-btn {
|
2023-08-27 08:10:21 +00:00
|
|
|
padding: 0.4rem 1rem;
|
2023-03-11 03:15:37 +00:00
|
|
|
}
|
|
|
|
|
form .am-form-popup-submit button {
|
2023-08-27 08:10:21 +00:00
|
|
|
width: 12rem;
|
2023-03-11 03:15:37 +00:00
|
|
|
}
|