app-xiangsonghua/app-saas-src/css/feature/alarmDetail.css
2024-12-26 17:00:06 +08:00

45 lines
685 B
CSS

body {
background: #f4f4f4;
}
.content {
padding: 0 1.42rem;
background: #ffffff;
font-size: 1rem;
}
.content-head {
height: 4.75rem;
padding: 0 0.2rem;
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #d9d9d9;
}
.pr-name {
font-size: 1.33rem;
}
.alarm-time {
font-size: 0.83rem;
}
.content-body {
padding: 1.5rem 0.2rem;
}
.content-body>div {
padding: 0.5rem 0;
}
#create-order-btn {
position: fixed;
bottom: 0;
width: 100%;
height: 3rem;
line-height: 3rem;
font-size: 1.3rem;
text-align: center;
background-color: #e9be2b;
display: none;
}