名片新增页面输入框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; font-size: 38rpx;
background: #f7f7f7; background: #f7f7f7;
line-height: 70rpx; line-height: 70rpx;
padding: 10 20rpx; padding: 10rpx 20rpx;
} }
.row { .row {
display: flex; display: flex;
padding: 15rpx 0; padding: 15rpx 5rpx;
border-bottom: 1px solid #EEE; border-bottom: 1px solid #EEE;
/* margin-bottom: 15rpx; */ /* margin-bottom: 15rpx; */
} }
@ -72,6 +72,7 @@ page {
height: 50rpx; height: 50rpx;
font-size: 32rpx; font-size: 32rpx;
color: #333; color: #333;
padding-right: 10rpx;
} }
.item-input image { .item-input image {

View File

@ -1,74 +1,73 @@
{ {
"description": "项目配置文件", "description": "项目配置文件",
"packOptions": { "packOptions": {
"ignore": [] "ignore": []
},
"setting": {
"urlCheck": false,
"es6": true,
"enhance": false,
"postcss": true,
"preloadBackgroundData": false,
"minified": true,
"newFeature": false,
"coverView": true,
"nodeModules": false,
"autoAudits": false,
"showShadowRootInWxmlPanel": true,
"scopeDataCheck": false,
"uglifyFileName": false,
"checkInvalidKey": true,
"checkSiteMap": true,
"uploadWithSourceMap": true,
"compileHotReLoad": false,
"useMultiFrameRuntime": true,
"useApiHook": true,
"useApiHostProcess": false,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
}, },
"enableEngineNative": false, "setting": {
"useIsolateContext": true, "urlCheck": true,
"useCompilerModule": true, "es6": true,
"userConfirmedUseCompilerModuleSwitch": false, "enhance": false,
"userConfirmedBundleSwitch": false, "postcss": true,
"packNpmManually": false, "preloadBackgroundData": false,
"packNpmRelationList": [], "minified": true,
"minifyWXSS": true "newFeature": false,
}, "coverView": true,
"compileType": "miniprogram", "nodeModules": false,
"libVersion": "2.17.0", "autoAudits": false,
"appid": "wxe17874894f7ff27b", "showShadowRootInWxmlPanel": true,
"projectname": "card", "scopeDataCheck": false,
"debugOptions": { "uglifyFileName": false,
"hidedInDevtools": [] "checkInvalidKey": true,
}, "checkSiteMap": true,
"scripts": {}, "uploadWithSourceMap": true,
"staticServerOptions": { "compileHotReLoad": false,
"baseURL": "", "useMultiFrameRuntime": true,
"servePath": "" "useApiHook": true,
}, "useApiHostProcess": false,
"isGameTourist": false, "babelSetting": {
"condition": { "ignore": [],
"search": { "disablePlugins": [],
"list": [] "outputPath": ""
},
"enableEngineNative": false,
"useIsolateContext": true,
"userConfirmedBundleSwitch": false,
"packNpmManually": false,
"packNpmRelationList": [],
"minifyWXSS": true,
"showES6CompileOption": false
}, },
"conversation": { "compileType": "miniprogram",
"list": [] "libVersion": "2.17.0",
"appid": "wxe17874894f7ff27b",
"projectname": "card",
"debugOptions": {
"hidedInDevtools": []
}, },
"game": { "scripts": {},
"list": [] "staticServerOptions": {
"baseURL": "",
"servePath": ""
}, },
"plugin": { "isGameTourist": false,
"list": [] "condition": {
}, "search": {
"gamePlugin": { "list": []
"list": [] },
}, "conversation": {
"miniprogram": { "list": []
"list": [] },
"game": {
"list": []
},
"plugin": {
"list": []
},
"gamePlugin": {
"list": []
},
"miniprogram": {
"list": []
}
} }
}
} }

View File

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