feat(custom): 新增后结订单
This commit is contained in:
45
src/pages/admin/add_order/index.scss
Normal file
45
src/pages/admin/add_order/index.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user