瀏覽代碼

feat: 统一 32rpx

LosMessi 2 年之前
父節點
當前提交
564f23b47f
共有 4 個文件被更改,包括 72 次插入72 次删除
  1. 2 2
      component/iView/card/index.wxss
  2. 1 1
      pages/rili/index.wxml
  3. 1 1
      pages/search/index.wxss
  4. 68 68
      project.config.json

+ 2 - 2
component/iView/card/index.wxss

@@ -1,5 +1,5 @@
 .i-card {
-  margin: 0 36rpx;
+  margin: 0 32rpx;
   font-size: 14px;
   overflow: hidden;
   position: relative;
@@ -81,4 +81,4 @@
   padding: 6px 16px;
   color: #80848f;
   font-size: 12px
-}
+}

+ 1 - 1
pages/rili/index.wxml

@@ -1,4 +1,4 @@
-<view style="overflow:hidden;margin: 12px 36rpx;">
+<view style="overflow:hidden;margin: 12px 32rpx;">
   <calendar
     id="calendar"
     config="{{calendarConfig}}"

+ 1 - 1
pages/search/index.wxss

@@ -50,7 +50,7 @@
 } */
 
 .search-input-group{
-  margin: 24rpx 16px;
+  margin: 24rpx 32rpx;
   height: 60rpx;
   background-color: #fff;
   border-radius: 10rpx;

+ 68 - 68
project.config.json

@@ -1,70 +1,70 @@
 {
-  "description": "Project configuration file",
-  "packOptions": {
-    "ignore": []
-  },
-  "setting": {
-    "urlCheck": false,
-    "es6": true,
-    "enhance": false,
-    "postcss": true,
-    "preloadBackgroundData": false,
-    "minified": true,
-    "newFeature": true,
-    "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": true,
-    "babelSetting": {
-      "ignore": [],
-      "disablePlugins": [],
-      "outputPath": ""
-    },
-    "enableEngineNative": false,
-    "bundle": false,
-    "useIsolateContext": true,
-    "useCompilerModule": false,
-    "userConfirmedUseCompilerModuleSwitch": false,
-    "userConfirmedBundleSwitch": false,
-    "packNpmManually": false,
-    "packNpmRelationList": [],
-    "minifyWXSS": true
-  },
-  "compileType": "miniprogram",
-  "libVersion": "2.8.0",
-  "appid": "wx147197ea9d0b992b",
-  "projectname": "莅临&外出",
-  "debugOptions": {
-    "hidedInDevtools": []
-  },
-  "isGameTourist": false,
-  "simulatorType": "wechat",
-  "simulatorPluginLibVersion": {},
-  "condition": {
-    "search": {
-      "list": []
-    },
-    "conversation": {
-      "list": []
-    },
-    "plugin": {
-      "list": []
-    },
-    "game": {
-      "currentL": -1,
-      "list": []
-    },
-    "miniprogram": {
-      "list": []
-    }
-  }
+	"description": "Project configuration file",
+	"packOptions": {
+		"ignore": []
+	},
+	"setting": {
+		"urlCheck": false,
+		"es6": true,
+		"enhance": false,
+		"postcss": true,
+		"preloadBackgroundData": false,
+		"minified": true,
+		"newFeature": true,
+		"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": true,
+		"babelSetting": {
+			"ignore": [],
+			"disablePlugins": [],
+			"outputPath": ""
+		},
+		"enableEngineNative": false,
+		"bundle": false,
+		"useIsolateContext": true,
+		"useCompilerModule": false,
+		"userConfirmedUseCompilerModuleSwitch": false,
+		"userConfirmedBundleSwitch": false,
+		"packNpmManually": false,
+		"packNpmRelationList": [],
+		"minifyWXSS": true
+	},
+	"compileType": "miniprogram",
+	"libVersion": "2.8.0",
+	"appid": "wx147197ea9d0b992b",
+	"projectname": "莅临&外出",
+	"debugOptions": {
+		"hidedInDevtools": []
+	},
+	"isGameTourist": false,
+	"simulatorType": "wechat",
+	"simulatorPluginLibVersion": {},
+	"condition": {
+		"search": {
+			"list": []
+		},
+		"conversation": {
+			"list": []
+		},
+		"plugin": {
+			"list": []
+		},
+		"game": {
+			"currentL": -1,
+			"list": []
+		},
+		"miniprogram": {
+			"list": []
+		}
+	}
 }