mirror of
https://github.com/DzzXH/DzzOffice.git
synced 2026-01-21 23:35:19 +08:00
75 lines
1.2 KiB
CSS
75 lines
1.2 KiB
CSS
.quanping{
|
|
top: 75px;
|
|
z-index: 100;
|
|
position: absolute;
|
|
overflow: auto;
|
|
left: 5px;
|
|
right: 5px;
|
|
bottom: 5px;
|
|
border-radius: var(--radius);
|
|
box-shadow: 0 0 10px rgb(0 0 0 / 5%);
|
|
}
|
|
html{
|
|
background: #f0f2f5;
|
|
}
|
|
.information-box{
|
|
position: absolute;
|
|
height: 100%;
|
|
width: 34%;
|
|
right: 0;
|
|
top: 0;
|
|
padding: 15px;
|
|
}
|
|
@media (max-width: 674px) {
|
|
.information-box{
|
|
position: absolute;
|
|
right: 5px;
|
|
left: 5px;
|
|
bottom: 5px;
|
|
width: auto;
|
|
height: auto;
|
|
top:52%;
|
|
}
|
|
}
|
|
.information-box .title{
|
|
font-size: large;
|
|
font-weight: 700;
|
|
display:block;
|
|
text-align: center;
|
|
word-break: break-word;
|
|
}
|
|
.information-box .tip{
|
|
font-size: 18px;
|
|
font-weight: 700;
|
|
padding-bottom: 16px;
|
|
text-align: center
|
|
}
|
|
.information-box .field{
|
|
margin-bottom: 6px;
|
|
display: flex;
|
|
}
|
|
.el{
|
|
width: 50%
|
|
}
|
|
.information-box .record{
|
|
font-size: 14px;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
text-align: right;
|
|
}
|
|
.zuobu{
|
|
position: absolute;
|
|
top: 1rem;
|
|
width:65%;
|
|
left: 1rem;
|
|
right: 1rem;
|
|
bottom: 1rem;
|
|
}
|
|
@media (max-width: 674px) {
|
|
.zuobu{
|
|
position: absolute;
|
|
width:auto;
|
|
height: 50%
|
|
}
|
|
} |