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,45 @@
.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;
.card {
margin-top: 240px;
width: 703px;
height: 301px;
background: #ffffff;
border-radius: 20px;
display: flex;
justify-content: space-evenly;
align-items: center;
view image {
width: 75px;
height: 87px;
margin: 20px auto;
}
.comm {
display: flex;
flex-direction: column;
align-items: center;
.title {
font-size: 40px;
}
.sub {
color: #626262;
font-size: 25px;
}
}
.line {
width: 1px;
height: 188px;
background: #C8C8C8;
}
}
}