diff --git a/index.html b/index.html index ccfcc16..ea56f49 100644 --- a/index.html +++ b/index.html @@ -38,7 +38,7 @@ flex-direction: column; } .first-loading-wrap > h1 { - font-size: 128px; + font-size: 28px; } .first-loading-wrap .loading-wrap { padding: 98px; @@ -51,14 +51,14 @@ transform: rotate(45deg); position: relative; display: inline-block; - font-size: 52px; - width: 52px; - height: 52px; + font-size: 12px; + width: 30px; + height: 30px; box-sizing: border-box; } .dot i { - width: 24px; - height: 24px; + width: 14px; + height: 14px; position: absolute; display: block; background-color: #1890ff; diff --git a/package.json b/package.json index e580062..7442163 100644 --- a/package.json +++ b/package.json @@ -57,6 +57,7 @@ "@types/node": "^20.10.5", "@types/qs": "^6.9.11", "@unocss/eslint-plugin": "^0.58.4", + "@unocss/preset-rem-to-px": "^0.58.5", "@unocss/transformer-directives": "^0.58.4", "@unocss/transformer-variant-group": "^0.58.4", "@vitejs/plugin-vue": "^5.0.0", @@ -98,12 +99,10 @@ "vite-plugin-svg-icons": "^2.0.1", "vue-tsc": "^1.8.27" }, - "simple-git-hooks": { "pre-commit": "pnpm lint-staged", "commit-msg": "npx --no-install commitlint --edit $1" }, - "lint-staged": { "*": "eslint --fix" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 93507c0..bed18cd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -82,6 +82,9 @@ devDependencies: '@unocss/eslint-plugin': specifier: ^0.58.4 version: 0.58.5(eslint@8.56.0)(typescript@5.3.3) + '@unocss/preset-rem-to-px': + specifier: ^0.58.5 + version: 0.58.5 '@unocss/transformer-directives': specifier: ^0.58.4 version: 0.58.5 @@ -2068,6 +2071,12 @@ packages: '@unocss/rule-utils': 0.58.5 dev: true + /@unocss/preset-rem-to-px@0.58.5: + resolution: {integrity: sha512-gM1jy/HoUS/HeiuOt5u+fAAWT/PPLqfC8eWGRrtqm22zKOq0Ea/Lp8Jh+BApc1cGby2xw6lwiFJRbFbiPaFoNw==} + dependencies: + '@unocss/core': 0.58.5 + dev: true + /@unocss/preset-tagify@0.58.5: resolution: {integrity: sha512-UB9IXi8vA/SzmmRLMWR7bzeBpxpiRo7y9xk3ruvDddYlsyiwIeDIMwG23YtcA6q41FDQvkrmvTxUEH9LFlv6aA==} dependencies: diff --git a/postcss.config.js b/postcss.config.js index 2b2d256..1fbbd19 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -20,7 +20,7 @@ import viewport from 'postcss-mobile-forever' const baseViewportOpts = { appSelector: '#app', // 根元素选择器,用于设置桌面端和横屏时的居中样式 - viewportWidth: 750, // 设计稿的视口宽度,可传递函数动态生成视图宽度 + viewportWidth: 375, // 设计稿的视口宽度,可传递函数动态生成视图宽度 unitPrecision: 3, // 单位转换后保留的精度(很多时候无法整除) maxDisplayWidth: 600, // 桌面端最大展示宽度 propList: [ @@ -45,8 +45,8 @@ export default { autoprefixer(), viewport({ ...baseViewportOpts, - // 只将 vant 转为 350 设计稿的 viewport,其它样式的视图宽度为 750 - viewportWidth: file => (file.includes('node_modules/vant/') ? 375 : 750), + // 只将 vant 转为 375 设计稿的 viewport,其它样式的视图宽度为 750 + // viewportWidth: file => (file.includes('node_modules/vant/') ? 375 : 750), }), ], } diff --git a/src/styles/common.less b/src/styles/common.less index 0cde778..9f45df1 100644 --- a/src/styles/common.less +++ b/src/styles/common.less @@ -94,7 +94,7 @@ a:hover { } .xicon { - font-size: 42px; + font-size: 18px; svg { width: 100% !important; diff --git a/src/views/dashboard/index.vue b/src/views/dashboard/index.vue index 4429bf7..3234242 100644 --- a/src/views/dashboard/index.vue +++ b/src/views/dashboard/index.vue @@ -5,6 +5,7 @@
{{ title }}
+
- + + 成功按钮 + -
+
- - 记住我 + + 记住我
- 忘记密码? + 忘记密码?
-