第 4 阶段:订单、交接与账务--1
This commit is contained in:
@@ -266,6 +266,47 @@ h1 {
|
||||
column-gap: 16px;
|
||||
}
|
||||
|
||||
.order-panel {
|
||||
max-width: 520px;
|
||||
margin-top: 28px;
|
||||
border: 1px solid #e4e7ed;
|
||||
border-radius: 8px;
|
||||
background: #ffffff;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.order-panel p {
|
||||
margin: 0 0 12px;
|
||||
color: #52616f;
|
||||
}
|
||||
|
||||
.order-panel h2 {
|
||||
margin: 0 0 14px;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.timeline-item {
|
||||
border-top: 1px solid #e4e7ed;
|
||||
padding: 14px 0;
|
||||
}
|
||||
|
||||
.timeline-item:first-of-type {
|
||||
border-top: 0;
|
||||
}
|
||||
|
||||
.timeline-item strong {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.timeline-item span {
|
||||
color: #6b7785;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.panel-action {
|
||||
margin-top: 14px;
|
||||
}
|
||||
|
||||
@media (max-width: 760px) {
|
||||
.app-shell {
|
||||
grid-template-columns: 1fr;
|
||||
|
||||
Reference in New Issue
Block a user