34 changed files with 494 additions and 155 deletions
Split View
Diff Options
-
16pages/process/order-check/index.js
-
4pages/process/order-check/index.json
-
15pages/process/order-check/index.wxml
-
45pages/process/order-check/index.wxss
-
16pages/process/order-info/index.js
-
3pages/process/order-info/index.json
-
4pages/process/order-info/index.wxml
-
15pages/process/order-price/index.js
-
4pages/process/order-price/index.json
-
23pages/process/order-price/index.wxml
-
45pages/process/order-price/index.wxss
-
38pages/process/outside-add/index.js
-
4pages/process/outside-add/index.json
-
24pages/process/outside-add/index.wxml
-
35pages/process/outside-add/index.wxss
-
12pages/process/outside-check-item/index.js
-
4pages/process/outside-check-item/index.json
-
15pages/process/outside-check-item/index.wxml
-
45pages/process/outside-check-item/index.wxss
-
12pages/process/outside-check/index.js
-
2pages/process/outside-check/index.wxml
-
6pages/process/outside-item/index.wxml
-
22pages/setting/paper-detial/index.js
-
4pages/setting/paper-detial/index.json
-
15pages/setting/paper-detial/index.wxml
-
46pages/setting/paper-detial/index.wxss
-
18pages/storage/order-create/index.js
-
4pages/storage/order-create/index.json
-
15pages/storage/order-create/index.wxml
-
46pages/storage/order-create/index.wxss
-
27pages/storage/order-settlement/index.js
-
4pages/storage/order-settlement/index.json
-
15pages/storage/order-settlement/index.wxml
-
46pages/storage/order-settlement/index.wxss
@ -1 +1,45 @@ |
|||
/* pages/setting/paper-detial/index.wxss */ |
|||
/* pages/setting/paper-detial/index.wxss */ |
|||
.van-picker__toolbar { |
|||
display: -webkit-flex; |
|||
display: flex; |
|||
-webkit-justify-content: space-between; |
|||
justify-content: space-between; |
|||
height: 44px; |
|||
height: var(--picker-toolbar-height, 44px); |
|||
line-height: 44px; |
|||
line-height: var(--picker-toolbar-height, 44px) |
|||
} |
|||
|
|||
.van-picker__cancel { |
|||
padding: 0 16px; |
|||
width: 96rpx; |
|||
padding: var(--picker-action-padding, 0 16px); |
|||
font-size: 14px; |
|||
font-size: var(--picker-action-font-size, 14px); |
|||
color: #666666; |
|||
color: var(--picker-action-text-color, #666666) |
|||
} |
|||
|
|||
.van-picker__confirm { |
|||
padding: 0 24rpx; |
|||
padding: var(--picker-action-padding, 0 24rpx); |
|||
font-size: 14px; |
|||
font-size: var(--picker-action-font-size, 14px); |
|||
color: #1989fa; |
|||
color: var(--picker-action-text-color, #1989fa) |
|||
} |
|||
|
|||
.van-picker__cancel--hover, |
|||
.van-picker__confirm--hover { |
|||
background-color: #f2f3f5; |
|||
background-color: var(--picker-action-active-color, #f2f3f5) |
|||
} |
|||
|
|||
.van-picker__title { |
|||
max-width: 50%; |
|||
text-align: center; |
|||
font-weight: 500; |
|||
font-weight: var(--font-weight-bold, 500); |
|||
font-size: 16px; |
|||
font-size: var(--picker-option-font-size, 16px) |
|||
} |
|||
@ -1 +1,45 @@ |
|||
/* pages/storage/index/index.wxss */ |
|||
/* pages/storage/index/index.wxss */ |
|||
.van-picker__toolbar { |
|||
display: -webkit-flex; |
|||
display: flex; |
|||
-webkit-justify-content: space-between; |
|||
justify-content: space-between; |
|||
height: 44px; |
|||
height: var(--picker-toolbar-height, 44px); |
|||
line-height: 44px; |
|||
line-height: var(--picker-toolbar-height, 44px) |
|||
} |
|||
|
|||
.van-picker__cancel { |
|||
padding: 0 16px; |
|||
width: 96rpx; |
|||
padding: var(--picker-action-padding, 0 16px); |
|||
font-size: 14px; |
|||
font-size: var(--picker-action-font-size, 14px); |
|||
color: #666666; |
|||
color: var(--picker-action-text-color, #666666) |
|||
} |
|||
|
|||
.van-picker__confirm { |
|||
padding: 0 24rpx; |
|||
padding: var(--picker-action-padding, 0 24rpx); |
|||
font-size: 14px; |
|||
font-size: var(--picker-action-font-size, 14px); |
|||
color: #1989fa; |
|||
color: var(--picker-action-text-color, #1989fa) |
|||
} |
|||
|
|||
.van-picker__cancel--hover, |
|||
.van-picker__confirm--hover { |
|||
background-color: #f2f3f5; |
|||
background-color: var(--picker-action-active-color, #f2f3f5) |
|||
} |
|||
|
|||
.van-picker__title { |
|||
max-width: 50%; |
|||
text-align: center; |
|||
font-weight: 500; |
|||
font-weight: var(--font-weight-bold, 500); |
|||
font-size: 16px; |
|||
font-size: var(--picker-option-font-size, 16px) |
|||
} |
|||
@ -1 +1,45 @@ |
|||
/* pages/storage/index/index.wxss */ |
|||
/* pages/storage/index/index.wxss */ |
|||
.van-picker__toolbar { |
|||
display: -webkit-flex; |
|||
display: flex; |
|||
-webkit-justify-content: space-between; |
|||
justify-content: space-between; |
|||
height: 44px; |
|||
height: var(--picker-toolbar-height, 44px); |
|||
line-height: 44px; |
|||
line-height: var(--picker-toolbar-height, 44px) |
|||
} |
|||
|
|||
.van-picker__cancel { |
|||
padding: 0 16px; |
|||
width: 96rpx; |
|||
padding: var(--picker-action-padding, 0 16px); |
|||
font-size: 14px; |
|||
font-size: var(--picker-action-font-size, 14px); |
|||
color: #666666; |
|||
color: var(--picker-action-text-color, #666666) |
|||
} |
|||
|
|||
.van-picker__confirm { |
|||
padding: 0 24rpx; |
|||
padding: var(--picker-action-padding, 0 24rpx); |
|||
font-size: 14px; |
|||
font-size: var(--picker-action-font-size, 14px); |
|||
color: #1989fa; |
|||
color: var(--picker-action-text-color, #1989fa) |
|||
} |
|||
|
|||
.van-picker__cancel--hover, |
|||
.van-picker__confirm--hover { |
|||
background-color: #f2f3f5; |
|||
background-color: var(--picker-action-active-color, #f2f3f5) |
|||
} |
|||
|
|||
.van-picker__title { |
|||
max-width: 50%; |
|||
text-align: center; |
|||
font-weight: 500; |
|||
font-weight: var(--font-weight-bold, 500); |
|||
font-size: 16px; |
|||
font-size: var(--picker-option-font-size, 16px) |
|||
} |
|||
Write
Preview
Loading…
Cancel
Save