feat: 订单列表接口对接
This commit is contained in:
21
pages/order/components/CustomRefresher/styles/index.scss
Normal file
21
pages/order/components/CustomRefresher/styles/index.scss
Normal file
@@ -0,0 +1,21 @@
|
||||
.refresher-container {
|
||||
/* #ifndef APP-NVUE */
|
||||
display: flex;
|
||||
/* #endif */
|
||||
height: 150rpx;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.refresher-image {
|
||||
margin-top: 10rpx;
|
||||
height: 45px;
|
||||
width: 45px;
|
||||
}
|
||||
|
||||
.refresher-text {
|
||||
margin-top: 10rpx;
|
||||
font-size: 24rpx;
|
||||
color: #666666;
|
||||
}
|
||||
Reference in New Issue
Block a user