2019-06-05 18:25:18 +08:00
|
|
|
body {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
2024-07-09 10:33:54 +08:00
|
|
|
|
2019-06-05 18:25:18 +08:00
|
|
|
#wrapper {
|
|
|
|
height: 100%;
|
|
|
|
}
|
2024-07-09 10:33:54 +08:00
|
|
|
|
2019-06-05 18:25:18 +08:00
|
|
|
.top-header {
|
2024-07-11 17:45:30 +08:00
|
|
|
background-color: #f8fafd;
|
|
|
|
border-bottom: 1px solid #eee;
|
2019-06-05 18:25:18 +08:00
|
|
|
padding: .5rem 1rem;
|
|
|
|
flex-shrink: 0;
|
|
|
|
}
|
2024-07-09 10:33:54 +08:00
|
|
|
|
2019-06-05 18:25:18 +08:00
|
|
|
.go-back {
|
|
|
|
color: #c0c0c0;
|
|
|
|
font-size: 1.75rem;
|
|
|
|
position: absolute;
|
|
|
|
left: -40px;
|
|
|
|
top: -5px;
|
|
|
|
}
|
2024-07-09 10:33:54 +08:00
|
|
|
|
|
|
|
.go-back .sf3-font-down {
|
|
|
|
font-size: 1.75rem !important;
|
|
|
|
}
|
|
|
|
|
2019-06-05 18:25:18 +08:00
|
|
|
.op-bar {
|
|
|
|
padding: 9px 10px;
|
|
|
|
background: #f2f2f2;
|
|
|
|
border-radius: 2px;
|
|
|
|
}
|
2024-07-09 10:33:54 +08:00
|
|
|
|
2019-06-05 18:25:18 +08:00
|
|
|
.more {
|
|
|
|
background: #efefef;
|
|
|
|
border: 0;
|
2024-08-29 16:41:16 +08:00
|
|
|
color: #666;
|
2019-06-05 18:25:18 +08:00
|
|
|
}
|
2024-07-09 10:33:54 +08:00
|
|
|
|
2019-06-05 18:25:18 +08:00
|
|
|
.more:hover {
|
|
|
|
color: #000;
|
|
|
|
background: #dfdfdf;
|
|
|
|
}
|
2024-07-09 10:33:54 +08:00
|
|
|
|
2019-06-06 15:37:04 +08:00
|
|
|
.clean {
|
|
|
|
border-color: #ccc;
|
|
|
|
border-radius: 2px;
|
|
|
|
height: 30px;
|
|
|
|
line-height: 28px;
|
|
|
|
font-weight: normal;
|
|
|
|
padding: 0 0.5rem;
|
|
|
|
min-width: 55px;
|
|
|
|
}
|