@@ -586,7 +586,7 @@ export default {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
- margin-top: 8px;
+ margin-top: 6px;
height: 20px;
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
@@ -124,11 +124,11 @@ export default {
name: '支付宝',
type: 'ALIPAY'
},
- {
- icon: require('@assets/weixin@3x.png'),
- name: '微信',
- type: 'WEIXIN'
- }
+ // {
+ // icon: require('@assets/weixin@3x.png'),
+ // name: '微信',
+ // type: 'WEIXIN'
+ // }
// {
// icon: require("@assets/svgs/png-decp.svg"),
// name: "DCEP",
@@ -116,6 +116,7 @@ export default {
/deep/ .van-field__control {
margin-top: 2px;
color: #ffffff;
+ font-size: 14px;
}
/deep/ .van-search {
padding: 0;