feat:订单详情页面组件封装
This commit is contained in:
12
pages/order/styles/detail.scss
Normal file
12
pages/order/styles/detail.scss
Normal file
@@ -0,0 +1,12 @@
|
||||
.order-detail-wrapper {
|
||||
background: url('./images/header_bg.png');
|
||||
background-position: 0 0;
|
||||
background-size: 100% 242px;
|
||||
background-repeat: no-repeat;
|
||||
padding: 60px 15px;
|
||||
}
|
||||
|
||||
.icon-back {
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
}
|
||||
Reference in New Issue
Block a user