名片新增页面输入框padding

This commit is contained in:
高健 2021-08-05 14:00:39 +08:00
parent c44f3779d2
commit 65493c2e3e
3 changed files with 72 additions and 72 deletions

View File

@ -41,12 +41,12 @@ page {
font-size: 38rpx;
background: #f7f7f7;
line-height: 70rpx;
padding: 10 20rpx;
padding: 10rpx 20rpx;
}
.row {
display: flex;
padding: 15rpx 0;
padding: 15rpx 5rpx;
border-bottom: 1px solid #EEE;
/* margin-bottom: 15rpx; */
}
@ -72,6 +72,7 @@ page {
height: 50rpx;
font-size: 32rpx;
color: #333;
padding-right: 10rpx;
}
.item-input image {

View File

@ -4,7 +4,7 @@
"ignore": []
},
"setting": {
"urlCheck": false,
"urlCheck": true,
"es6": true,
"enhance": false,
"postcss": true,
@ -31,12 +31,11 @@
},
"enableEngineNative": false,
"useIsolateContext": true,
"useCompilerModule": true,
"userConfirmedUseCompilerModuleSwitch": false,
"userConfirmedBundleSwitch": false,
"packNpmManually": false,
"packNpmRelationList": [],
"minifyWXSS": true
"minifyWXSS": true,
"showES6CompileOption": false
},
"compileType": "miniprogram",
"libVersion": "2.17.0",

View File

@ -1,7 +1,7 @@
var apis = {
url: 'http://192.168.0.115:8091/systemcard/',
userCenter: 'http://192.168.0.115:8091/systemcard/',
baseImgUrl: 'http://192.168.0.115:8091/systemcard/route/file/download/true/',
url: 'https://cbc.wgink.ink/systemcard/',
userCenter: 'https://cbc.wgink.ink/systemcard/',
baseImgUrl: 'https://cbc.wgink.ink/systemcard/route/file/download/true/',
doSaveUserInfo: `app/miniapp/user/update-info`, //保存微信头像与名称
doUpdatePhone: `app/miniapp/update-phone`, //绑定手机号 token, {phone:''} put
doUploadImg: `app/file/uploadimage`, //上传图片