|
@@ -2,7 +2,6 @@
|
|
|
{
|
|
{
|
|
|
"navigationBarTextStyle": "white",
|
|
"navigationBarTextStyle": "white",
|
|
|
"navigationStyle": "custom",
|
|
"navigationStyle": "custom",
|
|
|
- "backgroundColorTop":'#159EFF',
|
|
|
|
|
}
|
|
}
|
|
|
</config>
|
|
</config>
|
|
|
<template>
|
|
<template>
|
|
@@ -212,19 +211,21 @@ export default {
|
|
|
.button();
|
|
.button();
|
|
|
}
|
|
}
|
|
|
/deep/ .van-stepper__minus {
|
|
/deep/ .van-stepper__minus {
|
|
|
- width: 28px;
|
|
|
|
|
|
|
+ width: 24px;
|
|
|
height: 24px;
|
|
height: 24px;
|
|
|
background: @prim;
|
|
background: @prim;
|
|
|
|
|
+ border-radius: 2px;
|
|
|
color: #fff;
|
|
color: #fff;
|
|
|
}
|
|
}
|
|
|
/deep/ .van-stepper__plus {
|
|
/deep/ .van-stepper__plus {
|
|
|
- width: 28px;
|
|
|
|
|
|
|
+ width: 24px;
|
|
|
height: 24px;
|
|
height: 24px;
|
|
|
background: @prim;
|
|
background: @prim;
|
|
|
|
|
+ border-radius: 2px;
|
|
|
color: #fff;
|
|
color: #fff;
|
|
|
}
|
|
}
|
|
|
/deep/ .van-stepper__input {
|
|
/deep/ .van-stepper__input {
|
|
|
- width: 28px;
|
|
|
|
|
|
|
+ width: 24px;
|
|
|
height: 24px;
|
|
height: 24px;
|
|
|
background: #f5f7fa;
|
|
background: #f5f7fa;
|
|
|
border-radius: 2px;
|
|
border-radius: 2px;
|
|
@@ -317,7 +318,7 @@ export default {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
.border {
|
|
.border {
|
|
|
- border: 1px solid @bg;
|
|
|
|
|
|
|
+ border-bottom: 1px solid @bg;
|
|
|
margin: 10px 12px 10px 43px;
|
|
margin: 10px 12px 10px 43px;
|
|
|
}
|
|
}
|
|
|
.pay {
|
|
.pay {
|