diff --git a/pages/passport/login.vue b/pages/passport/login.vue index 227da4e..945fe9d 100644 --- a/pages/passport/login.vue +++ b/pages/passport/login.vue @@ -1,870 +1,831 @@ + .desc-light { + color: #999999; + + >span { + color: #333; + margin-left: 8rpx; + } + } + + .mobile { + margin-top: 80rpx; + } + + .disable { + background: linear-gradient(90deg, #ffdcba 2.21%, #ffcfb2 99.86%); + } + + .fetch { + background: linear-gradient(57.72deg, #ff8a19 18.14%, #ff5e00 98.44%); + } + + .btn { + border-radius: 100px; + width: 590rpx; + margin-top: 97rpx; + height: 80rpx; + font-size: 30rpx; + line-height: 80rpx; + text-align: center; + color: #ffffff; + } + + .tips { + font-size: 12px; + line-height: 20px; + margin-top: 32rpx; + width: 546rpx; + + >span { + color: $light-color; + } + } + + .fetch-btn { + width: 370rpx; + height: 80rpx; + line-height: 80rpx; + text-align: center; + background: #f2f2f2; + border-radius: 100rpx; + font-size: 28rpx; + color: #999; + + margin: 71rpx auto 0 auto; + } + + .login-list { + display: flex; + width: 590rpx; + position: absolute; + top: 1200rpx; + align-items: center; + justify-content: center; + } + + .login-item { + width: 80rpx; + border-radius: 10rpx; + height: 80rpx; + display: flex; + justify-content: center; + align-items: center; + + margin: 0 20rpx; + } + + .user-password-tips { + text-align: center; + color: $main-color; + margin: 20px 0; + } + diff --git a/project.config.json b/project.config.json new file mode 100644 index 0000000..0695933 --- /dev/null +++ b/project.config.json @@ -0,0 +1,28 @@ +{ + "appid": "wx98ebde1da5b340d4", + "compileType": "miniprogram", + "libVersion": "2.27.0", + "packOptions": { + "ignore": [], + "include": [] + }, + "setting": { + "coverView": true, + "es6": true, + "postcss": true, + "minified": true, + "enhance": true, + "showShadowRootInWxmlPanel": true, + "packNpmRelationList": [], + "babelSetting": { + "ignore": [], + "disablePlugins": [], + "outputPath": "" + } + }, + "condition": {}, + "editorSetting": { + "tabIndent": "insertSpaces", + "tabSize": 2 + } +} \ No newline at end of file diff --git a/project.private.config.json b/project.private.config.json new file mode 100644 index 0000000..1fa0e89 --- /dev/null +++ b/project.private.config.json @@ -0,0 +1,7 @@ +{ + "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html", + "projectname": "lilishop-uniapp", + "setting": { + "compileHotReLoad": true + } +} \ No newline at end of file