feat(custom): 新增后结订单

This commit is contained in:
2024-03-02 19:27:20 +08:00
parent 725127c29b
commit 72b5f91102
43 changed files with 7854 additions and 12640 deletions

View 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;
}
}
}
}