feat(custom): 新增后结订单
This commit is contained in:
35
src/pages/admin/add_order/add_table/index.scss
Normal file
35
src/pages/admin/add_order/add_table/index.scss
Normal file
@@ -0,0 +1,35 @@
|
||||
.container {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
box-sizing: border-box;
|
||||
height: 100vh;
|
||||
background-image: url("https://cdn-we-retail.ym.tencent.com/miniapp/template/user-center-bg-v1.png");
|
||||
background-size: auto 40%;
|
||||
background-repeat: no-repeat;
|
||||
|
||||
.form {
|
||||
margin-top: 250px;
|
||||
|
||||
.form-item {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin-bottom: 15px;
|
||||
.label {
|
||||
width: 150px;
|
||||
height: 91px;
|
||||
line-height: 91px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
input {
|
||||
width: 482px;
|
||||
height: 80px;
|
||||
background: #f5f5f5;
|
||||
border-radius: 10px;
|
||||
border: 1px solid #ef5923;
|
||||
padding: 0 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user