7 files modified
1 files added
| | |
| | | "babel-plugin-import": "^1.13.5", |
| | | "eslint": "^7.32.0", |
| | | "eslint-plugin-vue": "^8.0.3", |
| | | "node-sass": "^7.0.1", |
| | | "pinyin-pro": "^3.11.0", |
| | | "postcss-pxtorem": "^6.0.0", |
| | | "sass-loader": "^13.0.2", |
| | | "sass": "^1.89.2", |
| | | "sass-loader": "^13.3.3", |
| | | "vue-template-compiler": "2.6.14", |
| | | "webpack-bundle-analyzer": "^4.5.0" |
| | | }, |
| | |
| | | } |
| | | } |
| | | .popup-content { |
| | | /deep/ .van-field__body { |
| | | :deep(.van-field__body) { |
| | | height: 5rem; |
| | | padding-left: 1.3rem; |
| | | } |
| | |
| | | |
| | | .search-wrp { |
| | | margin: 2rem 0; |
| | | /deep/ .van-search .van-cell { |
| | | :deep(.van-search .van-cell) { |
| | | height: 6rem; |
| | | font-size: 2rem; |
| | | display: flex; |
| | |
| | | } |
| | | } |
| | | |
| | | /deep/ .van-search__content { |
| | | :deep(.van-search__content) { |
| | | background-color: #212121; |
| | | border: 1px solid #686767; |
| | | border-radius: 4.6rem; |
| | | } |
| | | /deep/ .van-field__control { |
| | | :deep(.van-field__control) { |
| | | color: #fff; |
| | | } |
| | | |
| | |
| | | font-weight: 700; |
| | | color: #fff; |
| | | font-size: 2rem; |
| | | /deep/ .van-cell.van-field { |
| | | :deep(.van-cell.van-field) { |
| | | margin-top: 4.4rem; |
| | | display: flex; |
| | | flex-direction: column; |
| | | font-size: 1.8rem; |
| | | color: #303133; |
| | | } |
| | | /deep/ .van-field__control { |
| | | :deep(.van-field__control) { |
| | | // @include themify() { |
| | | // background: themed("tab_background"); |
| | | // } |
| | |
| | | border: 1px solid transparent !important; |
| | | } |
| | | |
| | | /deep/ .van-cell__value { |
| | | :deep(.van-cell__value) { |
| | | height: 6.4rem; |
| | | line-height: 6.4rem; |
| | | font-weight: 700; |
| | |
| | | text-align: left; |
| | | } |
| | | |
| | | /deep/ .van-field__body { |
| | | :deep(.van-field__body) { |
| | | display: flex; |
| | | position: relative; |
| | | width: 100%; |
| | |
| | | font-weight: 700; |
| | | color: #fff; |
| | | font-size: 2rem; |
| | | /deep/ .van-cell.van-field { |
| | | :deep(.van-cell.van-field) { |
| | | margin-top: 4.4rem; |
| | | display: flex; |
| | | flex-direction: column; |
| | | font-size: 1.8rem; |
| | | color: #303133; |
| | | } |
| | | /deep/ .van-field__control { |
| | | :deep(.van-field__control) { |
| | | // @include themify() { |
| | | // background: themed("tab_background"); |
| | | // } |
| | |
| | | border: 1px solid transparent !important; |
| | | } |
| | | |
| | | /deep/ .van-cell__value { |
| | | :deep(.van-cell__value) { |
| | | height: 6.4rem; |
| | | line-height: 6.4rem; |
| | | font-weight: 700; |
| | |
| | | text-align: left; |
| | | } |
| | | |
| | | /deep/ .van-field__body { |
| | | :deep(.van-field__body) { |
| | | display: flex; |
| | | position: relative; |
| | | width: 100%; |
| | |
| | | } |
| | | .quotes { |
| | | padding: 24px 0 24px 0; |
| | | /deep/ .van-tab { |
| | | :deep(.van-tab) { |
| | | width: 10rem; |
| | | flex: none; |
| | | } |
| | | /deep/ .van-tab--active { |
| | | :deep(.van-tab--active) { |
| | | min-width: 150px; |
| | | text-align: center; |
| | | padding: 18px 0px; |
| | |
| | | font-size: 38px !important; |
| | | } |
| | | } |
| | | /deep/ .van-tabs__line { |
| | | :deep(.van-tabs__line) { |
| | | background-color: #f7b328 !important; |
| | | width: 5.5rem !important; |
| | | } |
| | |
| | | config.plugins.push(new NodePolyfillPlugin()) |
| | | }, |
| | | //publicPath: './', //打包APP用,打包时,需要隐藏首页连接钱包按钮和授权按钮 |
| | | publicPath: '/wap/', // H5网页用,默认展示:连接钱包和授权按钮的。 |
| | | publicPath: '/wap/', // H5网页用,默认展示:连接钱包和授权按钮的。 |
| | | //publicPath: '/wod/', //苹果免签包H5网页用,打包时,需要隐藏首页连接钱包按钮和授权按钮 |
| | | outputDir: 'dist', |
| | | assetsDir: '', |
| | |
| | | scss: { |
| | | additionalData: `@import "${scss_path}";` |
| | | }, |
| | | sass: { |
| | | implementation: require('sass'), // 明确使用 Dart Sass |
| | | additionalData: `@import "${scss_path}";` |
| | | }, |
| | | } |
| | | }, |
| | | devServer: { |