9 changed files with 28 additions and 106 deletions
Split View
Diff Options
-
22app.wxss
-
6pages/home/employee/index.wxml
-
1pages/home/factory-list/index.json
-
6pages/home/factory-list/index.wxml
-
11pages/process/index/index.js
-
21pages/process/order-info/index.wxss
-
38pages/process/outside-list/index.js
-
6pages/setting/paper-list/index.wxml
-
23pages/setting/paper-list/index.wxss
@ -1,22 +1 @@ |
|||
/* pages/setting/paper-list/index.wxss */ |
|||
.booking-tool { |
|||
width: calc(100% - 20px); |
|||
background-color: #008AFF; |
|||
position: fixed; |
|||
bottom: 150px; |
|||
left: 25px; |
|||
} |
|||
|
|||
.roder-add { |
|||
display: flex; |
|||
justify-content: center; |
|||
align-items: center; |
|||
width: 100rpx; |
|||
height: 100rpx; |
|||
background-color: #008AFF; |
|||
border-radius: 50rpx; |
|||
position: absolute; |
|||
top: 24px; |
|||
right: 24px; |
|||
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); |
|||
} |
|||
/* pages/setting/paper-list/index.wxss */ |
|||
Write
Preview
Loading…
Cancel
Save