feat: 订单列表
This commit is contained in:
33
src/mod_user/orderList/index.module.scss
Normal file
33
src/mod_user/orderList/index.module.scss
Normal file
@@ -0,0 +1,33 @@
|
||||
@use '~@/scss/images.scss' as img;
|
||||
|
||||
.container {
|
||||
padding: 12px;
|
||||
background-color: #fafafa;
|
||||
min-height: 100vh;
|
||||
|
||||
.orderItem {
|
||||
width: 100%;
|
||||
height: 222px;
|
||||
background-color: #fff;
|
||||
border-radius: 12px;
|
||||
border: 1px solid rgba(0, 0, 0, 0.06);
|
||||
box-shadow: 0 4px 36px 0 rgba(0, 0, 0, 0.06);
|
||||
margin-bottom: 12px;
|
||||
|
||||
.orderTitle {
|
||||
height: 18px;
|
||||
padding: 15px 15px 12px;
|
||||
border-bottom: 1px solid rgba(0, 0, 0, 0.06);
|
||||
}
|
||||
|
||||
.gameInfo {
|
||||
height: 122px;
|
||||
}
|
||||
|
||||
.orderActions {
|
||||
height: 28px;
|
||||
padding: 12px 12px 15px;
|
||||
border-top: 1px solid rgba(0, 0, 0, 0.06);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user