2019-05-07 14:57:22 +08:00
|
|
|
body {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
#wrapper {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main-panel {
|
2024-06-25 21:48:57 +08:00
|
|
|
overflow: hidden;
|
2019-05-07 14:57:22 +08:00
|
|
|
}
|
2024-06-25 21:48:57 +08:00
|
|
|
|
2019-05-07 14:57:22 +08:00
|
|
|
.content {
|
2019-05-13 12:17:40 +08:00
|
|
|
padding: 0rem 1rem 8rem;
|
2019-05-07 14:57:22 +08:00
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
.setting-item {
|
2022-10-12 18:10:12 +08:00
|
|
|
font-size: 0.875rem;
|
2024-06-25 21:48:57 +08:00
|
|
|
padding: 1em 0 3em;
|
2019-05-07 14:57:22 +08:00
|
|
|
}
|
|
|
|
.setting-item-heading {
|
2022-10-12 18:10:12 +08:00
|
|
|
font-size: 0.9375rem;
|
2019-05-07 14:57:22 +08:00
|
|
|
font-weight: normal;
|
2022-10-12 18:10:12 +08:00
|
|
|
padding-bottom: 0.3rem;
|
2024-06-25 21:48:57 +08:00
|
|
|
border-bottom: 1px solid #eee;
|
2022-10-12 18:10:12 +08:00
|
|
|
margin-bottom: 0.7rem;
|
2019-05-07 14:57:22 +08:00
|
|
|
}
|
|
|
|
.user-avatar {
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
2019-05-13 08:50:05 +08:00
|
|
|
.avatar-edit {
|
|
|
|
position: absolute;
|
|
|
|
left: 0.75rem;
|
|
|
|
top: 0;
|
|
|
|
width: 80px;
|
|
|
|
height: 80px;
|
|
|
|
border-radius: 3px;
|
|
|
|
background: rgba(0, 0, 0, 0.3);
|
|
|
|
color: #fff;
|
|
|
|
font-size: 24px;
|
|
|
|
line-height: 80px;
|
|
|
|
text-align: center;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
.eye-icon {
|
|
|
|
color: #666;
|
|
|
|
}
|
2019-05-13 12:17:40 +08:00
|
|
|
.input-tip {
|
|
|
|
padding-top: calc(0.375rem + 1px);
|
|
|
|
color: #666;
|
|
|
|
}
|
2019-05-13 13:19:10 +08:00
|
|
|
@media (min-width: 768px) {
|
|
|
|
.input-tip {
|
|
|
|
padding-left: 0;
|
|
|
|
}
|
|
|
|
}
|
2019-05-16 13:43:11 +08:00
|
|
|
.language-selector {
|
|
|
|
width: 260px;
|
|
|
|
}
|
2019-06-12 18:24:33 +08:00
|
|
|
.btn {
|
|
|
|
min-width: 60px;
|
|
|
|
}
|