Pārlūkot izejas kodu

element-variables.css

luyanan 6 gadi atpakaļ
vecāks
revīzija
d1f512fa8c
90 mainītis faili ar 1585 papildinājumiem un 2455 dzēšanām
  1. 0 3
      .eslintignore
  2. 0 36
      .eslintrc.js
  3. 6 14
      build/webpack.base.conf.js
  4. 0 4
      build/webpack.dev.conf.js
  5. 1 5
      build/webpack.prod.conf.js
  6. 4 6
      config/index.js
  7. 0 7
      config/test.env.js
  8. 12 22
      package.json
  9. 52 40
      src/components/BeyondTo/index.vue
  10. 5 5
      src/components/Breadcrumb/index.vue
  11. 28 28
      src/components/CollectCo/index.vue
  12. 19 21
      src/components/DynamicTags/index.vue
  13. 94 105
      src/components/PreviewMagnify/index.vue
  14. 33 30
      src/components/ShareOut/index.vue
  15. 16 16
      src/components/global-component/backtop/BackTop.vue
  16. 0 117
      src/components/global-component/citypick/CityPick.vue
  17. 0 1307
      src/components/global-component/citypick/city-data.js
  18. 0 13
      src/components/global-component/citypick/index.js
  19. 1 1
      src/components/global-component/default/default.vue
  20. 1 1
      src/components/global-component/loading/Loading.vue
  21. 37 5
      src/components/subTemplate/BaseCompany.vue
  22. 1 1
      src/components/subTemplate/BaseExpert.vue
  23. 19 4
      src/components/subTemplate/BaseOrg.vue
  24. 35 40
      src/layout/TheFooter.vue
  25. 67 70
      src/layout/TheHeader.vue
  26. 1 3
      src/libs/common.js
  27. 5 7
      src/libs/loginStatus.js
  28. 0 2
      src/libs/queryBase.js
  29. 0 2
      src/libs/queryDict.js
  30. 0 1
      src/libs/request.js
  31. 16 0
      src/libs/util.js
  32. 4 0
      src/pages/center/center.html
  33. 2 3
      src/pages/center/center.js
  34. 1 1
      src/pages/center/center.vue
  35. 3 42
      src/pages/center/permission.js
  36. 11 15
      src/pages/center/router/index.js
  37. 14 14
      src/pages/center/views/attentionCollect.vue
  38. 0 1
      src/pages/center/views/common/Sidebar/index.vue
  39. 53 54
      src/pages/center/views/common/index.vue
  40. 13 13
      src/pages/center/views/layout/index.vue
  41. 1 2
      src/pages/center/views/modifyData.vue
  42. 11 11
      src/pages/center/views/modifyPassword.vue
  43. 1 2
      src/pages/center/views/myBusiness/companyInformation.vue
  44. 18 19
      src/pages/center/views/myBusiness/companyProduct.vue
  45. 0 23
      src/pages/center/views/myBusiness/sty.scss
  46. 2 0
      src/pages/company/company.html
  47. 0 2
      src/pages/company/company.js
  48. 2 0
      src/pages/content/content.html
  49. 0 2
      src/pages/content/content.js
  50. 56 18
      src/pages/content/show.vue
  51. 2 0
      src/pages/expert/expert.html
  52. 0 2
      src/pages/expert/expert.js
  53. 6 0
      src/pages/index/index.html
  54. 1 3
      src/pages/index/index.js
  55. 1 5
      src/pages/index/router/index.js
  56. 0 3
      src/pages/index/views/Dashboard/index.vue
  57. 19 19
      src/pages/index/views/ViewAboutUs.vue
  58. 0 38
      src/pages/index/views/ViewFindResource/css.scss
  59. 2 2
      src/pages/index/views/ViewFindResource/index.vue
  60. 2 2
      src/pages/index/views/ViewFindResult/index.vue
  61. 2 2
      src/pages/index/views/ViewFindServe/index.vue
  62. 29 29
      src/pages/index/views/ViewPlatTrend/index.vue
  63. 1 2
      src/pages/index/views/ViewPlatTrend/news.vue
  64. 1 1
      src/pages/index/views/logforms/Captcha.vue
  65. 1 2
      src/pages/index/views/logforms/enteringRegister.vue
  66. 4 11
      src/pages/index/views/logforms/loginPlat.vue
  67. 1 2
      src/pages/index/views/logforms/register.vue
  68. 8 3
      src/pages/index/views/logforms/style.scss
  69. 28 29
      src/pages/index/views/logforms/userAgreement.vue
  70. 2 0
      src/pages/org/org.html
  71. 0 2
      src/pages/org/org.js
  72. 2 0
      src/pages/product/product.html
  73. 0 2
      src/pages/product/product.js
  74. 3 3
      src/pages/product/show.vue
  75. 2 0
      src/pages/resource/resource.html
  76. 0 2
      src/pages/resource/resource.js
  77. 3 3
      src/pages/resource/show.vue
  78. 2 0
      src/pages/result/result.html
  79. 0 2
      src/pages/result/result.js
  80. 2 0
      src/pages/serve/serve.html
  81. 0 2
      src/pages/serve/serve.js
  82. 3 3
      src/pages/serve/show.vue
  83. 6 6
      src/store/getters.js
  84. 7 11
      src/store/index.js
  85. 78 63
      src/store/modules/user.js
  86. 0 55
      src/styles/base.scss
  87. 8 1
      src/styles/browse.scss
  88. 710 5
      src/styles/element-variables.scss
  89. 1 2
      src/styles/index.scss
  90. 3 0
      src/styles/listitem.scss

+ 0 - 3
.eslintignore

@ -1,3 +0,0 @@
1
build/*.js
2
config/*.js
3
src/assets

+ 0 - 36
.eslintrc.js

@ -1,36 +0,0 @@
1
// https://eslint.org/docs/user-guide/configuring
2
3
module.exports = {
4
  root: true,
5
  parserOptions: {
6
    parser: 'babel-eslint'
7
  },
8
  env: {
9
    browser: true,
10
  },
11
  extends: [
12
    // https://github.com/vuejs/eslint-plugin-vue#priority-a-essential-error-prevention
13
    // consider switching to `plugin:vue/strongly-recommended` or `plugin:vue/recommended` for stricter rules.
14
    'plugin:vue/essential', 
15
    // https://github.com/standard/standard/blob/master/docs/RULES-en.md
16
    'standard'
17
  ],
18
  // required to lint *.vue files
19
  plugins: [
20
    'vue'
21
  ],
22
  // add your custom rules here
23
  rules: {
24
    // allow paren-less arrow functions
25
    'arrow-parens': 0,
26
    // allow async-await
27
    'generator-star-spacing': 0,
28
    // allow debugger during development
29
    'no-debugger': process.env.NODE_ENV === 'production' ? 2 : 0,
30
    'no-tabs': 0,
31
    'semi': 0,
32
    'indent': 0,
33
    'space-before-function-paren': 0,
34
    'eol-last': ['error', 'always'],
35
  }
36
}

+ 6 - 14
build/webpack.base.conf.js

@ -8,23 +8,17 @@ function resolve (dir) {
8 8
  return path.join(__dirname, '..', dir)
9 9
}
10 10
11
const createLintingRule = () => ({
12
  test: /\.(js|vue)$/,
13
  loader: 'eslint-loader',
14
  enforce: 'pre',
15
  include: [resolve('src'), resolve('test')],
16
  options: {
17
    formatter: require('eslint-friendly-formatter'),
18
    emitWarning: !config.dev.showEslintErrorsInOverlay
19
  }
20
})
21
22 11
module.exports = {
23 12
  context: path.resolve(__dirname, '../'),
24 13
  entry: utils.entries(),
25 14
  // {
26 15
  //   app: ['babel-polyfill', './src/main.js']
27 16
  // },
17
  externals: {
18
    'vue': 'Vue',
19
    'vue-router': 'VueRouter',
20
    'vuex':'Vuex'
21
  },
28 22
  output: {
29 23
    path: config.build.assetsRoot,
30 24
    filename: '[name].js',
@ -36,13 +30,11 @@ module.exports = {
36 30
    extensions: ['.js', '.vue', '.json'],
37 31
    alias: {
38 32
      'vue$': 'vue/dist/vue.esm.js',
39
      '@': resolve('src'),
40
      // '&': resolve('static')
33
      '@': resolve('src')
41 34
    }
42 35
  },
43 36
  module: {
44 37
    rules: [
45
      ...(config.dev.useEslint ? [createLintingRule()] : []),
46 38
      {
47 39
        test: /\.vue$/,
48 40
        loader: 'vue-loader',

+ 0 - 4
build/webpack.dev.conf.js

@ -9,10 +9,6 @@ const baseWebpackConfig = require('./webpack.base.conf')
9 9
const FriendlyErrorsPlugin = require('friendly-errors-webpack-plugin')
10 10
const portfinder = require('portfinder')
11 11
12
function resolve (dir) {
13
  return path.join(__dirname, '..', dir)
14
}
15
16 12
const HOST = process.env.HOST
17 13
const PORT = process.env.PORT && Number(process.env.PORT)
18 14

+ 1 - 5
build/webpack.prod.conf.js

@ -11,11 +11,7 @@ const ExtractTextPlugin = require('extract-text-webpack-plugin')
11 11
const OptimizeCSSPlugin = require('optimize-css-assets-webpack-plugin')
12 12
const UglifyJsPlugin = require('uglifyjs-webpack-plugin')
13 13
14
function resolve (dir) {
15
  return path.join(__dirname, '..', dir)
16
}
17
// const env = require('../config/prod.env')
18
const env = config.build[process.env.env_config+'Env']
14
const env = require('../config/prod.env')
19 15
20 16
const webpackConfig = merge(baseWebpackConfig, {
21 17
  module: {

+ 4 - 6
config/index.js

@ -16,16 +16,16 @@ module.exports = {
16 16
17 17
    // Various Dev Server settings
18 18
    host: 'localhost', // can be overwritten by process.env.HOST
19
    port: 8042, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
19
    port: 8041, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
20 20
    autoOpenBrowser: false,
21 21
    errorOverlay: true,
22 22
    notifyOnErrors: true,
23
    poll: false, // https://webpack.js.org/configuration/dev-server/#devserver-watchoptions-
23
    poll: 1200, // https://webpack.js.org/configuration/dev-server/#devserver-watchoptions-
24 24
25 25
    // Use Eslint Loader?
26 26
    // If true, your code will be linted during bundling and
27 27
    // linting errors and warnings will be shown in the console.
28
    useEslint: true,
28
    useEslint: false,
29 29
    // If true, eslint errors and warnings will also be shown in the error overlay
30 30
    // in the browser.
31 31
    showEslintErrorsInOverlay: false,
@ -46,8 +46,6 @@ module.exports = {
46 46
  },
47 47
48 48
  build: {
49
    prodEnv: require('./prod.env'),
50
    testEnv: require('./test.env'),
51 49
    // Template for index.html
52 50
    index: path.resolve(__dirname, '../dist/index.html'),
53 51
@ -62,7 +60,7 @@ module.exports = {
62 60
63 61
    productionSourceMap: false,
64 62
    // https://webpack.js.org/configuration/devtool/#production
65
    devtool: 'inline-source-map',
63
    devtool: '#source-map',
66 64
67 65
    // Gzip off by default as many popular static hosts such as
68 66
    // Surge or Netlify already gzip all static assets for you.

+ 0 - 7
config/test.env.js

@ -1,7 +0,0 @@
1
'use strict'
2
module.exports = {
3
  NODE_ENV: '"testing"',
4
  ENV_CONFIG:'"test"',
5
  BASE_API: '"http://192.168.3.233:2080"',
6
  KX_API: '"http://192.168.3.233"'
7
}

+ 12 - 22
package.json

@ -6,14 +6,15 @@
6 6
  "private": true,
7 7
  "scripts": {
8 8
    "dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
9
    "linux-dev": "node --max_old_space_size=8192 ./node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --progress --config build/webpack.dev.conf.js",
9 10
    "start": "npm run dev",
10 11
    "build": "node --max_old_space_size=4096 build/build.js"
11 12
  },
12 13
  "dependencies": {
13 14
    "axios": "^0.17.1",
14 15
    "babel-polyfill": "^6.26.0",
15
    "element-ui": "^2.3.8",
16
    "js-cookie": "^2.2.0",
16
    "element-theme": "^2.0.1",
17
    "element-ui": "^2.4.11",
17 18
    "qrcodejs2": "0.0.2",
18 19
    "swiper": "^4.2.6",
19 20
    "vue": "^2.5.2",
@ -22,33 +23,23 @@
22 23
  },
23 24
  "devDependencies": {
24 25
    "autoprefixer": "^7.2.3",
25
    "babel-core": "^6.26.0",
26
    "babel-eslint": "^8.2.1",
26
    "babel-core": "^6.22.1",
27 27
    "babel-helper-vue-jsx-merge-props": "^2.0.3",
28
    "babel-loader": "^7.1.2",
28
    "babel-loader": "^7.1.1",
29 29
    "babel-plugin-syntax-jsx": "^6.18.0",
30
    "babel-plugin-transform-runtime": "^6.23.0",
30
    "babel-plugin-transform-runtime": "^6.22.0",
31 31
    "babel-plugin-transform-vue-jsx": "^3.5.0",
32
    "babel-preset-env": "^1.6.1",
33
    "babel-preset-stage-2": "^6.24.1",
32
    "babel-preset-env": "^1.3.2",
33
    "babel-preset-stage-2": "^6.22.0",
34 34
    "chalk": "^2.3.0",
35 35
    "copy-webpack-plugin": "^4.2.3",
36
    "css-loader": "^0.28.11",
37 36
    "cross-env": "^5.2.0",
38
    "eslint": "^4.13.1",
39
    "eslint-config-standard": "^10.2.1",
40
    "eslint-friendly-formatter": "^3.0.0",
41
    "eslint-loader": "^1.9.0",
42
    "eslint-plugin-import": "^2.7.0",
43
    "eslint-plugin-node": "^5.2.0",
44
    "eslint-plugin-promise": "^3.4.0",
45
    "eslint-plugin-standard": "^3.0.1",
46
    "eslint-plugin-html": "^4.0.1",
47
    "eslint-plugin-vue": "^4.0.0",
48
    "eventsource-polyfill": "^0.9.6",
37
    "css-loader": "^0.28.11",
38
    "element-theme-chalk": "git+https://github.com/ElementUI/theme-chalk.git",
49 39
    "extract-text-webpack-plugin": "^3.0.2",
50 40
    "file-loader": "^1.1.5",
51 41
    "friendly-errors-webpack-plugin": "^1.6.1",
42
    "glob": "^7.1.3",
52 43
    "html-webpack-plugin": "^2.30.1",
53 44
    "node-notifier": "^5.1.2",
54 45
    "node-sass": "^4.7.2",
@ -73,8 +64,7 @@
73 64
    "webpack": "^3.10.0",
74 65
    "webpack-bundle-analyzer": "^2.9.1",
75 66
    "webpack-dev-server": "^2.9.7",
76
    "webpack-merge": "^4.1.1",
77
    "glob": "^7.1.3"
67
    "webpack-merge": "^4.1.1"
78 68
  },
79 69
  "engines": {
80 70
    "node": ">= 4.0.0",

+ 52 - 40
src/components/BeyondTo/index.vue

@ -57,7 +57,7 @@
57 57
          if (sc) {
58 58
            that.ownerInfo.name = value.name
59 59
            that.ownerInfo.title = value.title
60
            if (that.ownerInfo.hasHeadImage) {
60
            if (value.hasHeadImage) {
61 61
              that.ownerInfo.img = ImageUrl(('head/' + value.id + '_l.jpg'), true)
62 62
            } else {
63 63
              that.ownerInfo.img = defaultSet.img.expert
@ -71,7 +71,7 @@
71 71
          if (sc) {
72 72
            that.ownerInfo.name = value.name
73 73
            that.ownerInfo.insdutry = value.insdutry.replace(/,/, ' | ')
74
            if (that.ownerInfo.hasOrgLogo) {
74
            if (value.hasOrgLogo) {
75 75
              that.ownerInfo.img = ImageUrl(('org/' + value.id + '.jpg'), true)
76 76
            } else {
77 77
              that.ownerInfo.img = defaultSet.img.org
@ -110,45 +110,57 @@
110 110
    }
111 111
  };
112 112
</script>
113
<style rel="stylesheet/scss" lang="scss" scoped>
113
<style scoped>
114 114
.beyond-block{
115 115
  text-align:center;
116
  .show-head{
117
    display: block;
118
    width: 120px;
119
    height: 120px;
120
    border: 1px solid #E5E5E5;
121
    margin: 0 auto 10px;
122
    background-position: center;
123
    background-size: cover;
124
    border-radius: 50%;
125
    &.orgimg-box{
126
      @include center-items(200px, 120px);
127
    }
128
  }
129
  .show-info{
130
    width:100%;
131
    .info-tit{
132
      color:$commonFont;
133
      @include text-ellipsis();
134
      font-size: 18px;
135
      line-height: 24px;
136
    }
137
    .info-tag{
138
      color:$commonFont;
139
      @include text-ellipsis();
140
      font-size: 16px;
141
      line-height: 24px;
142
    }
143
    .info-desc{
144
      color:$secondaryFont;
145
      @include text-ellipsis();
146
      font-size: 15px;
147
      line-height: 24px;
148
    }
149
  }
150
  .goSpan{
151
    margin-top:15px;
152
  }
116
}
117
.beyond-block .show-head{
118
  display: block;
119
  width: 120px;
120
  height: 120px;
121
  border: 1px solid #E5E5E5;
122
  margin: 0 auto 10px;
123
  background-position: center;
124
  background-size: cover;
125
  border-radius: 50%;
126
}
127
.beyond-block .show-head.orgimg-box{
128
  display: flex;
129
  align-items: center;
130
  justify-content: center;
131
  border: 1px solid #e4e7ed;
132
  box-sizing:border-box;
133
  width: 202px;
134
  height: 122px;
135
  border-radius: 4px;
136
  background-size:cover;
137
  background-position: center center;
138
}
139
.beyond-block .show-head.orgimg-box img{
140
  max-width: 200px;
141
  max-height: 100%;
142
}
143
144
.beyond-block .show-info{
145
  width:100%;
146
  white-space: nowrap;
147
  text-overflow: ellipsis;
148
  overflow: hidden;
149
  line-height: 24px;
150
  color:#606266;
151
}
152
.beyond-block .show-info .info-tit{
153
  font-size: 18px;
154
}
155
.beyond-block .show-info .info-tag{
156
  font-size: 16px;
157
}
158
.beyond-block .show-info .info-desc{
159
  color:#909399;
160
  font-size: 15px;
161
}
162
163
.beyond-block .goSpan{
164
  margin-top:15px;
153 165
}
154 166
</style>

+ 5 - 5
src/components/Breadcrumb/index.vue

@ -34,15 +34,15 @@ export default {
34 34
};
35 35
</script>
36 36
37
<style rel="stylesheet/scss" lang="scss" scoped>
37
<style scoped>
38 38
  .app-breadcrumb.el-breadcrumb{
39 39
    display: inline-block;
40 40
    font-size: 14px;
41 41
    line-height: 50px;
42 42
    margin-left: 10px;
43
    .no-redirect{
44
      color: #97a8be;
45
      cursor: text;
46
    }
43
  }
44
  .app-breadcrumb.el-breadcrumb .no-redirect{
45
    color: #97a8be;
46
    cursor: text;
47 47
  }
48 48
</style>

+ 28 - 28
src/components/CollectCo/index.vue

@ -36,25 +36,25 @@
36 36
      }
37 37
    },
38 38
    created() {
39
      this.ifcollectionAbout()
39
      if (localStorage.getItem('userid')) {
40
        this.ifcollectionAbout()
41
      }
40 42
    },
41 43
    methods: {
42 44
      /* 判断是否收藏/关注 */
43 45
      ifcollectionAbout() {
44 46
        var that = this;
45
        loginStatus(function() {
46
          that.$axios.get('/ajax/collection/check', {
47
            oid: that.watchOptions.oid,
48
            type: that.watchOptions.type
49
          }, function(res) {
50
            if (res.success) {
51
              if (res.data) {
52
                that.ifCollect = true
53
              } else {
54
                that.ifCollect = false
55
              }
47
        that.$axios.get('/ajax/collection/check', {
48
          oid: that.watchOptions.oid,
49
          type: that.watchOptions.type
50
        }, function(res) {
51
          if (res.success) {
52
            if (res.data) {
53
              that.ifCollect = true
54
            } else {
55
              that.ifCollect = false
56 56
            }
57
          })
57
          }
58 58
        })
59 59
      },
60 60
      /* 收藏/关注 */
@ -100,24 +100,24 @@
100 100
    }
101 101
  };
102 102
</script>
103
<style rel="stylesheet/scss" lang="scss" scoped>
103
<style scoped>
104 104
.collect-block{
105 105
  margin-right:15px;
106 106
  font-size: 15px;
107 107
  line-height: 15px;
108
  .icon-font{
109
    display: inline-block;
110
    width:16px;
111
    height:16px;
112
    margin-left:6px;
113
    background-size: cover;
114
    cursor: pointer;
115
    &.icon-shoucang{
116
      @include bg-image('./img/icon_shoucang_nor.png');
117
    }
118
    &.icon-yishoucang{
119
      @include bg-image('./img/icon_shoucang_hig.png');
120
    }
121
  }
108
}
109
.collect-block .icon-font{
110
  display: inline-block;
111
  width:16px;
112
  height:16px;
113
  margin-left:6px;
114
  cursor: pointer;
115
  background-size:cover;
116
}
117
.collect-block .icon-font.icon-shoucang{
118
  background-image:url('./img/icon_shoucang_nor.png');
119
}
120
.collect-block .icon-font.icon-yishoucang{
121
  background-image:url('./img/icon_shoucang_hig.png');
122 122
}
123 123
</style>

+ 19 - 21
src/components/DynamicTags/index.vue

@ -159,32 +159,30 @@ export default {
159 159
}
160 160
</script>
161 161
162
<style rel="stylesheet/scss" lang="scss" scoped>
162
<style scoped>
163 163
  .tag-show {
164 164
    overflow: hidden;
165 165
    padding:5px 0 0;
166 166
    margin-bottom:-5px;
167
    .tag-item{
168
      float:left;
169
      .el-tag {
170
        margin-right:10px;
171
        margin-bottom:5px;
172
        min-height: 32px;
173
        padding: 6px 10px;
174
        line-height: 20px;
175
        height:auto;
176
      }
177
    }
178 167
  }
179
  .tag-block{
180
    .tag-item{
181
      float:none;
182
      display: block;
183
      .el-tag {
184
        margin-left: 0;
185
        white-space: normal;
186
      }
187
    }
168
  .tag-show .tag-item{
169
    float:left;
170
  }
171
  .tag-show .tag-item .el-tag {
172
    margin-right:10px;
173
    margin-bottom:5px;
174
    min-height: 32px;
175
    padding: 6px 10px;
176
    line-height: 20px;
177
    height:auto;
178
  }
179
  .tag-block .tag-item{
180
    float:none;
181
    display: block;
182
  }
183
  .tag-block .tag-item .el-tag {
184
    margin-left: 0;
185
    white-space: normal;
188 186
  }
189 187
  .button-new-tag{
190 188
    width:100%;

+ 94 - 105
src/components/PreviewMagnify/index.vue

@ -24,21 +24,9 @@
24 24
</template>
25 25
26 26
<script>
27
function offset(el) {
28
  let top = el.offsetTop;
29
  let left = el.offsetLeft;
30
  while (el.offsetParent) {
31
    el = el.offsetParent;
32
    top += el.offsetTop;
33
    left += el.offsetLeft;
34
  }
35
  return {
36
    left: left,
37
    top: top
38
  };
39
}
27
import { offset } from '@/libs/util';
28
40 29
export default {
41
  name: 'magnify',
42 30
  props: {
43 31
    previewImg: {
44 32
      type: Array
@ -115,7 +103,7 @@ export default {
115 103
      this.bimgHeight = this.oBigImg.offsetHeight;
116 104
      this.bWidth = this.zoomBox.offsetWidth;
117 105
      this.bHeight = this.zoomBox.offsetHeight;
118
      this.scroll = document.documentElement.scrollTop || document.body.scrollTop;
106
      this.scroll = Window.document.documentElement.scrollTop || Window.document.body.scrollTop;
119 107
    },
120 108
    selectFun(index) {
121 109
      this.selectIndex = index;
@ -124,97 +112,98 @@ export default {
124 112
};
125 113
</script>
126 114
127
<style rel="stylesheet/scss" lang="scss" scoped>
115
<style scoped>
128 116
  .magnify{
129 117
    position: relative;
130
    .product-box{
131
      position: relative;
132
      .preview-box{
133
        width: 360px;
134
        height: 270px;
135
        border: 1px solid #dededd;
136
        position: relative;
137
        display:flex;
138
        justify-content: center;
139
        align-items:center;
140
        overflow:hidden;
141
        .hover-box{
142
          position: absolute;
143
          display: none;
144
          left: 0;
145
          top: 0;
146
          bottom:0;
147
          width: 60px;
148
          height: 60px;
149
          background: url('./img/mask.png') repeat 0 0;
150
          cursor: move;
151
          user-select: none;
152
        }
153
        &:hover{
154
          .hover-box{
155
            display: block;
156
          }
157
        }
158
        img{
159
          max-width: 360px;
160
          max-height: 270px;
161
        }
162
      }
163
      .tb-thumb{
164
        margin:10px 0 0;
165
        overflow:hidden;
166
        li{
167
          background:none repeat scroll 0 0 transparent;
168
          float:left;
169
          margin:0 6px 0 0;
170
          overflow:hidden;
171
          .tb-pic{
172
            border: 1px solid #E5E5E5;
173
            a{
174
              display:block;
175
              height: 48px;
176
              width: 66px;
177
              display:flex;
178
              justify-content: center;
179
              align-items:center;
180
            }
181
            img{
182
              max-height: 48px;
183
              max-width: 66px;
184
            }
185
          }
186
          &.tb-selected{
187
            border: 3px solid $mainColor;
188
            .tb-pic{
189
              background-color: #FFFFFF;
190
              border: medium none;
191
              a{
192
                height: 44px;
193
                width: 58px;
194
              }
195
              img{
196
                max-height: 44px;
197
                max-width: 58px;
198
              }
199
            }
200
          }
201
        }
202
      }
203
    }
204
    .zoom-box{
205
      width: 300px;
206
      height: 300px;
207
      overflow: hidden;
208
      position: absolute;
209
      left: 370px;
210
      border: 1px solid #dededd;
211
      top: 0;
212
      z-index: 700;
213
      img{
214
        position: absolute;
215
        top: 0;
216
        left: 0;
217
      }
218
    }
118
  }
119
  .magnify .product-box{
120
    position: relative;
121
  }
122
  .product-box .preview-box{
123
    width: 360px;
124
    height: 270px;
125
    border: 1px solid #dededd;
126
    position: relative;
127
    display:flex;
128
    justify-content: center;
129
    align-items:center;
130
    overflow:hidden;
131
  }
132
  .preview-box .hover-box{
133
    position: absolute;
134
    display: none;
135
    left: 0;
136
    top: 0;
137
    bottom:0;
138
    width: 60px;
139
    height: 60px;
140
    background: url('./img/mask.png') repeat 0 0;
141
    cursor: move;
142
    user-select: none;
143
  }
144
  .preview-box .hover-box:hover .hover-box{
145
      display: block;
146
  }
147
  .preview-box .hover-box img{
148
    max-width: 360px;
149
    max-height: 270px;
150
  }
151
152
  .product-box .tb-thumb{
153
    margin:10px 0 0;
154
    overflow:hidden;
155
  }
156
  .tb-thumb li{
157
    background:none repeat scroll 0 0 transparent;
158
    float:left;
159
    margin:0 6px 0 0;
160
    overflow:hidden;
161
  }
162
  .tb-thumb li .tb-pic{
163
    border: 1px solid #E5E5E5;
164
  }
165
  .tb-thumb li .tb-pic a{
166
    display:block;
167
    height: 48px;
168
    width: 66px;
169
    display:flex;
170
    justify-content: center;
171
    align-items:center;
172
  }
173
  .tb-thumb li .tb-pic img{
174
    max-height: 48px;
175
    max-width: 66px;
176
  }
177
178
  .tb-thumb li.tb-selected{
179
    border: 3px solid #2693ec;
180
  }
181
  .tb-thumb li.tb-selected .tb-pic{
182
    background-color: #FFFFFF;
183
    border: medium none;
184
  }
185
  .tb-thumb li.tb-selected .tb-pic a{
186
    height: 44px;
187
    width: 58px;
188
  }
189
  .tb-thumb li.tb-selected .tb-pic img{
190
    max-height: 44px;
191
    max-width: 58px;
192
  }
193
194
  .magnify .zoom-box{
195
    width: 300px;
196
    height: 300px;
197
    overflow: hidden;
198
    position: absolute;
199
    left: 370px;
200
    border: 1px solid #dededd;
201
    top: 0;
202
    z-index: 700;
203
  }
204
  .zoom-box img{
205
    position: absolute;
206
    top: 0;
207
    left: 0;
219 208
  }
220 209
</style>

+ 33 - 30
src/components/ShareOut/index.vue

@ -54,43 +54,46 @@
54 54
    }
55 55
  };
56 56
</script>
57
<style rel="stylesheet/scss" lang="scss" scoped>
57
<style scoped>
58 58
.share-block{
59 59
  margin-right:15px;
60
  .share-icon{
61
    display:inline-block;
62
    margin-left:6px;
63
    &.icon-wechat{
64
      width:18px;
65
      height:14px;
66
      @include bg-image("./img/icon_weixin_nor.png");
67
      &:hover{
68
        @include bg-image("./img/icon_weixin_hig.png");
69
      }
70
    }
71
  }
72 60
}
61
.share-block .share-icon{
62
  display:inline-block;
63
  margin-left:6px;
64
}
65
.share-block .share-icon.icon-wechat{
66
  width:18px;
67
  height:14px;
68
  background-image:url('./img/icon_weixin_nor.png');
69
  background-size:cover;
70
}
71
.share-block .share-icon.icon-wechat:hover{
72
  background-image:url('./img/icon_weixin_hig.png');
73
}
74
73 75
.popper-class{
74 76
  background: rgba(0,0,0,.6);
75 77
  color:#ffffff;
76
  .shareCode{
77
    overflow:hidden;
78
    display:flex;
79
    align-items:center;
80
    justify-content:space-between;
81
    .qrcode{
82
      float: left;
83
      img,canvas{
84
        border: 4px solid #ffffff;
85
      }
86
    }
87
    .qrword{
88
      width:180px;
89
      font-size:14px;
90
      line-height:28px;
91
    }
92
  }
93 78
}
79
.popper-class .shareCode{
80
  overflow:hidden;
81
  display:flex;
82
  align-items:center;
83
  justify-content:space-between;
84
}
85
.popper-class .shareCode .qrcode{
86
  float: left;
87
}
88
.popper-class .shareCode .qrcode img,canvas{
89
  border: 4px solid #ffffff;
90
}
91
.popper-class .shareCode .qrword{
92
  width:180px;
93
  font-size:14px;
94
  line-height:28px;
95
}
96
94 97
.el-popover{
95 98
  border: none
96 99
}

+ 16 - 16
src/components/global-component/backtop/BackTop.vue

@ -51,7 +51,7 @@
51 51
    }
52 52
  };
53 53
</script>
54
<style rel="stylesheet/scss" lang="scss" scoped>
54
<style scoped>
55 55
  .scroll{
56 56
    position: fixed;
57 57
    right: 10px;
@ -61,20 +61,20 @@
61 61
    cursor: pointer;
62 62
    display: none;
63 63
    z-index: 10;
64
    div{
65
      width: 45px;
66
      height: 45px;
67
      line-height: 45px;
68
      text-align: center;
69
      font-size: 35px;
70
      background-color: rgba(0,0,0,.2);
71
      color: #fff;
72
      &:hover{
73
        background-color: rgba(0,0,0,.5);
74
      }
75
    }
76
    &.showScroll{
77
      display: block;
78
    }
64
  }
65
  .scroll div{
66
    width: 45px;
67
    height: 45px;
68
    line-height: 45px;
69
    text-align: center;
70
    font-size: 35px;
71
    background-color: rgba(0,0,0,.2);
72
    color: #fff;
73
  }
74
  .scroll div:hover{
75
    background-color: rgba(0,0,0,.5);
76
  }
77
  .scroll div.showScroll{
78
    display: block;
79 79
  }
80 80
</style>

+ 0 - 117
src/components/global-component/citypick/CityPick.vue

@ -1,117 +0,0 @@
1
<template>
2
  <el-col :span="24" class="cityParent">
3
    <el-form-item label="所在城市" prop="province">
4
      <el-col :span="24">
5
        <el-select :style="{width: widthselect + 'px'}"
6
         v-model="selectProv"
7
         placeholder="请选择所在省/直辖市"
8
         v-on:change="getProv($event)">
9
          <el-option
10
            v-for="item in provs"
11
            :label="item.text"
12
            :value="item.value"
13
            :key="item.index">
14
          </el-option>
15
        </el-select>
16
      </el-col>
17
    </el-form-item>
18
    <el-form-item prop="city" class="cityChild"
19
      :style="{left: labelW ? (widthselect + labelW + 6 + 'px'):(widthselect + 6 + 'px')}">
20
      <el-select :style="{width: widthselect + 'px', marginLeft: labelW ? (-labelW +'px'): 0}"
21
         v-model="selectCity"
22
         placeholder="请选择所在城市"
23
         v-on:change="getCity($event)">
24
        <el-option
25
          v-for="item in citys"
26
          :label="item.text"
27
          :value="item.value"
28
          :key="item.index">
29
        </el-option>
30
      </el-select>
31
    </el-form-item>
32
  </el-col>
33
</template>
34
35
<script type="text/ecmascript-6">
36
  import cityData from './city-data.js';
37
  export default {
38
    props: {
39
      prov: {
40
        type: String
41
      },
42
      city: {
43
        type: String
44
      },
45
      widthselect: {
46
        type: Number
47
      },
48
      labelW: {
49
        type: Number
50
      }
51
    },
52
    data() {
53
      return {
54
        provs: cityData,
55
        citys: [],
56
        selectProv: '',
57
        selectCity: ''
58
      };
59
    },
60
    watch: {
61
      prov() {
62
        if (this.prov) {
63
          this.selectProv = this.prov;
64
        };
65
      },
66
      city() {
67
        if (this.city) {
68
          if (this.citys.length === 0) {
69
            for (var val of this.provs) {
70
              if (this.prov === val.value) {
71
                this.citys = val.children;
72
              };
73
            };
74
          }
75
          this.selectCity = this.city;
76
        };
77
      }
78
    },
79
    methods: { // 二级联动选择地区
80
      getProv(prov) {
81
        let tempCity = [];
82
        this.citys = [];
83
        this.selectCity = '';
84
        for (var val of this.provs) {
85
          if (prov === val.value) {
86
            tempCity = val.children;
87
          };
88
        };
89
        this.citys = tempCity;
90
        this.$emit('selectProv', this.selectProv);
91
      },
92
      getCity(city) {
93
        console.log(city);
94
        console.log(this.selectCity);
95
        this.$emit('selectProv', this.selectCity);
96
      },
97
      resetProvCity() {
98
        this.selectProv = '';
99
        this.selectCity = '';
100
        this.$emit('selectProv', this.selectProv);
101
        this.$emit('selectCity', this.selectCity);
102
      }
103
    }
104
  };
105
</script>
106
107
<style lang="scss" scoped>
108
  .cityParent{
109
    position:relative;
110
    z-index:2;
111
    .cityChild{
112
      position:absolute;
113
      bottom:0;
114
      z-index:1;
115
    }
116
  }
117
</style>

+ 0 - 1307
src/components/global-component/citypick/city-data.js

@ -1,1307 +0,0 @@
1
var cityData = [{
2
	value: '110000',
3
	text: '北京市',
4
	children: [{
5
		value: '110101',
6
		text: '北京市'
7
	}]
8
}, {
9
	value: '120000',
10
	text: '天津市',
11
	children: [{
12
		value: '120101',
13
		text: '天津市'
14
	}]
15
}, {
16
	value: '130000',
17
	text: '河北省',
18
	children: [{
19
		value: '130100',
20
		text: '石家庄市'
21
	}, {
22
		value: '130200',
23
		text: '唐山市'
24
	}, {
25
		value: '130300',
26
		text: '秦皇岛市'
27
	}, {
28
		value: '130400',
29
		text: '邯郸市'
30
	}, {
31
		value: '130500',
32
		text: '邢台市'
33
	}, {
34
		value: '130600',
35
		text: '保定市'
36
	}, {
37
		value: '130700',
38
		text: '张家口市'
39
	}, {
40
		value: '130800',
41
		text: '承德市'
42
	}, {
43
		value: '130900',
44
		text: '沧州市'
45
	}, {
46
		value: '131000',
47
		text: '廊坊市'
48
	}, {
49
		value: '131100',
50
		text: '衡水市'
51
	}]
52
}, {
53
	value: '140000',
54
	text: '山西省',
55
	children: [{
56
		value: '140100',
57
		text: '太原市'
58
	}, {
59
		value: '140200',
60
		text: '大同市'
61
	}, {
62
		value: '140300',
63
		text: '阳泉市'
64
	}, {
65
		value: '140400',
66
		text: '长治市'
67
	}, {
68
		value: '140500',
69
		text: '晋城市'
70
	}, {
71
		value: '140600',
72
		text: '朔州市'
73
	}, {
74
		value: '140700',
75
		text: '晋中市'
76
	}, {
77
		value: '140800',
78
		text: '运城市'
79
	}, {
80
		value: '140900',
81
		text: '忻州市'
82
	}, {
83
		value: '141000',
84
		text: '临汾市'
85
	}, {
86
		value: '141100',
87
		text: '吕梁市'
88
	}]
89
}, {
90
	value: '150000',
91
	text: '内蒙古自治区',
92
	children: [{
93
		value: '150100',
94
		text: '呼和浩特市'
95
	}, {
96
		value: '150200',
97
		text: '包头市'
98
	}, {
99
		value: '150300',
100
		text: '乌海市'
101
	}, {
102
		value: '150400',
103
		text: '赤峰市'
104
	}, {
105
		value: '150500',
106
		text: '通辽市'
107
	}, {
108
		value: '150600',
109
		text: '鄂尔多斯市'
110
	}, {
111
		value: '150700',
112
		text: '呼伦贝尔市'
113
	}, {
114
		value: '150800',
115
		text: '巴彦淖尔市'
116
	}, {
117
		value: '150900',
118
		text: '乌兰察布市'
119
	}, {
120
		value: '152200',
121
		text: '兴安盟'
122
	}, {
123
		value: '152500',
124
		text: '锡林郭勒盟'
125
	}, {
126
		value: '152900',
127
		text: '阿拉善盟'
128
	}]
129
}, {
130
	value: '210000',
131
	text: '辽宁省',
132
	children: [{
133
		value: '210100',
134
		text: '沈阳市'
135
	}, {
136
		value: '210200',
137
		text: '大连市'
138
	}, {
139
		value: '210300',
140
		text: '鞍山市'
141
	}, {
142
		value: '210400',
143
		text: '抚顺市'
144
	}, {
145
		value: '210500',
146
		text: '本溪市'
147
	}, {
148
		value: '210600',
149
		text: '丹东市'
150
	}, {
151
		value: '210700',
152
		text: '锦州市'
153
	}, {
154
		value: '210800',
155
		text: '营口市'
156
	}, {
157
		value: '210900',
158
		text: '阜新市'
159
	}, {
160
		value: '211000',
161
		text: '辽阳市'
162
	}, {
163
		value: '211100',
164
		text: '盘锦市'
165
	}, {
166
		value: '211200',
167
		text: '铁岭市'
168
	}, {
169
		value: '211300',
170
		text: '朝阳市'
171
	}, {
172
		value: '211400',
173
		text: '葫芦岛市'
174
	}]
175
}, {
176
	value: '220000',
177
	text: '吉林省',
178
	children: [{
179
		value: '220100',
180
		text: '长春市'
181
	}, {
182
		value: '220200',
183
		text: '吉林市'
184
	}, {
185
		value: '220300',
186
		text: '四平市'
187
	}, {
188
		value: '220400',
189
		text: '辽源市'
190
	}, {
191
		value: '220500',
192
		text: '通化市'
193
	}, {
194
		value: '220600',
195
		text: '白山市'
196
	}, {
197
		value: '220700',
198
		text: '松原市'
199
	}, {
200
		value: '220800',
201
		text: '白城市'
202
	}, {
203
		value: '222400',
204
		text: '延边朝鲜族自治州'
205
	}]
206
}, {
207
	value: '230000',
208
	text: '黑龙江省',
209
	children: [{
210
		value: '230100',
211
		text: '哈尔滨市'
212
	}, {
213
		value: '230200',
214
		text: '齐齐哈尔市'
215
	}, {
216
		value: '230300',
217
		text: '鸡西市'
218
	}, {
219
		value: '230400',
220
		text: '鹤岗市'
221
	}, {
222
		value: '230500',
223
		text: '双鸭山市'
224
	}, {
225
		value: '230600',
226
		text: '大庆市'
227
	}, {
228
		value: '230700',
229
		text: '伊春市'
230
	}, {
231
		value: '230800',
232
		text: '佳木斯市'
233
	}, {
234
		value: '230900',
235
		text: '七台河市'
236
	}, {
237
		value: '231000',
238
		text: '牡丹江市'
239
	}, {
240
		value: '231100',
241
		text: '黑河市'
242
	}, {
243
		value: '231200',
244
		text: '绥化市'
245
	}, {
246
		value: '232700',
247
		text: '大兴安岭地区'
248
	}]
249
}, {
250
	value: '310000',
251
	text: '上海市',
252
	children: [{
253
		value: '310101',
254
		text: '上海市'
255
	}]
256
}, {
257
	value: '320000',
258
	text: '江苏省',
259
	children: [{
260
		value: '320100',
261
		text: '南京市'
262
	}, {
263
		value: '320200',
264
		text: '无锡市'
265
	}, {
266
		value: '320300',
267
		text: '徐州市'
268
	}, {
269
		value: '320400',
270
		text: '常州市'
271
	}, {
272
		value: '320500',
273
		text: '苏州市'
274
	}, {
275
		value: '320600',
276
		text: '南通市'
277
	}, {
278
		value: '320700',
279
		text: '连云港市'
280
	}, {
281
		value: '320800',
282
		text: '淮安市'
283
	}, {
284
		value: '320900',
285
		text: '盐城市'
286
	}, {
287
		value: '321000',
288
		text: '扬州市'
289
	}, {
290
		value: '321100',
291
		text: '镇江市'
292
	}, {
293
		value: '321200',
294
		text: '泰州市'
295
	}, {
296
		value: '321300',
297
		text: '宿迁市'
298
	}]
299
}, {
300
	value: '330000',
301
	text: '浙江省',
302
	children: [{
303
		value: '330100',
304
		text: '杭州市'
305
	}, {
306
		value: '330200',
307
		text: '宁波市'
308
	}, {
309
		value: '330300',
310
		text: '温州市'
311
	}, {
312
		value: '330400',
313
		text: '嘉兴市'
314
	}, {
315
		value: '330500',
316
		text: '湖州市'
317
	}, {
318
		value: '330600',
319
		text: '绍兴市'
320
	}, {
321
		value: '330700',
322
		text: '金华市'
323
	}, {
324
		value: '330800',
325
		text: '衢州市'
326
	}, {
327
		value: '330900',
328
		text: '舟山市'
329
	}, {
330
		value: '331000',
331
		text: '台州市'
332
	}, {
333
		value: '331100',
334
		text: '丽水市'
335
	}]
336
}, {
337
	value: '340000',
338
	text: '安徽省',
339
	children: [{
340
		value: '340100',
341
		text: '合肥市'
342
	}, {
343
		value: '340200',
344
		text: '芜湖市'
345
	}, {
346
		value: '340300',
347
		text: '蚌埠市'
348
	}, {
349
		value: '340400',
350
		text: '淮南市'
351
	}, {
352
		value: '340500',
353
		text: '马鞍山市'
354
	}, {
355
		value: '340600',
356
		text: '淮北市'
357
	}, {
358
		value: '340700',
359
		text: '铜陵市'
360
	}, {
361
		value: '340800',
362
		text: '安庆市'
363
	}, {
364
		value: '341000',
365
		text: '黄山市'
366
	}, {
367
		value: '341100',
368
		text: '滁州市'
369
	}, {
370
		value: '341200',
371
		text: '阜阳市'
372
	}, {
373
		value: '341300',
374
		text: '宿州市'
375
	}, {
376
		value: '341500',
377
		text: '六安市'
378
	}, {
379
		value: '341600',
380
		text: '亳州市'
381
	}, {
382
		value: '341700',
383
		text: '池州市'
384
	}, {
385
		value: '341800',
386
		text: '宣城市'
387
	}]
388
}, {
389
	value: '350000',
390
	text: '福建省',
391
	children: [{
392
		value: '350100',
393
		text: '福州市'
394
	}, {
395
		value: '350200',
396
		text: '厦门市'
397
	}, {
398
		value: '350300',
399
		text: '莆田市'
400
	}, {
401
		value: '350400',
402
		text: '三明市'
403
	}, {
404
		value: '350500',
405
		text: '泉州市'
406
	}, {
407
		value: '350600',
408
		text: '漳州市'
409
	}, {
410
		value: '350700',
411
		text: '南平市'
412
	}, {
413
		value: '350800',
414
		text: '龙岩市'
415
	}, {
416
		value: '350900',
417
		text: '宁德市'
418
	}]
419
}, {
420
	value: '360000',
421
	text: '江西省',
422
	children: [{
423
		value: '360100',
424
		text: '南昌市'
425
	}, {
426
		value: '360200',
427
		text: '景德镇市'
428
	}, {
429
		value: '360300',
430
		text: '萍乡市'
431
	}, {
432
		value: '360400',
433
		text: '九江市'
434
	}, {
435
		value: '360500',
436
		text: '新余市'
437
	}, {
438
		value: '360600',
439
		text: '鹰潭市'
440
	}, {
441
		value: '360700',
442
		text: '赣州市'
443
	}, {
444
		value: '360800',
445
		text: '吉安市'
446
	}, {
447
		value: '360900',
448
		text: '宜春市'
449
	}, {
450
		value: '361000',
451
		text: '抚州市'
452
	}, {
453
		value: '361100',
454
		text: '上饶市'
455
	}]
456
}, {
457
	value: '370000',
458
	text: '山东省',
459
	children: [{
460
		value: '370100',
461
		text: '济南市'
462
	}, {
463
		value: '370200',
464
		text: '青岛市'
465
	}, {
466
		value: '370300',
467
		text: '淄博市'
468
	}, {
469
		value: '370400',
470
		text: '枣庄市'
471
	}, {
472
		value: '370500',
473
		text: '东营市'
474
	}, {
475
		value: '370600',
476
		text: '烟台市'
477
	}, {
478
		value: '370700',
479
		text: '潍坊市'
480
	}, {
481
		value: '370800',
482
		text: '济宁市'
483
	}, {
484
		value: '370900',
485
		text: '泰安市'
486
	}, {
487
		value: '371000',
488
		text: '威海市'
489
	}, {
490
		value: '371100',
491
		text: '日照市'
492
	}, {
493
		value: '371200',
494
		text: '莱芜市'
495
	}, {
496
		value: '371300',
497
		text: '临沂市'
498
	}, {
499
		value: '371400',
500
		text: '德州市'
501
	}, {
502
		value: '371500',
503
		text: '聊城市'
504
	}, {
505
		value: '371600',
506
		text: '滨州市'
507
	}, {
508
		value: '371700',
509
		text: '菏泽市'
510
	}]
511
}, {
512
	value: '410000',
513
	text: '河南省',
514
	children: [{
515
		value: '410100',
516
		text: '郑州市'
517
	}, {
518
		value: '410200',
519
		text: '开封市'
520
	}, {
521
		value: '410300',
522
		text: '洛阳市'
523
	}, {
524
		value: '410400',
525
		text: '平顶山市'
526
	}, {
527
		value: '410500',
528
		text: '安阳市'
529
	}, {
530
		value: '410600',
531
		text: '鹤壁市'
532
	}, {
533
		value: '410700',
534
		text: '新乡市'
535
	}, {
536
		value: '410800',
537
		text: '焦作市'
538
	}, {
539
		value: '410881',
540
		text: '济源市'
541
	}, {
542
		value: '410900',
543
		text: '濮阳市'
544
	}, {
545
		value: '411000',
546
		text: '许昌市'
547
	}, {
548
		value: '411100',
549
		text: '漯河市'
550
	}, {
551
		value: '411200',
552
		text: '三门峡市'
553
	}, {
554
		value: '411300',
555
		text: '南阳市'
556
	}, {
557
		value: '411400',
558
		text: '商丘市'
559
	}, {
560
		value: '411500',
561
		text: '信阳市'
562
	}, {
563
		value: '411600',
564
		text: '周口市'
565
	}, {
566
		value: '411700',
567
		text: '驻马店市'
568
	}]
569
}, {
570
	value: '420000',
571
	text: '湖北省',
572
	children: [{
573
		value: '420100',
574
		text: '武汉市'
575
	}, {
576
		value: '420200',
577
		text: '黄石市'
578
	}, {
579
		value: '420300',
580
		text: '十堰市'
581
	}, {
582
		value: '420500',
583
		text: '宜昌市'
584
	}, {
585
		value: '420600',
586
		text: '襄阳市'
587
	}, {
588
		value: '420700',
589
		text: '鄂州市'
590
	}, {
591
		value: '420800',
592
		text: '荆门市'
593
	}, {
594
		value: '420900',
595
		text: '孝感市'
596
	}, {
597
		value: '421000',
598
		text: '荆州市'
599
	}, {
600
		value: '421100',
601
		text: '黄冈市'
602
	}, {
603
		value: '421200',
604
		text: '咸宁市'
605
	}, {
606
		value: '421300',
607
		text: '随州市'
608
	}, {
609
		value: '422800',
610
		text: '恩施土家族苗族自治州'
611
	}, {
612
		value: '429004',
613
		text: '仙桃市'
614
	}, {
615
		value: '429005',
616
		text: '潜江市'
617
	}, {
618
		value: '429006',
619
		text: '天门市'
620
	}, {
621
		value: '429021',
622
		text: '神农架林区'
623
	}]
624
}, {
625
	value: '430000',
626
	text: '湖南省',
627
	children: [{
628
		value: '430100',
629
		text: '长沙市'
630
	}, {
631
		value: '430200',
632
		text: '株洲市'
633
	}, {
634
		value: '430300',
635
		text: '湘潭市'
636
	}, {
637
		value: '430400',
638
		text: '衡阳市'
639
	}, {
640
		value: '430500',
641
		text: '邵阳市'
642
	}, {
643
		value: '430600',
644
		text: '岳阳市'
645
	}, {
646
		value: '430700',
647
		text: '常德市'
648
	}, {
649
		value: '430800',
650
		text: '张家界市'
651
	}, {
652
		value: '430900',
653
		text: '益阳市'
654
	}, {
655
		value: '431000',
656
		text: '郴州市'
657
	}, {
658
		value: '431100',
659
		text: '永州市'
660
	}, {
661
		value: '431200',
662
		text: '怀化市'
663
	}, {
664
		value: '431300',
665
		text: '娄底市'
666
	}, {
667
		value: '433100',
668
		text: '湘西土家族苗族自治州'
669
	}]
670
}, {
671
	value: '440000',
672
	text: '广东省',
673
	children: [{
674
		value: '440100',
675
		text: '广州市'
676
	}, {
677
		value: '440200',
678
		text: '韶关市'
679
	}, {
680
		value: '440300',
681
		text: '深圳市'
682
	}, {
683
		value: '440400',
684
		text: '珠海市'
685
	}, {
686
		value: '440500',
687
		text: '汕头市'
688
	}, {
689
		value: '440600',
690
		text: '佛山市'
691
	}, {
692
		value: '440700',
693
		text: '江门市'
694
	}, {
695
		value: '440800',
696
		text: '湛江市'
697
	}, {
698
		value: '440900',
699
		text: '茂名市'
700
	}, {
701
		value: '441200',
702
		text: '肇庆市'
703
	}, {
704
		value: '441300',
705
		text: '惠州市'
706
	}, {
707
		value: '441400',
708
		text: '梅州市'
709
	}, {
710
		value: '441500',
711
		text: '汕尾市'
712
	}, {
713
		value: '441600',
714
		text: '河源市'
715
	}, {
716
		value: '441700',
717
		text: '阳江市'
718
	}, {
719
		value: '441800',
720
		text: '清远市'
721
	}, {
722
		value: '441900',
723
		text: '东莞市'
724
	}, {
725
		value: '442000',
726
		text: '中山市'
727
	}, {
728
		value: '445100',
729
		text: '潮州市'
730
	}, {
731
		value: '445200',
732
		text: '揭阳市'
733
	}, {
734
		value: '445300',
735
		text: '云浮市'
736
	}]
737
}, {
738
	value: '450000',
739
	text: '广西壮族自治区 ',
740
	children: [{
741
		value: '450100',
742
		text: '南宁市'
743
	}, {
744
		value: '450200',
745
		text: '柳州市'
746
	}, {
747
		value: '450300',
748
		text: '桂林市'
749
	}, {
750
		value: '450400',
751
		text: '梧州市'
752
	}, {
753
		value: '450500',
754
		text: '北海市'
755
	}, {
756
		value: '450600',
757
		text: '防城港市'
758
	}, {
759
		value: '450700',
760
		text: '钦州市'
761
	}, {
762
		value: '450800',
763
		text: '贵港市'
764
	}, {
765
		value: '450900',
766
		text: '玉林市'
767
	}, {
768
		value: '451000',
769
		text: '百色市'
770
	}, {
771
		value: '451100',
772
		text: '贺州市'
773
	}, {
774
		value: '451200',
775
		text: '河池市'
776
	}, {
777
		value: '451300',
778
		text: '来宾市'
779
	}, {
780
		value: '451400',
781
		text: '崇左市'
782
	}]
783
}, {
784
	value: '460000',
785
	text: '海南省',
786
	children: [{
787
		value: '460100',
788
		text: '海口市'
789
	}, {
790
		value: '460200',
791
		text: '三亚市'
792
	}, {
793
		value: '469001',
794
		text: '五指山市'
795
	}, {
796
		value: '469002',
797
		text: '琼海市'
798
	}, {
799
		value: '469003',
800
		text: '儋州市'
801
	}, {
802
		value: '469005',
803
		text: '文昌市'
804
	}, {
805
		value: '469006',
806
		text: '万宁市'
807
	}, {
808
		value: '469007',
809
		text: '东方市'
810
	}, {
811
		value: '469025',
812
		text: '定安县'
813
	}, {
814
		value: '469026',
815
		text: '屯昌县'
816
	}, {
817
		value: '469027',
818
		text: '澄迈县'
819
	}, {
820
		value: '469028',
821
		text: '临高县'
822
	}, {
823
		value: '469030',
824
		text: '白沙黎族自治县'
825
	}, {
826
		value: '469031',
827
		text: '昌江黎族自治县'
828
	}, {
829
		value: '469033',
830
		text: '乐东黎族自治县'
831
	}, {
832
		value: '469034',
833
		text: '陵水黎族自治县'
834
	}, {
835
		value: '469035',
836
		text: '保亭黎族苗族自治县'
837
	}, {
838
		value: '469036',
839
		text: '琼中黎族苗族自治县'
840
	}, {
841
		value: '469037',
842
		text: '西沙群岛'
843
	}, {
844
		value: '469038',
845
		text: '南沙群岛'
846
	}, {
847
		value: '469039',
848
		text: '中沙群岛的岛礁及其海域'
849
	}]
850
}, {
851
	value: '500000',
852
	text: '重庆市',
853
	children: [{
854
		value: '500101',
855
		text: '重庆市'
856
	}]
857
}, {
858
	value: '510000',
859
	text: '四川省',
860
	children: [{
861
		value: '510100',
862
		text: '成都市'
863
	}, {
864
		value: '510300',
865
		text: '自贡市'
866
	}, {
867
		value: '510400',
868
		text: '攀枝花市'
869
	}, {
870
		value: '510500',
871
		text: '泸州市'
872
	}, {
873
		value: '510600',
874
		text: '德阳市'
875
	}, {
876
		value: '510700',
877
		text: '绵阳市'
878
	}, {
879
		value: '510800',
880
		text: '广元市'
881
	}, {
882
		value: '510900',
883
		text: '遂宁市'
884
	}, {
885
		value: '511000',
886
		text: '内江市'
887
	}, {
888
		value: '511100',
889
		text: '乐山市'
890
	}, {
891
		value: '511300',
892
		text: '南充市'
893
	}, {
894
		value: '511400',
895
		text: '眉山市'
896
	}, {
897
		value: '511500',
898
		text: '宜宾市'
899
	}, {
900
		value: '511600',
901
		text: '广安市'
902
	}, {
903
		value: '511700',
904
		text: '达州市'
905
	}, {
906
		value: '511800',
907
		text: '雅安市'
908
	}, {
909
		value: '511900',
910
		text: '巴中市'
911
	}, {
912
		value: '512000',
913
		text: '资阳市'
914
	}, {
915
		value: '513200',
916
		text: '阿坝藏族羌族自治州'
917
	}, {
918
		value: '513300',
919
		text: '甘孜藏族自治州'
920
	}, {
921
		value: '513400',
922
		text: '凉山彝族自治州'
923
	}]
924
}, {
925
	value: '520000',
926
	text: '贵州省',
927
	children: [{
928
		value: '520100',
929
		text: '贵阳市'
930
	}, {
931
		value: '520200',
932
		text: '六盘水市'
933
	}, {
934
		value: '520300',
935
		text: '遵义市'
936
	}, {
937
		value: '520400',
938
		text: '安顺市'
939
	}, {
940
		value: '522200',
941
		text: '铜仁地区'
942
	}, {
943
		value: '522300',
944
		text: '黔西南布依族苗族自治州'
945
	}, {
946
		value: '522400',
947
		text: '毕节地区'
948
	}, {
949
		value: '522600',
950
		text: '黔东南苗族侗族自治州'
951
	}, {
952
		value: '522700',
953
		text: '黔南布依族苗族自治州'
954
	}]
955
}, {
956
	value: '530000',
957
	text: '云南省',
958
	children: [{
959
		value: '530100',
960
		text: '昆明市'
961
	}, {
962
		value: '530300',
963
		text: '曲靖市'
964
	}, {
965
		value: '530400',
966
		text: '玉溪市'
967
	}, {
968
		value: '530500',
969
		text: '保山市'
970
	}, {
971
		value: '530600',
972
		text: '昭通市'
973
	}, {
974
		value: '530700',
975
		text: '丽江市'
976
	}, {
977
		value: '530800',
978
		text: '普洱市'
979
	}, {
980
		value: '530900',
981
		text: '临沧市'
982
	}, {
983
		value: '532300',
984
		text: '楚雄彝族自治州'
985
	}, {
986
		value: '532500',
987
		text: '红河哈尼族彝族自治州'
988
	}, {
989
		value: '532600',
990
		text: '文山壮族苗族自治州'
991
	}, {
992
		value: '532800',
993
		text: '西双版纳傣族自治州'
994
	}, {
995
		value: '532900',
996
		text: '大理白族自治州'
997
	}, {
998
		value: '533100',
999
		text: '德宏傣族景颇族自治州'
1000
	}, {
1001
		value: '533300',
1002
		text: '怒江傈僳族自治州'
1003
	}, {
1004
		value: '533400',
1005
		text: '迪庆藏族自治州'
1006
	}]
1007
}, {
1008
	value: '540000',
1009
	text: '西藏自治区',
1010
	children: [{
1011
		value: '540100',
1012
		text: '拉萨市'
1013
	}, {
1014
		value: '542100',
1015
		text: '昌都地区'
1016
	}, {
1017
		value: '542200',
1018
		text: '山南地区'
1019
	}, {
1020
		value: '542300',
1021
		text: '日喀则地区'
1022
	}, {
1023
		value: '542400',
1024
		text: '那曲地区'
1025
	}, {
1026
		value: '542500',
1027
		text: '阿里地区'
1028
	}, {
1029
		value: '542600',
1030
		text: '林芝地区'
1031
	}]
1032
}, {
1033
	value: '610000',
1034
	text: '陕西省',
1035
	children: [{
1036
		value: '610100',
1037
		text: '西安市'
1038
	}, {
1039
		value: '610200',
1040
		text: '铜川市'
1041
	}, {
1042
		value: '610300',
1043
		text: '宝鸡市'
1044
	}, {
1045
		value: '610400',
1046
		text: '咸阳市'
1047
	}, {
1048
		value: '610500',
1049
		text: '渭南市'
1050
	}, {
1051
		value: '610600',
1052
		text: '延安市'
1053
	}, {
1054
		value: '610700',
1055
		text: '汉中市'
1056
	}, {
1057
		value: '610800',
1058
		text: '榆林市'
1059
	}, {
1060
		value: '610900',
1061
		text: '安康市'
1062
	}, {
1063
		value: '611000',
1064
		text: '商洛市'
1065
	}]
1066
}, {
1067
	value: '620000',
1068
	text: '甘肃省',
1069
	children: [{
1070
		value: '620100',
1071
		text: '兰州市'
1072
	}, {
1073
		value: '620200',
1074
		text: '嘉峪关市'
1075
	}, {
1076
		value: '620300',
1077
		text: '金昌市'
1078
	}, {
1079
		value: '620400',
1080
		text: '白银市'
1081
	}, {
1082
		value: '620500',
1083
		text: '天水市'
1084
	}, {
1085
		value: '620600',
1086
		text: '武威市'
1087
	}, {
1088
		value: '620700',
1089
		text: '张掖市'
1090
	}, {
1091
		value: '620800',
1092
		text: '平凉市'
1093
	}, {
1094
		value: '620900',
1095
		text: '酒泉市'
1096
	}, {
1097
		value: '621000',
1098
		text: '庆阳市'
1099
	}, {
1100
		value: '621100',
1101
		text: '定西市'
1102
	}, {
1103
		value: '621200',
1104
		text: '陇南市'
1105
	}, {
1106
		value: '622900',
1107
		text: '临夏回族自治州'
1108
	}, {
1109
		value: '623000',
1110
		text: '甘南藏族自治州'
1111
	}]
1112
}, {
1113
	value: '630000',
1114
	text: '青海省',
1115
	children: [{
1116
		value: '630100',
1117
		text: '西宁市'
1118
	}, {
1119
		value: '632100',
1120
		text: '海东地区'
1121
	}, {
1122
		value: '632200',
1123
		text: '海北藏族自治州'
1124
	}, {
1125
		value: '632300',
1126
		text: '黄南藏族自治州'
1127
	}, {
1128
		value: '632500',
1129
		text: '海南藏族自治州'
1130
	}, {
1131
		value: '632600',
1132
		text: '果洛藏族自治州'
1133
	}, {
1134
		value: '632700',
1135
		text: '玉树藏族自治州'
1136
	}, {
1137
		value: '632800',
1138
		text: '海西蒙古族藏族自治州'
1139
	}]
1140
}, {
1141
	value: '640000',
1142
	text: '宁夏回族自治区',
1143
	children: [{
1144
		value: '640100',
1145
		text: '银川市'
1146
	}, {
1147
		value: '640200',
1148
		text: '石嘴山市'
1149
	}, {
1150
		value: '640300',
1151
		text: '吴忠市'
1152
	}, {
1153
		value: '640400',
1154
		text: '固原市'
1155
	}, {
1156
		value: '640500',
1157
		text: '中卫市'
1158
	}]
1159
}, {
1160
	value: '650000',
1161
	text: '新疆维吾尔自治区 ',
1162
	children: [{
1163
		value: '650100',
1164
		text: '乌鲁木齐市'
1165
	}, {
1166
		value: '650200',
1167
		text: '克拉玛依市'
1168
	}, {
1169
		value: '652100',
1170
		text: '吐鲁番地区'
1171
	}, {
1172
		value: '652200',
1173
		text: '哈密地区'
1174
	}, {
1175
		value: '652300',
1176
		text: '昌吉回族自治州'
1177
	}, {
1178
		value: '652700',
1179
		text: '博尔塔拉蒙古自治州'
1180
	}, {
1181
		value: '652800',
1182
		text: '巴音郭楞蒙古自治州'
1183
	}, {
1184
		value: '652900',
1185
		text: '阿克苏地区'
1186
	}, {
1187
		value: '653000',
1188
		text: '克孜勒苏柯尔克孜自治州'
1189
	}, {
1190
		value: '653100',
1191
		text: '喀什地区'
1192
	}, {
1193
		value: '653200',
1194
		text: '和田地区'
1195
	}, {
1196
		value: '654000',
1197
		text: '伊犁哈萨克自治州'
1198
	}, {
1199
		value: '654200',
1200
		text: '塔城地区'
1201
	}, {
1202
		value: '654300',
1203
		text: '阿勒泰地区'
1204
	}, {
1205
		value: '659001',
1206
		text: '石河子市'
1207
	}, {
1208
		value: '659002',
1209
		text: '阿拉尔市'
1210
	}, {
1211
		value: '659003',
1212
		text: '图木舒克市'
1213
	}, {
1214
		value: '659004',
1215
		text: '五家渠市'
1216
	}]
1217
}, {
1218
	value: '710000',
1219
	text: '台湾省',
1220
	children: [{
1221
		value: '710100',
1222
		text: '台北市'
1223
	}, {
1224
		value: '710200',
1225
		text: '高雄市'
1226
	}, {
1227
		value: '710300',
1228
		text: '台南市'
1229
	}, {
1230
		value: '710400',
1231
		text: '台中市'
1232
	}, {
1233
		value: '710500',
1234
		text: '金门县'
1235
	}, {
1236
		value: '710600',
1237
		text: '南投县'
1238
	}, {
1239
		value: '710700',
1240
		text: '基隆市'
1241
	}, {
1242
		value: '710800',
1243
		text: '新竹市'
1244
	}, {
1245
		value: '710900',
1246
		text: '嘉义市'
1247
	}, {
1248
		value: '711100',
1249
		text: '新北市'
1250
	}, {
1251
		value: '711200',
1252
		text: '宜兰县'
1253
	}, {
1254
		value: '711300',
1255
		text: '新竹县'
1256
	}, {
1257
		value: '711400',
1258
		text: '桃园县'
1259
	}, {
1260
		value: '711500',
1261
		text: '苗栗县'
1262
	}, {
1263
		value: '711700',
1264
		text: '彰化县'
1265
	}, {
1266
		value: '711900',
1267
		text: '嘉义县'
1268
	}, {
1269
		value: '712100',
1270
		text: '云林县'
1271
	}, {
1272
		value: '712400',
1273
		text: '屏东县'
1274
	}, {
1275
		value: '712500',
1276
		text: '台东县'
1277
	}, {
1278
		value: '712600',
1279
		text: '花莲县'
1280
	}, {
1281
		value: '712700',
1282
		text: '澎湖县'
1283
	}]
1284
}, {
1285
	value: '810000',
1286
	text: '香港特别行政区',
1287
	children: [{
1288
		value: '810100',
1289
		text: '香港特别行政区'
1290
	}]
1291
}, {
1292
	value: '820000',
1293
	text: '澳门特别行政区',
1294
	children: [{
1295
		value: '820100',
1296
		text: '澳门特别行政区'
1297
	}]
1298
}, {
1299
	value: '990000',
1300
	text: '海外',
1301
	children: [{
1302
		value: '990100',
1303
		text: '海外'
1304
	}]
1305
}];
1306
1307
export default cityData;

+ 0 - 13
src/components/global-component/citypick/index.js

@ -1,13 +0,0 @@
1
import city from './CityPick';
2
3
// Loading.install = function(Vue) {
4
//   Vue.component(Loading.name, MyLoading);
5
// };
6
const CityPick = {
7
  install: function(Vue) {
8
    Vue.component('CityPick', city);
9
  }
10
};
11
12
// 导出组件
13
export default CityPick;

+ 1 - 1
src/components/global-component/default/default.vue

@ -37,7 +37,7 @@ export default {
37 37
};
38 38
</script>
39 39
40
<style rel="stylesheet/scss" lang="scss" scoped>
40
<style scoped>
41 41
  .ev_content{
42 42
    width: 100%;
43 43
    height: 42%;

+ 1 - 1
src/components/global-component/loading/Loading.vue

@ -39,7 +39,7 @@
39 39
  };
40 40
</script>
41 41
42
<style rel="stylesheet/scss" lang="scss" scoped>
42
<style scoped>
43 43
  .loadSty{
44 44
    display:flex;
45 45
    justify-content: center;

+ 37 - 5
src/components/subTemplate/BaseCompany.vue

@ -1,18 +1,19 @@
1 1
<template>
2
  <a class="list-item" :href="'company.html?id='+itemSingle.id" target="_blank">
2
  <a class="list-item" :href="'company.html?id='+companyInfo.id" target="_blank">
3 3
    <div class="list-head">
4 4
      <div class="item-pic-org">
5
        <img :src="item.logo">
5
        <img :src="companyInfo.logo">
6 6
      </div>
7 7
    </div>
8 8
    <div class="list-info">
9
      <div class="list-tit list-topic">{{itemSingle.name}}</div>
10
      <div class="list-desc" v-if="item.industry">{{item.industry.join(' | ')}}</div>
9
      <div class="list-tit list-topic">{{companyInfo.name}}</div>
10
      <div class="list-desc" v-if="objKey">{{objKey.join(' | ')}}</div>
11 11
    </div>
12 12
  </a>
13 13
</template>
14 14
15 15
<script>
16
  import { defaultSet } from '@/libs/util';
16 17
  export default {
17 18
    props: {
18 19
      itemSingle: {
@ -20,11 +21,42 @@
20 21
      }
21 22
    },
22 23
    data() {
23
      return {};
24
      return {
25
        objKey: []
26
      }
27
    },
28
    computed: {
29
      companyInfo() {
30
        var obj = this.itemSingle
31
        if (obj.compId) {
32
          obj.id = obj.compId
33
        }
34
        if (!obj.logo) {
35
          obj.logo = defaultSet.img.org
36
        }
37
        return obj
38
      }
24 39
    },
25 40
    created() {
41
      this.getCompanyKeyword()
26 42
    },
27 43
    methods: {
44
      getCompanyKeyword() {
45
        var that = this
46
        that.$axios.get('/ajax/company/qo/keyword', {
47
          id: that.companyInfo.id,
48
          type: 1
49
        }, function(res) {
50
          if (res.success && res.data) {
51
            const str = res.data
52
            if (str.length > 0) {
53
              str.map(item => {
54
                that.objKey.push(item.value)
55
              })
56
            }
57
          }
58
        })
59
      }
28 60
    }
29 61
  };
30 62
</script>

+ 1 - 1
src/components/subTemplate/BaseExpert.vue

@ -1,6 +1,6 @@
1 1
<template>
2 2
  <a class="list-item" :href="'expert.html?id='+itemSingle.id" target="_blank">
3
    <div class="list-head" :style="{backgroundImage: 'url(' + imgUrl + ')'}"></div>
3
    <div class="list-head" style="border-radius: 50%" :style="{backgroundImage: 'url(' + imgUrl + ')'}"></div>
4 4
    <div class="list-info">
5 5
      <div class="list-tit list-topic">{{itemSingle.name}}</div>
6 6
      <div class="list-desc">{{itemSingle.title}}</div>

+ 19 - 4
src/components/subTemplate/BaseOrg.vue

@ -1,18 +1,19 @@
1 1
<template>
2
  <a class="list-item" :href="'org.html?id='+itemSingle.orgId" target="_blank">
2
  <a class="list-item" :href="'org.html?id='+orgInfo.id" target="_blank">
3 3
    <div class="list-head">
4 4
      <div class="item-pic-org">
5
        <img :src="itemSingle.logo">
5
        <img :src="orgInfo.logo">
6 6
      </div>
7 7
    </div>
8 8
    <div class="list-info">
9
      <div class="list-tit list-topic">{{itemSingle.name}}</div>
10
      <div class="list-desc" v-if="itemSingle.industry">{{itemSingle.industry.join(' | ')}}</div>
9
      <div class="list-tit list-topic">{{orgInfo.name}}</div>
10
      <div class="list-desc" v-if="orgInfo.industry">{{orgInfo.industry}}</div>
11 11
    </div>
12 12
  </a>
13 13
</template>
14 14
15 15
<script>
16
  import { ImageUrl, defaultSet } from '@/libs/util';
16 17
  export default {
17 18
    props: {
18 19
      itemSingle: {
@ -22,6 +23,20 @@
22 23
    data() {
23 24
      return {};
24 25
    },
26
    computed: {
27
      orgInfo() {
28
        var obj = this.itemSingle
29
        if (obj.hasOrgLogo) {
30
          obj.logo = ImageUrl(('org/' + obj.id + '.jpg'), true)
31
        } else {
32
          obj.logo = defaultSet.img.org
33
        }
34
        if (obj.industry) {
35
          obj.industry = obj.industry.replace(/,/, ' | ')
36
        }
37
        return obj
38
      }
39
    },
25 40
    created() {
26 41
    },
27 42
    methods: {

+ 35 - 40
src/layout/TheFooter.vue

@ -46,47 +46,42 @@
46 46
  };
47 47
</script>
48 48
49
<style rel="stylesheet/scss" lang="scss" scoped>
50
49
<style scoped>
51 50
  .footer{
52
    @include bg-grey-color();
51
    color: #fff;
53 52
    padding:30px 0;
54
    .footer-wrapper{
55
      display: flex;
56
      justify-content: space-between;
57
      font-size:14px;
58
      color:#888;
59
      line-height: 32px;
60
      .wrapper-left{
61
        .logo-block{
62
          margin:10px 0 20px;
63
        }
64
        .listlink{
65
          margin-right:25px;
66
        }
67
        a{
68
          color:#888;
69
          cursor:pointer;
70
        }
71
      }
72
    }
73
    .copy-wrapper{
74
      margin-top:20px;
75
      font-size:12px;
76
      color:#666;
77
      a{
78
        color:#666;
79
      }
80
      .beian{
81
        em{
82
          display: inline-block;
83
          width:14px;
84
          height:14px;
85
          @include bg-image('./img/home_icon_beian.png');
86
          background-size: cover;
87
        }
88
      }
89
    }
53
    background:#373d41;
54
  }
55
  .footer .footer-wrapper{
56
    display: flex;
57
    justify-content: space-between;
58
    font-size:14px;
59
    color:#888;
60
    line-height: 32px;
61
  }
62
  .footer .footer-wrapper .wrapper-left .logo-block{
63
    margin:10px 0 20px;
64
  }
65
  .footer .footer-wrapper .wrapper-left .listlink{
66
    margin-right:25px;
67
  }
68
  .footer .footer-wrapper .wrapper-left a{
69
    color:#888;
70
    cursor:pointer;
71
  }
72
  .footer .copy-wrapper{
73
    margin-top:20px;
74
    font-size:12px;
75
    color:#666;
76
  }
77
  .footer .copy-wrapper a{
78
    color:#666;
79
  }
80
  .footer .copy-wrapper .beian em{
81
    display: inline-block;
82
    width:14px;
83
    height:14px;
84
    background-image:url('./img/home_icon_beian.png');
85
    background-size:cover;
90 86
  }
91
92 87
</style>

+ 67 - 70
src/layout/TheHeader.vue

@ -47,7 +47,6 @@
47 47
48 48
<script>
49 49
  import { ekexiuUrl } from '@/libs/util';
50
  import Cookies from 'js-cookie';
51 50
  import { MessageBox } from 'element-ui'
52 51
53 52
  export default {
@ -100,8 +99,8 @@
100 99
    mounted () {
101 100
      /* eslint-disable no-undef */
102 101
      this.plat = PLAT.info;
103
      this.account = Cookies.get('uaccount');
104
      this.bindCompany = Cookies.get('bcid');
102
      this.account = localStorage.getItem('uaccount');
103
      this.bindCompany = localStorage.getItem('bcid');
105 104
    },
106 105
    methods: {
107 106
      activeCl(url) {
@ -119,9 +118,9 @@
119 118
        }).then(() => {
120 119
          that.$axios.get('/ajax/sys/logout', {}, function(res) {
121 120
            if (res.success) {
122
              Cookies.remove('userid')
123
              Cookies.remove('uaccount');
124
              Cookies.remove('bcid')
121
              localStorage.removeItem('userid')
122
              localStorage.removeItem('uaccount');
123
              localStorage.removeItem('bcid')
125 124
              location.href = '/#/loginPlat'
126 125
            }
127 126
          })
@ -132,68 +131,66 @@
132 131
</script>
133 132
134 133
<style rel="stylesheet/scss" lang="scss" scoped>
135
  .el-menu-item,.el-menu--horizontal,.el-menu--horizontal .el-menu-item{
136
    border:none;
137
  }
138
  .header{
139
    .top-wrapper{
140
      width: 100%;
141
      height: 30px;
142
      line-height: 30px;
143
      @include bg-grey-color();
144
      .contain-wrapper{
145
        font-size:14px;
146
        overflow:hidden;
147
        .marLeft{
148
          display:inline-block;
149
          margin-left:20px;
150
          min-width:62px;
151
          &.marLeft_1{
152
            min-width:0;
153
          }
154
        }
155
        .wrapper-left{
156
          float:left;
157
        }
158
        .wrapper-right{
159
          float:right;
160
          .el-dropdown{
161
            color:#c4c3c3;
162
            margin-left:20px;
163
          }
164
          .el-menu-item,.el-submenu__title{
165
            padding:0 10px;
166
            margin-left:20px;
167
            line-height:30px;
168
            height:30px;
169
          }
170
        }
171
      }
172
    }
173
    .banner-wrapper{
174
      width:100%;
175
      height:200px;
176
      background-size:cover;
177
      background-position:center;
178
    }
179
    .nav-wrapper{
180
      @include bg-blue-color();
181
      .nav-menu{
182
        display: flex;
183
        a{
184
          display: inline-block;
185
          padding:0 25px;
186
          height:40px;
187
          line-height:40px;
188
          text-align: center;
189
          cursor: pointer;
190
          color: #fff;
191
        }
192
        .active{
193
          @include bg-blue-active-color();
194
        }
195
      }
196
    }
197
  }
198
134
.el-menu-item,.el-menu--horizontal,.el-menu--horizontal .el-menu-item{
135
  border:none;
136
}
137
.header .top-wrapper{
138
  width: 100%;
139
  height: 30px;
140
  line-height: 30px;
141
  @include bg-grey-color();
142
}
143
.header .top-wrapper .contain-wrapper{
144
  font-size:14px;
145
  overflow:hidden;
146
}
147
.header .top-wrapper .contain-wrapper .marLeft{
148
  display:inline-block;
149
  margin-left:20px;
150
  min-width:62px;
151
}
152
.header .top-wrapper .contain-wrapper .marLeft.marLeft_1{
153
  min-width:0;
154
}
155
.header .top-wrapper .contain-wrapper .wrapper-left{
156
  float:left;
157
}
158
.header .top-wrapper .contain-wrapper .wrapper-right{
159
  float:right;
160
}
161
.header .top-wrapper .contain-wrapper .wrapper-right .el-dropdown{
162
  color:#c4c3c3;
163
  margin-left:20px;
164
}
165
.header .top-wrapper .contain-wrapper .wrapper-right .el-menu-item,
166
.header .top-wrapper .contain-wrapper .wrapper-right .el-submenu__title{
167
  padding:0 10px;
168
  margin-left:20px;
169
  line-height:30px;
170
  height:30px;
171
}
172
.header .banner-wrapper{
173
  width:100%;
174
  height:200px;
175
  background-size:cover;
176
  background-position:center;
177
}
178
.header .nav-wrapper{
179
  @include bg-blue-color();
180
}
181
.header .nav-wrapper .nav-menu{
182
  display: flex;
183
}
184
.header .nav-wrapper .nav-menu a{
185
  display: inline-block;
186
  padding:0 25px;
187
  height:40px;
188
  line-height:40px;
189
  text-align: center;
190
  cursor: pointer;
191
  color: #fff;
192
}
193
.header .nav-wrapper .nav-menu .active{
194
  @include bg-blue-active-color();
195
}
199 196
</style>

+ 1 - 3
src/libs/common.js

@ -1,9 +1,7 @@
1 1
import 'babel-polyfill';
2 2
3
import Vue from 'vue';
4
5 3
import ElementUI from 'element-ui';
6
import '@/styles/element-variables.scss';
4
import '../../theme/index.css';
7 5
8 6
import request from '@/libs/request';
9 7

+ 5 - 7
src/libs/loginStatus.js

@ -2,16 +2,14 @@
2 2
 * Created by luyanan on 18/12/27.
3 3
 * loginStatus
4 4
 */
5
/* eslint-disable one-var */
6
import Vue from 'vue'
7
import Cookies from 'js-cookie'
8
5
import store from '@/store'
6
import { Message } from 'element-ui'
9 7
export function loginStatus(fn) {
10
  if (Cookies.get('userid')) {
8
  if (localStorage.getItem('userid')) {
11 9
    fn()
12 10
  } else {
13
    Vue.$store.dispatch('FedLogOut').then(res => {
14
      Vue.$message.error('登录状态失效,请重新登录');
11
    store.dispatch('FedLogOut').then(res => {
12
      Message.error('登录状态失效,请重新登录');
15 13
      location.href = '/#/loginPlat';
16 14
    })
17 15
  }

+ 0 - 2
src/libs/queryBase.js

@ -3,8 +3,6 @@
3 3
 * professer, organization
4 4
 */
5 5
/* eslint-disable one-var */
6
import Vue from 'vue'
7
8 6
var objCache = {
9 7
  professor: {},
10 8
  organization: {},

+ 0 - 2
src/libs/queryDict.js

@ -5,8 +5,6 @@
5 5
 * 'XZQH'----'城市级联'
6 6
 */
7 7
/* eslint-disable one-var */
8
import Vue from 'vue'
9
10 8
var cacheDict = {
11 9
    bool: [
12 10
      { code: '0', caption: '否', enabled: true },

+ 0 - 1
src/libs/request.js

@ -1,4 +1,3 @@
1
import Vue from 'vue';
2 1
import requestP from './axios';
3 2
import requestK from './axiosk';
4 3

+ 16 - 0
src/libs/util.js

@ -54,6 +54,22 @@ export const ImageUrl = function (str, bol) {
54 54
  return bol ? (ekexiuUrl + '/images/' + str) : (ekexiuUrl + '/data/' + str);
55 55
};
56 56
57
/**
58
 * offset
59
 */
60
export const offset = function (el) {
61
  let top = el.offsetTop;
62
  let left = el.offsetLeft;
63
  while (el.offsetParent) {
64
    el = el.offsetParent;
65
    top += el.offsetTop;
66
    left += el.offsetLeft;
67
  }
68
  return {
69
    left: left,
70
    top: top
71
  };
72
}
57 73
/**
58 74
 * 拼接用户-所在机构,所属部门,职位
59 75
 * 拼接用户-职称/职位,所在机构 bol

+ 4 - 0
src/pages/center/center.html

@ -6,6 +6,10 @@
6 6
  	<meta name="description" content="">
7 7
  	<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0">
8 8
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
9
    <script src="https://cdn.bootcss.com/vue/2.5.2/vue.min.js"></script>
10
    <script src="https://cdn.bootcss.com/vue-router/3.0.1/vue-router.min.js"></script>
11
    <script src="https://cdn.bootcss.com/vuex/3.0.1/vuex.min.js"></script>
12
    <script type="text/javascript" src="/static/plat-info.js"></script>
9 13
  	<title></title>
10 14
  </head>
11 15
  <body>

+ 2 - 3
src/pages/center/center.js

@ -1,11 +1,10 @@
1 1
import '@/libs/common.js';
2
import Vue from 'vue';
2
3 3
import App from './center.vue';
4 4
import router from './router';
5
import store from '@/store/index';
5
import store from '@/store';
6 6
import './permission';
7 7
8
/* eslint-disable no-new */
9 8
new Vue({
10 9
  el: '#app',
11 10
  router: router,

+ 1 - 1
src/pages/center/center.vue

@ -27,7 +27,7 @@
27 27
  };
28 28
</script>
29 29
30
<style rel="stylesheet/scss" lang="scss" scoped>
30
<style scoped>
31 31
  .app-main{
32 32
    width: 100%;
33 33
    height: 100%;

+ 3 - 42
src/pages/center/permission.js

@ -1,51 +1,14 @@
1 1
import router from './router'
2 2
import store from '@/store'
3 3
import { Message } from 'element-ui'
4
// import Cookies from 'js-cookie'
5 4
6
// const whiteList = ['/publishProduct', '/companyProduct', '/companyInformation', '/myDemand', '/examineDemand', '/modifyDemand', '/modifyData', '/modifyPassword', '/attentionCollect']
7
// router.beforeEach((to, from, next) => {
8
//   if (Cookies.get('userid')) {
9
//     if (to.path === '/loginPlat') {
10
//       next({ name: 'home' });
11
//     } else {
12
//       if (!store.getters.account) { // 判断当前用户是否已拉取完user_info信息
13
//         store.dispatch('GetUserInfo').then(res => { // 拉取user_info
14
//           if (res.success && res.data) {
15
//             next();
16
//           } else {
17
//             store.dispatch('FedLogOut').then(() => {
18
//               if (whiteList.indexOf(to.path) !== -1) {
19
//                 Message.error('登录状态失效,请重新登录');
20
//                 router.push({ name: 'loginPlat' });
21
//               } else {
22
//                 next();
23
//               }
24
//             })
25
//           }
26
//         }).catch((err) => {
27
//           store.dispatch('FedLogOut').then(() => {
28
//             Message.error(err || '登录状态失效,请重新登录');
29
//             next({ name: 'loginPlat' })
30
//           })
31
//         })
32
//       } else {
33
//         next();
34
//       }
35
//     }
36
//   } else {
37
//     if (whiteList.indexOf(to.path) !== -1) {
38
//       router.push({ name: 'loginPlat' });
39
//     } else {
40
//       next();
41
//     }
42
//   }
43
// })
44 5
router.beforeEach((to, from, next) => {
45 6
  /* 判断该路由是否需要登录权限 */
46 7
  if (to.matched.some(record => record.meta.requireAuth)) {
47 8
    // 是否登录
48
    if (!store.getters.account) { // 判断当前用户是否已拉取完user_info信息
9
    if (store.getters && store.getters.userid && localStorage.getItem('userid')) { // 判断当前用户是否已拉取完user_info信息
10
      next();
11
    } else {
49 12
      store.dispatch('GetUserInfo').then(res => { // 拉取user_info
50 13
        if (res.success && res.data) {
51 14
          next();
@ -61,8 +24,6 @@ router.beforeEach((to, from, next) => {
61 24
          location.href = '/#/loginPlat'
62 25
        })
63 26
      })
64
    } else {
65
      next();
66 27
    }
67 28
  }
68 29
  next();

+ 11 - 15
src/pages/center/router/index.js

@ -1,9 +1,5 @@
1
import Vue from 'vue';
2
import Router from 'vue-router';
3 1
import Layout from '../views/layout';
4 2
5
Vue.use(Router);
6
7 3
const constantRouterMap = [
8 4
  {
9 5
    path: '/',
@ -14,46 +10,46 @@ const constantRouterMap = [
14 10
      {
15 11
        path: '/modifyData',
16 12
        alwaysShow: true,
17
        component: () => import('../views/modifyData'),
13
        component: (resolve) => require(['../views/modifyData'], resolve),
18 14
        name: 'modifyData',
19 15
        meta: { title: '修改资料', requireAuth: true }
20 16
      },
21 17
      // {
22 18
      //   path: '/myNeeds',
23
      //   component: () => import('../views/myNeeds/index'),
19
      //   component: (resolve) => require(['../views/myNeeds/index'], resolve),
24 20
      //   name: 'myNeeds',
25 21
      //   meta: { title: '我的需求' },
26 22
      //   children: [{
27 23
      //     path: '/modifyDemand',
28
      //     component: () => import('../views/myNeeds/modifyDemand'),
24
      //     component: (resolve) => require(['../views/myNeeds/modifyDemand'], resolve),
29 25
      //     name: 'modifyDemand',
30 26
      //     meta: { title: '修改需求' }
31 27
      //   }, {
32 28
      //     path: '/examineDemand',
33
      //     component: () => import('../views/myNeeds/examineDemand'),
29
      //     component: (resolve) => require(['../views/myNeeds/examineDemand'], resolve),
34 30
      //     name: 'examineDemand',
35 31
      //     meta: { title: '查看需求' }
36 32
      //   }, {
37 33
      //     path: '/myDemand',
38
      //     component: () => import('../views/myNeeds/myNeed'),
34
      //     component: (resolve) => require(['../views/myNeeds/myNeed'], resolve),
39 35
      //     name: 'myDemand',
40 36
      //     meta: { title: '我的需求' }
41 37
      //   }]
42 38
      // },
43 39
      {
44 40
        path: '/myBusiness',
45
        component: () => import('../views/myNeeds/index'),
41
        component: (resolve) => require(['../views/myNeeds/index'], resolve),
46 42
        name: 'myBusiness',
47 43
        meta: { title: '我的企业', requireAuth: true },
48 44
        children: [
49 45
          {
50 46
            path: '/companyInformation',
51
            component: () => import('../views/myBusiness/companyInformation'),
47
            component: (resolve) => require(['../views/myBusiness/companyInformation'], resolve),
52 48
            name: 'companyInformation',
53 49
            meta: { title: '企业信息' }
54 50
          }, {
55 51
            path: '/companyProduct',
56
            component: () => import('../views/myBusiness/companyProduct'),
52
            component: (resolve) => require(['../views/myBusiness/companyProduct'], resolve),
57 53
            name: 'companyProduct',
58 54
            meta: { title: '企业产品' }
59 55
          }
@ -62,14 +58,14 @@ const constantRouterMap = [
62 58
      {
63 59
        path: '/attentionCollect',
64 60
        alwaysShow: true,
65
        component: () => import('../views/attentionCollect'),
61
        component: (resolve) => require(['../views/attentionCollect'], resolve),
66 62
        name: 'attentionCollect',
67 63
        meta: { title: '关注收藏', requireAuth: true }
68 64
      },
69 65
      {
70 66
        path: '/modifyPassword',
71 67
        alwaysShow: true,
72
        component: () => import('../views/modifyPassword'),
68
        component: (resolve) => require(['../views/modifyPassword'], resolve),
73 69
        name: 'modifyPassword',
74 70
        meta: { title: '修改密码', requireAuth: true }
75 71
      }
@ -78,7 +74,7 @@ const constantRouterMap = [
78 74
];
79 75
80 76
// 实例化vue的时候只挂载constantRouter
81
export default new Router({
77
export default new VueRouter({
82 78
  // mode: 'history', //后端支持可开
83 79
  scrollBehavior: () => ({ y: 0 }),
84 80
  routes: constantRouterMap

+ 14 - 14
src/pages/center/views/attentionCollect.vue

@ -168,22 +168,22 @@
168 168
    }
169 169
  };
170 170
</script>
171
<style lang="scss" scoped>
171
<style scoped>
172 172
  .con-item{
173 173
    position:relative;
174 174
    cursor: pointer;
175
    &:hover{
176
      background: #EEEEEE;
177
      .dele{
178
        display: block;
179
      }
180
    }
181
    .dele{
182
      display: none;
183
      position: absolute;
184
      right: 10px;
185
      z-index: 20;
186
      top: 40%;
187
    }
175
  }
176
  .con-item:hover{
177
    background: #EEEEEE;
178
  }
179
  .con-item:hover .dele{
180
    display: block;
181
  }
182
  .con-item .dele{
183
    display: none;
184
    position: absolute;
185
    right: 10px;
186
    z-index: 20;
187
    top: 40%;
188 188
  }
189 189
</style>

+ 0 - 1
src/pages/center/views/common/Sidebar/index.vue

@ -9,7 +9,6 @@
9 9
</template>
10 10
11 11
<script>
12
import { mapGetters } from 'vuex'
13 12
import SidebarItem from './SidebarItem'
14 13
15 14
export default {

+ 53 - 54
src/pages/center/views/common/index.vue

@ -20,7 +20,6 @@
20 20
21 21
<script>
22 22
  import Sidebar from './Sidebar';
23
  import { mapGetters } from 'vuex';
24 23
  export default {
25 24
    computed: {
26 25
      ...mapGetters([
@ -47,57 +46,57 @@
47 46
  };
48 47
</script>
49 48
50
<style lang="scss" rel="stylesheet/scss" scoped>
51
  .main-content {
52
    margin: 20px 0;
53
    min-height: 500px;
54
    .boxRight {
55
      padding:10px 20px;
56
      float: left;
57
      width: 880px;
58
      margin-left: 20px;
59
      background: #ffffff;
60
      box-sizing: border-box;
61
    }
62
    .boxLeft {
63
      float: left;
64
      overflow: hidden;
65
      width: 200px;
66
      .headPhoto {
67
        height: 146px;
68
        background: #ffffff;
69
        margin-bottom: 20px;
70
        display: flex;
71
        justify-content: center;
72
        align-items: center;
73
        .userInfo {
74
          text-align: center;
75
          color: #606266;
76
          p {
77
            margin-top: 10px;
78
          }
79
          .img-div {
80
            width: 80px;
81
            height: 80px;
82
            border-radius: 50%;
83
            margin: auto;
84
            background-size: cover;
85
          }
86
        }
87
      }
88
      .el-menu {
89
        border:none;
90
      }
91
      .exit-menu-item{
92
        padding-left: 20px;
93
        background: #ffffff;
94
        border-top: 10px solid #f4f6f8;
95
        box-sizing: content-box;
96
        height: 56px;
97
        line-height: 56px;
98
        font-size: 14px;
99
        cursor: pointer;
100
      }
101
    }
102
  }
49
<style scoped>
50
.main-content{
51
  margin: 20px 0;
52
  min-height: 500px;
53
}
54
.main-content .boxRight {
55
  padding:10px 20px;
56
  float: left;
57
  width: 880px;
58
  margin-left: 20px;
59
  background: #ffffff;
60
  box-sizing: border-box;
61
}
62
.main-content .boxLeft {
63
    float: left;
64
    overflow: hidden;
65
    width: 200px;
66
}
67
.main-content .boxLeft .headPhoto {
68
  height: 146px;
69
  background: #ffffff;
70
  margin-bottom: 20px;
71
  display: flex;
72
  justify-content: center;
73
  align-items: center;
74
}
75
.main-content .boxLeft .headPhoto .userInfo {
76
  text-align: center;
77
  color: #606266;
78
}
79
.main-content .boxLeft .headPhoto .userInfo p {
80
  margin-top: 10px;
81
}
82
.main-content .boxLeft .headPhoto .userInfo .img-div {
83
  width: 80px;
84
  height: 80px;
85
  border-radius: 50%;
86
  margin: auto;
87
  background-size: cover;
88
}
89
.main-content .boxLeft .el-menu {
90
  border:none;
91
}
92
.main-content .boxLeft .exit-menu-item{
93
  padding-left: 20px;
94
  background: #ffffff;
95
  border-top: 10px solid #f4f6f8;
96
  box-sizing: content-box;
97
  height: 56px;
98
  line-height: 56px;
99
  font-size: 14px;
100
  cursor: pointer;
101
}
103 102
</style>

+ 13 - 13
src/pages/center/views/layout/index.vue

@ -28,7 +28,7 @@
28 28
    }
29 29
  };
30 30
</script>
31
<style rel="stylesheet/scss" lang="scss" scoped>
31
<style scoped>
32 32
.navbar{
33 33
  height: 50px;
34 34
  line-height: 50px;
@ -38,17 +38,17 @@
38 38
  overflow:hidden;
39 39
  margin:-20px 0;
40 40
  border-bottom: none;
41
  .hamburger-container{
42
    line-height: 58px;
43
    height: 50px;
44
    float: left;
45
    padding: 0 10px;
46
  }
47
  .tag-breadcrumb{
48
    float:left;
49
    font-size: 14px;
50
    line-height: 50px;
51
    margin-left: -10px;
52
  }
41
}
42
.navbar .hamburger-container{
43
  line-height: 58px;
44
  height: 50px;
45
  float: left;
46
  padding: 0 10px;
47
}
48
.navbar .tag-breadcrumb{
49
  float:left;
50
  font-size: 14px;
51
  line-height: 50px;
52
  margin-left: -10px;
53 53
}
54 54
</style>

+ 1 - 2
src/pages/center/views/modifyData.vue

@ -54,7 +54,6 @@
54 54
<script>
55 55
  import uploadFile from '@/components/uploadFile/index';
56 56
  import cityPicker from '@/components/CityPicker'
57
  import Cookies from 'js-cookie'
58 57
  export default {
59 58
    data() {
60 59
      return {
@ -93,7 +92,7 @@
93 92
      cityPicker
94 93
    },
95 94
    created() {
96
      let id = Cookies.get('userid');
95
      let id = localStorage.getItem('userid');
97 96
      this.$axios.get('/ajax/sys/user/get', {id}, res => { // 拉取user_info
98 97
        if (res.success && res.data) {
99 98
          const response = res.data;

+ 11 - 11
src/pages/center/views/modifyPassword.vue

@ -115,20 +115,20 @@
115 115
  };
116 116
</script>
117 117
118
<style lang="scss" rel="stylesheet/scss" scoped>
118
<style scoped>
119 119
  .formBoxCenter {
120 120
    display: flex;
121 121
    align-items: center;
122 122
    justify-content: center;
123
    .boxCenter {
124
      width: 450px;
125
      position: relative;
126
    }
127
    a {
128
      position: absolute;
129
      top: 114px;
130
      right: 140px;
131
      color: $mainColor;
132
    }
123
  }
124
  .formBoxCenter .boxCenter {
125
    width: 450px;
126
    position: relative;
127
  }
128
  .formBoxCenter a {
129
    position: absolute;
130
    top: 114px;
131
    right: 140px;
132
    color: #2693ec;
133 133
  }
134 134
</style>

+ 1 - 2
src/pages/center/views/myBusiness/companyInformation.vue

@ -155,7 +155,6 @@
155 155
  import cityPicker from '@/components/CityPicker'
156 156
  import uploadFile from '@/components/uploadFile'
157 157
  import dynamicTags from '@/components/DynamicTags'
158
  import { mapGetters } from 'vuex'
159 158
160 159
  export default {
161 160
    data() {
@ -386,7 +385,7 @@
386 385
    }
387 386
  }
388 387
</script>
389
<style lang="scss">
388
<style>
390 389
  .el-date-editor.el-input, .el-date-editor.el-input__inner{
391 390
    width:100%;
392 391
  }

+ 18 - 19
src/pages/center/views/myBusiness/companyProduct.vue

@ -34,7 +34,6 @@
34 34
</template>
35 35
36 36
<script>
37
  import { mapGetters } from 'vuex';
38 37
  import { TimeTr } from '@/libs/util'
39 38
  import publishProduct from './publishProduct.vue';
40 39
  import baseProduct from '@/components/subTemplate/BaseProduct.vue';
@ -131,25 +130,25 @@
131 130
  };
132 131
</script>
133 132
134
<style lang="scss" scoped>
133
<style scoped>
135 134
  .con-box{
136 135
    margin: 0 -15px;
137
    .con-item{
138
      position:relative;
139
      cursor: pointer;
140
      &:hover{
141
        background: #EEEEEE;
142
        .dele{
143
          display: block;
144
        }
145
      }
146
      .dele{
147
        display: none;
148
        position: absolute;
149
        right: 20px;
150
        z-index: 20;
151
        top: 40%;
152
      }
153
    }
136
  }
137
  .con-box .con-item{
138
    position:relative;
139
    cursor: pointer;
140
  }
141
  .con-box .con-item .dele{
142
    display: none;
143
    position: absolute;
144
    right: 20px;
145
    z-index: 20;
146
    top: 40%;
147
  }
148
  .con-box .con-item:hover{
149
    background: #EEEEEE;
150
  }
151
  .con-box .con-item:hover .dele{
152
    display: block;
154 153
  }
155 154
</style>

+ 0 - 23
src/pages/center/views/myBusiness/sty.scss

@ -1,23 +0,0 @@
1
2
    .content-container{
3
      background:#ffffff;
4
      overflow:hidden;
5
      .operate-row{
6
        .el-button{
7
          width:70px;
8
          padding:6px;
9
          margin:5px;
10
        }
11
      }
12
      .contain-select{
13
        margin-bottom:15px;
14
        float:right;
15
        span{
16
          font-size:15px;
17
          color:#999;
18
        }
19
        .el-select{
20
          width: 120px;
21
        }
22
      }
23
    }

+ 2 - 0
src/pages/company/company.html

@ -6,6 +6,8 @@
6 6
  	<meta name="description" content="">
7 7
  	<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0">
8 8
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
9
    <script src="https://cdn.bootcss.com/vue/2.5.2/vue.min.js"></script>
10
    <script src="https://cdn.bootcss.com/vuex/3.0.1/vuex.min.js"></script>
9 11
    <script type="text/javascript" src="/static/plat-info.js"></script>
10 12
  	<title></title>
11 13
  </head>

+ 0 - 2
src/pages/company/company.js

@ -1,10 +1,8 @@
1 1
import '@/libs/common.js';
2 2
3
import Vue from 'vue';
4 3
import store from '@/store/index';
5 4
import App from './company.vue';
6 5
7
/* eslint-disable no-new */
8 6
new Vue({
9 7
  el: '#app',
10 8
  store,

+ 2 - 0
src/pages/content/content.html

@ -6,6 +6,8 @@
6 6
  	<meta name="description" content="">
7 7
  	<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0">
8 8
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
9
    <script src="https://cdn.bootcss.com/vue/2.5.2/vue.min.js"></script>
10
    <script src="https://cdn.bootcss.com/vuex/3.0.1/vuex.min.js"></script>
9 11
    <script type="text/javascript" src="/static/plat-info.js"></script>
10 12
  	<title></title>
11 13
  </head>

+ 0 - 2
src/pages/content/content.js

@ -1,10 +1,8 @@
1 1
import '@/libs/common.js';
2 2
3
import Vue from 'vue';
4 3
import store from '@/store/index';
5 4
import App from './content.vue';
6 5
7
/* eslint-disable no-new */
8 6
new Vue({
9 7
  el: '#app',
10 8
  store,

+ 56 - 18
src/pages/content/show.vue

@ -60,10 +60,10 @@
60 60
<script>
61 61
  import { urlParse, commenTime } from '@/libs/util';
62 62
63
  import queryBase from '@/libs/queryBase';
63 64
  import baseExpert from '@/components/subTemplate/BaseExpert';
64
  import baseCompany from '@/components/subTemplate/BaseCompany';
65 65
  import baseOrg from '@/components/subTemplate/BaseOrg';
66
66
  import baseCompany from '@/components/subTemplate/BaseCompany';
67 67
  export default {
68 68
    data() {
69 69
      return {
@ -84,8 +84,8 @@
84 84
    },
85 85
    components: {
86 86
      baseExpert,
87
      baseCompany,
88
      baseOrg
87
      baseOrg,
88
      baseCompany
89 89
    },
90 90
    methods: {
91 91
      getContentInfo() {
@ -102,32 +102,72 @@
102 102
        });
103 103
      },
104 104
      getPlatExperts() {
105
        var that = this
105 106
        this.$axios.get('/ajax/article/professor', {
106
          articleId: this.contentId
107
          articleId: that.contentId
107 108
        }, (res) => {
108 109
          if (res.success) {
109 110
            var $info = res.data;
110
            this.platExperts = $info;
111
            var arr = []
112
            for (let i in $info) {
113
              arr[i] = $info[i].professorId;
114
            }
115
            that.$axios.getk('/ajax/professor/qm', {
116
              id: arr
117
            }, function(data) {
118
              if (data.success && data.data) {
119
                if (data.data.length > 0) {
120
                  that.platExperts = data.data
121
                  that.$forceUpdate()
122
                }
123
              }
124
            })
111 125
          };
112 126
        });
113 127
      },
114 128
      getPlatOrgs() {
129
        var that = this
115 130
        this.$axios.get('/ajax/article/org', {
116
          articleId: this.contentId
131
          articleId: that.contentId
117 132
        }, (res) => {
118 133
          if (res.success) {
119 134
            var $info = res.data;
120
            this.platOrgs = $info;
135
            var arr = []
136
            for (let i in $info) {
137
              arr[i] = $info[i].orgId;
138
            }
139
            that.$axios.getk('/ajax/org/qm', {
140
              id: arr
141
            }, function(data) {
142
              if (data.success && data.data) {
143
                if (data.data.length > 0) {
144
                  that.platOrgs = data.data
145
                  that.$forceUpdate()
146
                }
147
              }
148
            })
121 149
          };
122 150
        });
123 151
      },
124 152
      getPlatCompanys() {
153
        var that = this
125 154
        this.$axios.get('/ajax/article/company', {
126
          articleId: this.contentId
155
          articleId: that.contentId
127 156
        }, (res) => {
128 157
          if (res.success) {
129 158
            var $info = res.data;
130
            this.platCompanys = $info;
159
            for (let i = 0; i < $info.length; ++i) {
160
              (function(item) {
161
                queryBase.getCompany(item.compId, function(sc, value) {
162
                  if (sc) {
163
                    item.name = value.name
164
                    item.logo = value.logo
165
                    that.$forceUpdate()
166
                  }
167
                })
168
              })($info[i])
169
            }
170
            that.platCompanys = $info;
131 171
          };
132 172
        });
133 173
      }
@ -135,13 +175,11 @@
135 175
  };
136 176
</script>
137 177
138
<style lang="scss" scoped>
139
  .info-tag{
140
    span{
141
      display: inline-block;
142
      margin-right:15px;
143
      color: #999;
144
      font-size: 14px;
145
    }
178
<style scoped>
179
  .info-tag span{
180
    display: inline-block;
181
    margin-right:15px;
182
    color: #999;
183
    font-size: 14px;
146 184
  }
147 185
</style>

+ 2 - 0
src/pages/expert/expert.html

@ -6,6 +6,8 @@
6 6
  	<meta name="description" content="">
7 7
  	<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0">
8 8
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
9
    <script src="https://cdn.bootcss.com/vue/2.5.2/vue.min.js"></script>
10
    <script src="https://cdn.bootcss.com/vuex/3.0.1/vuex.min.js"></script>
9 11
    <script type="text/javascript" src="/static/plat-info.js"></script>
10 12
  	<title></title>
11 13
  </head>

+ 0 - 2
src/pages/expert/expert.js

@ -1,10 +1,8 @@
1 1
import '@/libs/common.js';
2 2
3
import Vue from 'vue';
4 3
import store from '@/store/index';
5 4
import App from './expert.vue';
6 5
7
/* eslint-disable no-new */
8 6
new Vue({
9 7
  el: '#app',
10 8
  store,

+ 6 - 0
src/pages/index/index.html

@ -6,11 +6,17 @@
6 6
  	<meta name="description" content="">
7 7
  	<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0">
8 8
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
9
    <link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css">
10
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.0.2/css/swiper.min.css">
9 11
    <script type="text/javascript" src="/static/plat-info.js"></script>
10 12
  	<title></title>
11 13
  </head>
12 14
  <body>
13 15
    <div id="app"></div>
16
    <script src="https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.0.2/js/swiper.min.js"></script>
17
    <script src="https://cdn.bootcss.com/vue/2.5.2/vue.min.js"></script>
18
    <script src="https://cdn.bootcss.com/vue-router/3.0.1/vue-router.min.js"></script>
19
    <script src="https://cdn.bootcss.com/vuex/3.0.1/vuex.min.js"></script>
14 20
  </body>
15 21
</html>
16 22

+ 1 - 3
src/pages/index/index.js

@ -1,10 +1,8 @@
1 1
import '@/libs/common.js';
2
import Vue from 'vue';
3 2
import App from './index.vue';
4 3
import router from './router';
5
import store from '@/store/index';
4
import store from '@/store';
6 5
7
/* eslint-disable no-new */
8 6
new Vue({
9 7
  el: '#app',
10 8
  router: router,

+ 1 - 5
src/pages/index/router/index.js

@ -1,9 +1,5 @@
1
import Vue from 'vue';
2
import Router from 'vue-router';
3 1
import Layout from '../views/layout';
4 2
5
Vue.use(Router);
6
7 3
const constantRouterMap = [
8 4
  { path: '/loginPlat', component: (resolve) => require(['../views/logforms/loginPlat.vue'], resolve) },
9 5
  { path: '/findPwd', component: (resolve) => require(['../views/logforms/findPwd.vue'], resolve) },
@ -126,7 +122,7 @@ const constantRouterMap = [
126 122
];
127 123
128 124
// 实例化vue的时候只挂载constantRouter
129
export default new Router({
125
export default new VueRouter({
130 126
  // mode: 'history', //后端支持可开
131 127
  scrollBehavior: () => ({ y: 0 }),
132 128
  routes: constantRouterMap

+ 0 - 3
src/pages/index/views/Dashboard/index.vue

@ -178,9 +178,6 @@
178 178
  import { commenTime, defaultSet, ImageUrl, strToArr } from '@/libs/util';
179 179
  import queryBase from '@/libs/queryBase';
180 180
181
  import Swiper from 'swiper';
182
  import 'swiper/dist/css/swiper.min.css';
183
184 181
  import orgItem from '../ViewOrganization/orgItem';
185 182
  import expItem from '../ViewExpertPool/expItem';
186 183
  // import demandIssue from '../form-views/DemandIssue';

+ 19 - 19
src/pages/index/views/ViewAboutUs.vue

@ -29,31 +29,31 @@
29 29
  };
30 30
</script>
31 31
32
<style rel="stylesheet/scss" lang="scss" scoped>
32
<style scoped>
33 33
  .aboutUs{
34 34
    margin-bottom:20px;
35 35
    padding:20px;
36 36
    background: #fff;
37
    color:$mainFont;
38
    .faq-title{
39
      font-size:16px;
40
    }
37
    color:#303133;
38
  }
39
  .aboutUs .faq-title{
40
    font-size:16px;
41
  }
41 42
42
    .faq-content{
43
      line-height: 26px;
44
      margin:20px 10px 20px;
45
      text-align: justify;
46
      overflow: hidden;
47
      .faq-sub-title{
48
        margin-top:10px;
49
        font-weight:600;
50
      }
43
  .aboutUs .faq-content{
44
    line-height: 26px;
45
    margin:20px 10px 20px;
46
    text-align: justify;
47
    overflow: hidden;
48
  }
49
  .aboutUs .faq-content .faq-sub-title{
50
    margin-top:10px;
51
    font-weight:600;
52
  }
51 53
52
      p{
53
        margin-bottom: 10px;
54
        text-indent: 2em;
55
      }
56
    }
54
  .aboutUs .faq-content p{
55
    margin-bottom: 10px;
56
    text-indent: 2em;
57 57
  }
58 58
59 59
</style>

+ 0 - 38
src/pages/index/views/ViewFindResource/css.scss

@ -1,38 +0,0 @@
1
.tab-wrapper{
2
  display:flex;
3
  align-items:baseline;
4
  padding:15px 20px;
5
  color: $commonFont;
6
  .tab-lable{
7
    width:100px;
8
  }
9
  .tab-sort{
10
    display:flex;
11
    flex-wrap:wrap;
12
    margin-right:-10px;
13
    margin-bottom:-10px;
14
    li{
15
      display:inline-block;
16
      margin-right:10px;
17
      margin-bottom:10px;
18
      padding:2px 10px;
19
      border: 1px solid $borderColor;
20
      @include border-radius(10px);
21
      cursor: pointer;
22
      &.active{
23
        color: $mainColor;
24
      }
25
    }
26
  }
27
}
28
29
.tab-contain{
30
  margin-top:20px;
31
  background:#fff;
32
}
33
.el-input-group__append{
34
  background:$mainColor;
35
  color:#fff;
36
  padding:10px 40px;
37
  border-color:$mainColor;
38
}

+ 2 - 2
src/pages/index/views/ViewFindResource/index.vue

@ -130,6 +130,6 @@
130 130
  };
131 131
</script>
132 132
133
<style scoped>
134
 @import './css.scss';
133
<style>
134
 @import './css.css';
135 135
</style>

+ 2 - 2
src/pages/index/views/ViewFindResult/index.vue

@ -122,6 +122,6 @@
122 122
  };
123 123
</script>
124 124
125
<style scoped>
126
 @import '../ViewFindResource/css.scss';
125
<style>
126
 @import '../ViewFindResource/css.css';
127 127
</style>

+ 2 - 2
src/pages/index/views/ViewFindServe/index.vue

@ -127,6 +127,6 @@
127 127
  };
128 128
</script>
129 129
130
<style scoped>
131
 @import '../ViewFindResource/css.scss';
130
<style>
131
 @import '../ViewFindResource/css.css';
132 132
</style>

+ 29 - 29
src/pages/index/views/ViewPlatTrend/index.vue

@ -63,33 +63,33 @@
63 63
  };
64 64
</script>
65 65
66
<style rel="stylesheet/scss" lang="scss">
67
  .tab-wrapper{
68
    padding:10px 20px;
69
    color: $commonFont;
70
    li{
71
      display:inline-block;
72
      margin-right:20px;
73
      cursor: pointer;
74
      &.active{
75
        color: $mainColor;
76
      }
77
    }
78
    .el-tabs{
79
      width:100%;
80
    }
81
    .el-tabs__header{
82
      margin: 0 0 4px;
83
    }
84
    .el-tabs__nav-wrap::after{
85
      content:none;
86
    }
87
    .el-tabs__content{
88
      margin:0 -20px;
89
      .tab-contain{
90
        width:100%;
91
        border-top:20px solid #f4f6f8;
92
      }
93
    }
94
  }
66
<style>
67
.tab-wrapper{
68
  padding:10px 20px;
69
  color: #606266;
70
}
71
.tab-wrapper li{
72
  display:inline-block;
73
  margin-right:20px;
74
  cursor: pointer;
75
}
76
.tab-wrapper li.active{
77
  color: #2693ec;
78
}
79
.tab-wrapper .el-tabs{
80
  width:100%;
81
}
82
.tab-wrapper .el-tabs__header{
83
  margin: 0 0 4px;
84
}
85
.tab-wrapper .el-tabs__nav-wrap::after{
86
  content:none;
87
}
88
.tab-wrapper .el-tabs__content{
89
  margin:0 -20px;
90
}
91
.tab-wrapper .el-tabs__content .tab-contain{
92
  width:100%;
93
  border-top:20px solid #f4f6f8;
94
}
95 95
</style>

+ 1 - 2
src/pages/index/views/ViewPlatTrend/news.vue

@ -6,7 +6,6 @@
6 6
</template>
7 7
8 8
<script>
9
  import Cookies from 'js-cookie';
10 9
  import { commenTime } from '@/libs/util';
11 10
	import baseContent from '@/components/subTemplate/BaseContent';
12 11
@ -28,7 +27,7 @@
28 27
      baseContent
29 28
    },
30 29
    created() {
31
      this.platId = Cookies.get('platId');
30
      this.platId = localStorage.getItem('platId');
32 31
      this.queryPaltNews();
33 32
    },
34 33
    methods: {

+ 1 - 1
src/pages/index/views/logforms/Captcha.vue

@ -70,7 +70,7 @@
70 70
  };
71 71
</script>
72 72
73
<style lang="scss" rel="stylesheet/scss" scoped>
73
<style scoped>
74 74
  .frmtypeW {
75 75
    float: right;
76 76
    cursor: pointer;

+ 1 - 2
src/pages/index/views/logforms/enteringRegister.vue

@ -33,7 +33,6 @@
33 33
34 34
<script type="text/ecmascript-6">
35 35
  import Captcha from './Captcha.vue';
36
  import Cookies from 'js-cookie';
37 36
  export default {
38 37
     data() {
39 38
      let validatePhone = (rule, value, callback) => {
@ -131,7 +130,7 @@
131 130
                this.$store.commit('SET_USERID', res.data.id);
132 131
                this.$store.commit('SET_HEADPHOTO', res.data.head);
133 132
                this.$store.commit('SET_BINDCOMPANY', res.data.bindCompany);
134
                Cookies.set('userid', res.data.id);
133
                localStorage.setItem('userid', res.data.id);
135 134
                this.$router.push({name: 'home'});
136 135
              } else {
137 136
                const errorCode = {

+ 4 - 11
src/pages/index/views/logforms/loginPlat.vue

@ -27,10 +27,9 @@
27 27
  </div>
28 28
</template>
29 29
30
<script type="text/ecmascript-6">
31
  import Cookies from 'js-cookie';
30
<script>
32 31
  export default {
33
     data() {
32
    data() {
34 33
      let validatePhone = (rule, value, callback) => {
35 34
        const pattern = /^1[34578]\d{9}$/;
36 35
        if (value === '') {
@ -84,19 +83,13 @@
84 83
        this.$refs[formName].validate((valid) => {
85 84
          if (valid) {
86 85
            this.logining = true;
87
            this.$axios.post('/ajax/sys/login', this.ruleForm, res => {
86
            // this.$axios.post('/ajax/sys/login', this.ruleForm, res => {
87
            this.$store.dispatch('LoginByAccount', this.ruleForm).then(res => {
88 88
              this.logining = false;
89 89
              if (res.success) {
90 90
                if (res.data == null) {
91 91
                  this.$message.error('登录账号与密码不匹配');
92 92
                } else {
93
                  this.$store.commit('SET_ACCOUNT', res.data.account);
94
                  this.$store.commit('SET_USERID', res.data.id);
95
                  this.$store.commit('SET_HEADPHOTO', res.data.head);
96
                  this.$store.commit('SET_BINDCOMPANY', res.data.bindCompany);
97
                  Cookies.set('userid', res.data.id);
98
                  Cookies.set('uaccount', res.data.account);
99
                  Cookies.set('bcid', res.data.bindCompany);
100 93
                  this.$router.push({name: 'home'});
101 94
                  this.logining = true;
102 95
                }

+ 1 - 2
src/pages/index/views/logforms/register.vue

@ -30,7 +30,6 @@
30 30
</template>
31 31
32 32
<script type="text/ecmascript-6">
33
  import Cookies from 'js-cookie';
34 33
  import Captcha from './Captcha.vue';
35 34
  export default {
36 35
     data() {
@ -127,7 +126,7 @@
127 126
                this.$store.commit('SET_ACCOUNT', res.data.account);
128 127
                this.$store.commit('SET_USERID', res.data.id);
129 128
                this.$store.commit('SET_HEADPHOTO', '');
130
                Cookies.set('userid', res.data.id)
129
                localStorage.setItem('userid', res.data.id)
131 130
                this.$router.push({name: 'home'});
132 131
              } else {
133 132
                const errorCode = {

+ 8 - 3
src/pages/index/views/logforms/style.scss

@ -3,7 +3,9 @@
3 3
  width: 100%;
4 4
  height: 100%;
5 5
  overflow: hidden;
6
  @include bg-image('./img/e-sign-on_bg_img_nor.png');
6
  background-image:url('./img/e-sign-on_bg_img_nor.png');
7
  background-repeat: no-repeat;
8
  background-size:cover;
7 9
  background-position: 0 bottom;
8 10
  .logo-wrapper {
9 11
    display: block;
@ -12,7 +14,10 @@
12 14
    left: 30px;
13 15
    height: 64px;
14 16
    width: 292px;
15
    @include bg-image('./img/e-sign-on_bg_logo_nor.png');
17
    background-image:url('./img/e-sign-on_bg_logo_nor.png');
18
    background-position: center center;
19
    background-repeat: no-repeat;
20
    background-size:cover;
16 21
  }
17 22
  .form-wrapper {
18 23
    width: 100%;
@ -24,7 +29,7 @@
24 29
      width: 420px;
25 30
      background-color: #fff;
26 31
      padding: 30px 20px;
27
      @include border-radius();
32
      border-radius: 6px;
28 33
      .form-title {
29 34
        font-size: 22px;
30 35
        line-height: 36px;

+ 28 - 29
src/pages/index/views/logforms/userAgreement.vue

@ -195,37 +195,36 @@
195 195
  </div>
196 196
</template>
197 197
198
<style lang="scss" rel="stylesheet/scss" scoped>
198
<style scoped>
199 199
  .protocolBox {
200 200
    font-size: 14px;
201 201
    margin-bottom: 15px;
202
    color: $mainFont;
203
    .introduction {
204
      line-height: 25px;
205
      margin: 10px;
206
      text-indent: 2em;
207
    }
208
    .listDiscussion div {
209
      margin-bottom: 10px;
210
      .proEight {
211
        margin: 10px 0 0 10px;
212
        line-height: 25px;
213
      }
214
      h2 {
215
        font-size: 14px;
216
        font-weight: 700;
217
        span {
218
          margin-left: 10px;
219
        }
220
      }
221
      ul {
222
        margin: 10px 0 0 10px;
223
        line-height: 25px;
224
        li
225
          dl {
226
            margin: 0 0 0 15px;
227
          }
228
      }
229
    }
202
    color: #303133;
203
  }
204
  .protocolBox .introduction {
205
    line-height: 25px;
206
    margin: 10px;
207
    text-indent: 2em;
208
  }
209
  .protocolBox .listDiscussion div {
210
    margin-bottom: 10px;
211
  }
212
  .protocolBox .listDiscussion div .proEight {
213
    margin: 10px 0 0 10px;
214
    line-height: 25px;
215
  }
216
  .protocolBox .listDiscussion div h2 {
217
    font-size: 14px;
218
    font-weight: 700;
219
  }
220
  .protocolBox .listDiscussion div h2 span {
221
    margin-left: 10px;
222
  }
223
  .protocolBox .listDiscussion div ul {
224
    margin: 10px 0 0 10px;
225
    line-height: 25px;
226
  }
227
  .protocolBox .listDiscussion div ul li dl {
228
    margin: 0 0 0 15px;
230 229
  }
231 230
</style>

+ 2 - 0
src/pages/org/org.html

@ -6,6 +6,8 @@
6 6
  	<meta name="description" content="">
7 7
  	<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0">
8 8
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
9
    <script src="https://cdn.bootcss.com/vue/2.5.2/vue.min.js"></script>
10
    <script src="https://cdn.bootcss.com/vuex/3.0.1/vuex.min.js"></script>
9 11
    <script type="text/javascript" src="/static/plat-info.js"></script>
10 12
  	<title></title>
11 13
  </head>

+ 0 - 2
src/pages/org/org.js

@ -1,10 +1,8 @@
1 1
import '@/libs/common.js';
2 2
3
import Vue from 'vue';
4 3
import store from '@/store/index';
5 4
import App from './org.vue';
6 5
7
/* eslint-disable no-new */
8 6
new Vue({
9 7
  el: '#app',
10 8
  store,

+ 2 - 0
src/pages/product/product.html

@ -6,6 +6,8 @@
6 6
  	<meta name="description" content="">
7 7
  	<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0">
8 8
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
9
    <script src="https://cdn.bootcss.com/vue/2.5.2/vue.min.js"></script>
10
    <script src="https://cdn.bootcss.com/vuex/3.0.1/vuex.min.js"></script>
9 11
    <script type="text/javascript" src="/static/plat-info.js"></script>
10 12
  	<title></title>
11 13
  </head>

+ 0 - 2
src/pages/product/product.js

@ -1,10 +1,8 @@
1 1
import '@/libs/common.js';
2 2
3
import Vue from 'vue';
4 3
import store from '@/store/index';
5 4
import App from './product.vue';
6 5
7
/* eslint-disable no-new */
8 6
new Vue({
9 7
  el: '#app',
10 8
  store,

+ 3 - 3
src/pages/product/show.vue

@ -5,7 +5,7 @@
5 5
        <div class="content-wrapper split-other">
6 6
          <div class="headcon-box hdetail-box">
7 7
            <div class="zoom-box">
8
              <previewMagnify v-if="productInfo.img && productInfo.img.length" :previewImg="productInfo.img"></previewMagnify>
8
              <!-- <previewMagnify v-if="productInfo.img && productInfo.img.length" :previewImg="productInfo.img"></previewMagnify> -->
9 9
            </div>
10 10
            <div class="show-info reInfo-box">
11 11
              <div class="info-tit">{{productInfo.name}}</div>
@ -77,7 +77,7 @@
77 77
<script>
78 78
  import { urlParse, strToArr } from '@/libs/util';
79 79
80
  import previewMagnify from '@/components/previewMagnify';
80
  // import previewMagnify from '@/components/previewMagnify';
81 81
  import shareOut from '@/components/ShareOut';
82 82
  import beyondTo from '@/components/BeyondTo';
83 83
@ -99,7 +99,7 @@
99 99
      this.getProductKeyword();
100 100
    },
101 101
    components: {
102
      previewMagnify,
102
      // previewMagnify,
103 103
      shareOut,
104 104
      beyondTo
105 105
    },

+ 2 - 0
src/pages/resource/resource.html

@ -6,6 +6,8 @@
6 6
  	<meta name="description" content="">
7 7
  	<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0">
8 8
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
9
    <script src="https://cdn.bootcss.com/vue/2.5.2/vue.min.js"></script>
10
    <script src="https://cdn.bootcss.com/vuex/3.0.1/vuex.min.js"></script>
9 11
    <script type="text/javascript" src="/static/plat-info.js"></script>
10 12
  	<title></title>
11 13
  </head>

+ 0 - 2
src/pages/resource/resource.js

@ -1,10 +1,8 @@
1 1
import '@/libs/common.js';
2 2
3
import Vue from 'vue';
4 3
import store from '@/store/index';
5 4
import App from './resource.vue';
6 5
7
/* eslint-disable no-new */
8 6
new Vue({
9 7
  el: '#app',
10 8
  store,

+ 3 - 3
src/pages/resource/show.vue

@ -5,7 +5,7 @@
5 5
        <div class="content-wrapper split-other">
6 6
          <div class="headcon-box hdetail-box">
7 7
            <div class="zoom-box">
8
              <previewMagnify v-if="resourceInfo.img && resourceInfo.img.length" :previewImg="resourceInfo.img"></previewMagnify>
8
              <!-- <previewMagnify v-if="resourceInfo.img && resourceInfo.img.length" :previewImg="resourceInfo.img"></previewMagnify> -->
9 9
            </div>
10 10
            <div class="show-info reInfo-box">
11 11
              <div class="info-tit info-tit-big">{{resourceInfo.resourceName}}</div>
@ -85,7 +85,7 @@
85 85
<script>
86 86
  import { urlParse, ImageUrl, defaultSet, strToArr } from '@/libs/util';
87 87
88
  import previewMagnify from '@/components/previewMagnify';
88
  // import previewMagnify from '@/components/previewMagnify';
89 89
  import shareOut from '@/components/ShareOut';
90 90
  import collectCo from '@/components/CollectCo';
91 91
  import beyondTo from '@/components/BeyondTo';
@ -114,7 +114,7 @@
114 114
      this.getLikeResources();
115 115
    },
116 116
    components: {
117
      previewMagnify,
117
      // previewMagnify,
118 118
      shareOut,
119 119
      collectCo,
120 120
      beyondTo,

+ 2 - 0
src/pages/result/result.html

@ -6,6 +6,8 @@
6 6
  	<meta name="description" content="">
7 7
  	<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0">
8 8
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
9
    <script src="https://cdn.bootcss.com/vue/2.5.2/vue.min.js"></script>
10
    <script src="https://cdn.bootcss.com/vuex/3.0.1/vuex.min.js"></script>
9 11
    <script type="text/javascript" src="/static/plat-info.js"></script>
10 12
  	<title></title>
11 13
  </head>

+ 0 - 2
src/pages/result/result.js

@ -1,10 +1,8 @@
1 1
import '@/libs/common.js';
2 2
3
import Vue from 'vue';
4 3
import store from '@/store/index';
5 4
import App from './result.vue';
6 5
7
/* eslint-disable no-new */
8 6
new Vue({
9 7
  el: '#app',
10 8
  store,

+ 2 - 0
src/pages/serve/serve.html

@ -6,6 +6,8 @@
6 6
  	<meta name="description" content="">
7 7
  	<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0">
8 8
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
9
    <script src="https://cdn.bootcss.com/vue/2.5.2/vue.min.js"></script>
10
    <script src="https://cdn.bootcss.com/vuex/3.0.1/vuex.min.js"></script>
9 11
    <script type="text/javascript" src="/static/plat-info.js"></script>
10 12
  	<title></title>
11 13
  </head>

+ 0 - 2
src/pages/serve/serve.js

@ -1,10 +1,8 @@
1 1
import '@/libs/common.js';
2 2
3
import Vue from 'vue';
4 3
import store from '@/store/index';
5 4
import App from './serve.vue';
6 5
7
/* eslint-disable no-new */
8 6
new Vue({
9 7
  el: '#app',
10 8
  store,

+ 3 - 3
src/pages/serve/show.vue

@ -5,7 +5,7 @@
5 5
        <div class="content-wrapper split-other">
6 6
          <div class="headcon-box hdetail-box">
7 7
            <div class="zoom-box">
8
              <previewMagnify v-if="serveInfo.img && serveInfo.img.length" :previewImg="serveInfo.img"></previewMagnify>
8
              <!-- <previewMagnify v-if="serveInfo.img && serveInfo.img.length" :previewImg="serveInfo.img"></previewMagnify> -->
9 9
            </div>
10 10
            <div class="show-info reInfo-box">
11 11
              <div class="info-tit info-tit-big">{{serveInfo.name}}</div>
@ -73,7 +73,7 @@
73 73
<script>
74 74
  import { urlParse, ImageUrl, defaultSet, strToArr } from '@/libs/util';
75 75
76
  import previewMagnify from '@/components/previewMagnify';
76
  // import previewMagnify from '@/components/previewMagnify';
77 77
  import shareOut from '@/components/ShareOut';
78 78
  import collectCo from '@/components/CollectCo';
79 79
  import beyondTo from '@/components/BeyondTo';
@ -102,7 +102,7 @@
102 102
      this.getLikeserves();
103 103
    },
104 104
    components: {
105
      previewMagnify,
105
      // previewMagnify,
106 106
      shareOut,
107 107
      collectCo,
108 108
      beyondTo,

+ 6 - 6
src/store/getters.js

@ -1,7 +1,7 @@
1
export default() => {
2
  return {
3
    account: state => state.user.account,
4
    bindCompany: state => state.user.bindCompany,
5
    headPhoto: state => state.user.headPhoto
6
  }
1
const getters = {
2
  account: state => state.user.account,
3
  bindCompany: state => state.user.bindCompany,
4
  headPhoto: state => state.user.headPhoto
7 5
}
6
7
export default getters

+ 7 - 11
src/store/index.js

@ -1,15 +1,11 @@
1
import Vue from 'vue';
2
import Vuex from 'vuex';
3 1
import user from './modules/user';
4 2
import getters from './getters';
5 3
6
Vue.use(Vuex);
4
const store = new Vuex.Store({
5
  modules: {
6
    user
7
  },
8
  getters
9
})
7 10
8
export default () => {
9
  return new Vuex.Store({
10
    modules: {
11
      user
12
    },
13
    getters
14
  });
15
}
11
export default store

+ 78 - 63
src/store/modules/user.js

@ -1,89 +1,104 @@
1
import http from '@/libs/axios'
2
import Cookies from 'js-cookie'
3 1
import { defaultSet } from '@/libs/util';
4
export default() => {
5
  return {
6
    state: {
7
      account: '',
8
      userid: '',
9
      bindCompany: '',
10
      headPhoto: ''
2
3
const user = {
4
  state: {
5
    account: '',
6
    userid: '',
7
    bindCompany: '',
8
    headPhoto: ''
9
  },
10
  mutations: {
11
    SET_ACCOUNT: (state, account) => {
12
      state.account = account
13
    },
14
    SET_USERID: (state, userid) => {
15
      state.userid = userid
11 16
    },
12
    mutations: {
13
      SET_ACCOUNT: (state, account) => {
14
        state.account = account
15
      },
16
      SET_USERID: (state, userid) => {
17
        state.userid = userid
18
      },
19
      SET_BINDCOMPANY: (state, bindCompany) => {
20
        state.bindCompany = bindCompany
21
      },
22
      SET_HEADPHOTO: (state, headPhoto) => {
23
        state.headPhoto = headPhoto || defaultSet.img.expert;
24
      }
17
    SET_BINDCOMPANY: (state, bindCompany) => {
18
      state.bindCompany = bindCompany
25 19
    },
20
    SET_HEADPHOTO: (state, headPhoto) => {
21
      state.headPhoto = headPhoto || defaultSet.img.expert;
22
    }
23
  },
26 24
27
    actions: {
28
      // 获取用户信息
29
      GetUserInfo({ commit, state }) {
30
        return new Promise((resolve, reject) => {
31
          http.get('/ajax/sys/user').then(response => {
32
            if (response.data) {
25
  actions: {
26
    // 用户名登录
27
    LoginByAccount({ commit }, userInfo) {
28
      const phone = userInfo.phone
29
      const pw = userInfo.pw
30
      return new Promise((resolve, reject) => {
31
        Vue.$axios.post('/ajax/sys/login', { phone, pw }, function(response) {
32
          if (response.success) {
33
            if (response.data !== null) {
33 34
              const dataS = response.data
34 35
              commit('SET_USERID', dataS.id);
35 36
              commit('SET_ACCOUNT', dataS.account);
36 37
              commit('SET_HEADPHOTO', dataS.head);
37 38
              commit('SET_BINDCOMPANY', dataS.bindCompany);
38
              Cookies.set('userid', dataS.id);
39
              Cookies.set('uaccount', dataS.account);
40
              Cookies.set('bcid', dataS.bindCompany);
41
            } else {
42
              commit('SET_USERID', '')
43
              commit('SET_ACCOUNT', '')
44
              commit('SET_HEADPHOTO', '');
45
              Cookies.remove('userid')
46
              Cookies.remove('uaccount');
47
              Cookies.remove('bcid')
39
              localStorage.setItem('userid', dataS.id);
40
              localStorage.setItem('uaccount', dataS.account);
41
              localStorage.setItem('bcid', dataS.bindCompany);
48 42
            }
49
            resolve(response)
50
          }).catch(error => {
51
            reject(error)
52
          })
43
          }
44
          resolve(response)
45
        }).catch(error => {
46
          reject(error)
53 47
        })
54
      },
48
      })
49
    },
55 50
56
      // 登出
57
      LogOut({ commit, state }) {
58
        return new Promise((resolve, reject) => {
59
          http.get('/ajax/sys/logout').then(() => {
51
    // 获取用户信息
52
    GetUserInfo({ commit }) {
53
      return new Promise((resolve, reject) => {
54
        Vue.$axios.get('/ajax/sys/user', {}, function(response) {
55
          if (response.data) {
56
            const dataS = response.data
57
            commit('SET_USERID', dataS.id);
58
            commit('SET_ACCOUNT', dataS.account);
59
            commit('SET_HEADPHOTO', dataS.head);
60
            commit('SET_BINDCOMPANY', dataS.bindCompany);
61
            localStorage.clear()
62
          } else {
60 63
            commit('SET_USERID', '')
61 64
            commit('SET_ACCOUNT', '')
62
            commit('SET_BINDCOMPANY', '')
63 65
            commit('SET_HEADPHOTO', '');
64
            Cookies.remove('userid')
65
            Cookies.remove('uaccount');
66
            Cookies.remove('bcid')
67
            resolve()
68
          }).catch(error => {
69
            reject(error)
70
          })
66
            localStorage.clear()
67
          }
68
          resolve(response)
69
        }).catch(error => {
70
          reject(error)
71 71
        })
72
      },
72
      })
73
    },
73 74
74
      // 前端 登出
75
      FedLogOut({ commit }) {
76
        return new Promise(resolve => {
75
    // 登出
76
    LogOut({ commit }) {
77
      return new Promise((resolve, reject) => {
78
        hVue.$axios.get('/ajax/sys/logout', {}, function(response) {
77 79
          commit('SET_USERID', '')
78 80
          commit('SET_ACCOUNT', '')
79 81
          commit('SET_BINDCOMPANY', '')
80 82
          commit('SET_HEADPHOTO', '');
81
          Cookies.remove('userid')
82
          Cookies.remove('uaccount');
83
          Cookies.remove('bcid')
83
          localStorage.clear()
84 84
          resolve()
85
        }).catch(error => {
86
          reject(error)
85 87
        })
86
      }
88
      })
89
    },
90
91
    // 前端 登出
92
    FedLogOut({ commit }) {
93
      return new Promise(resolve => {
94
        commit('SET_USERID', '')
95
        commit('SET_ACCOUNT', '')
96
        commit('SET_BINDCOMPANY', '')
97
        commit('SET_HEADPHOTO', '');
98
        localStorage.clear()
99
        resolve()
100
      })
87 101
    }
88 102
  }
89 103
}
104
export default user

+ 0 - 55
src/styles/base.scss

@ -1,55 +0,0 @@
1
*{
2
  margin: 0;
3
  padding: 0;
4
}
5
6
html,body{
7
  width: 100%;
8
  height: 100%;
9
}
10
11
body *{
12
  font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑","黑体",Arial,sans-serif;
13
}
14
15
ul{
16
  margin: 0;
17
  padding: 0;
18
  list-style: none;
19
}
20
21
22
.clearfix:after{
23
  content: ".";
24
  display: block;
25
  height: 0;
26
  clear: both;
27
  visibility: hidden;
28
}
29
30
a{
31
  text-decoration: none;
32
}
33
34
img{
35
  display:block;
36
}
37
38
.Site{
39
  display: flex;
40
  min-height: 100vh;
41
  flex-direction: column;
42
  .Site-content{
43
    flex: 1;
44
    padding-top:20px;
45
    .router-fade-enter-active,
46
    .router-fade-leave-active{
47
      transition: opacity 0.2s;
48
    }
49
50
    .router-fade-enter,
51
    .router-fade-leave-active{
52
      opacity: 0;
53
    }
54
  }
55
}

+ 8 - 1
src/styles/browse.scss

@ -68,7 +68,7 @@
68 68
            color:$commonFont;
69 69
            margin-bottom:10px;
70 70
            &.info-tit-big{
71
              font-size: 22px;
71
              font-size: 20px;
72 72
              line-height: 32px;
73 73
            }
74 74
          }
@ -156,6 +156,13 @@
156 156
            line-height: 22px;
157 157
            color:$secondaryFont;
158 158
          }
159
          .ulM{
160
            width:100%;
161
            .liM{
162
              display: block;
163
              padding: 4px 0;
164
            }
165
          }
159 166
        }
160 167
      }
161 168
      .left-main{

+ 710 - 5
src/styles/element-variables.scss

@ -1,8 +1,713 @@
1
/* 改变主题色变量 */
1
/* Element Chalk Variables */
2
3
/* Transition
4
-------------------------- */
5
$--all-transition: all .3s cubic-bezier(.645,.045,.355,1) !default;
6
$--fade-transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1) !default;
7
$--fade-linear-transition: opacity 200ms linear !default;
8
$--md-fade-transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1), opacity 300ms cubic-bezier(0.23, 1, 0.32, 1) !default;
9
$--border-transition-base: border-color .2s cubic-bezier(.645,.045,.355,1) !default;
10
$--color-transition-base: color .2s cubic-bezier(.645,.045,.355,1) !default;
11
12
/* Colors
13
-------------------------- */
14
$--color-white: #fff !default;
15
$--color-black: #000 !default;
16
2 17
$--color-primary: #2693ec !default;
3
/*#409EFF*/
18
$--color-primary-light-1: mix($--color-white, $--color-primary, 10%) !default; /* 53a8ff */
19
$--color-primary-light-2: mix($--color-white, $--color-primary, 20%) !default; /* 66b1ff */
20
$--color-primary-light-3: mix($--color-white, $--color-primary, 30%) !default; /* 79bbff */
21
$--color-primary-light-4: mix($--color-white, $--color-primary, 40%) !default; /* 8cc5ff */
22
$--color-primary-light-5: mix($--color-white, $--color-primary, 50%) !default; /* a0cfff */
23
$--color-primary-light-6: mix($--color-white, $--color-primary, 60%) !default; /* b3d8ff */
24
$--color-primary-light-7: mix($--color-white, $--color-primary, 70%) !default; /* c6e2ff */
25
$--color-primary-light-8: mix($--color-white, $--color-primary, 80%) !default; /* d9ecff */
26
$--color-primary-light-9: mix($--color-white, $--color-primary, 90%) !default; /* ecf5ff */
27
28
$--color-success: #67c23a !default;
29
$--color-warning: #e6a23c !default;
30
$--color-danger: #f56c6c !default;
31
$--color-info: #909399 !default;
32
33
$--color-success-light: mix($--color-white, $--color-success, 80%) !default;
34
$--color-warning-light: mix($--color-white, $--color-warning, 80%) !default;
35
$--color-danger-light: mix($--color-white, $--color-danger, 80%) !default;
36
$--color-info-light: mix($--color-white, $--color-info, 80%) !default;
37
38
$--color-success-lighter: mix($--color-white, $--color-success, 90%) !default;
39
$--color-warning-lighter: mix($--color-white, $--color-warning, 90%) !default;
40
$--color-danger-lighter: mix($--color-white, $--color-danger, 90%) !default;
41
$--color-info-lighter: mix($--color-white, $--color-info, 90%) !default;
42
43
$--color-text-primary: #303133 !default;
44
$--color-text-regular: #606266 !default;
45
$--color-text-secondary: #909399 !default;
46
$--color-text-placeholder: #c0c4cc !default;
47
48
/* Link
49
-------------------------- */
50
$--link-color: $--color-primary-light-2 !default;
51
$--link-hover-color: $--color-primary !default;
52
53
/* Background
54
-------------------------- */
55
$--background-color-base: #f5f7fa !default;
56
57
/* Border
58
-------------------------- */
59
$--border-width-base: 1px !default;
60
$--border-style-base: solid !default;
61
$--border-color-base: #dcdfe6 !default;
62
$--border-color-light: #e4e7ed !default;
63
$--border-color-lighter: #ebeef5 !default;
64
$--border-color-extra-light: #f2f6fc !default;
65
$--border-color-hover: $--color-text-placeholder !default;
66
$--border-base: $--border-width-base $--border-style-base $--border-color-base !default;
67
$--border-radius-base: 4px !default;
68
$--border-radius-small: 2px !default;
69
$--border-radius-circle: 100% !default;
70
71
/* Box-shadow
72
-------------------------- */
73
$--box-shadow-base: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04) !default;
74
$--box-shadow-dark: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .12) !default;
75
$--box-shadow-light: 0 2px 12px 0 rgba(0, 0, 0, 0.1) !default;
76
77
/* Fill
78
-------------------------- */
79
$--fill-base: $--color-white !default;
80
81
/* Font
82
-------------------------- */
83
$--font-path: 'fonts' !default;
84
$--font-size-base: 14px !default;
85
$--font-size-small: 13px !default;
86
$--font-size-large: 18px !default;
87
$--font-color-disabled-base: #bbb !default;
88
$--font-weight-primary: 500 !default;
89
$--font-line-height-primary: 24px !default;
90
91
/* Size
92
-------------------------- */
93
$--size-base: 14px !default;
94
95
/* z-index
96
-------------------------- */
97
$--index-normal: 1 !default;
98
$--index-top: 1000 !default;
99
$--index-popper: 2000 !default;
100
101
/* Disable base
102
-------------------------- */
103
$--disabled-fill-base: $--background-color-base !default;
104
$--disabled-color-base: $--color-text-placeholder !default;
105
$--disabled-border-base: $--border-color-light !default;
106
107
/* Icon
108
-------------------------- */
109
$--icon-color: #666 !default;
110
$--icon-color-base: $--color-info !default;
111
112
/* Checkbox
113
-------------------------- */
114
$--checkbox-font-size: 14px !default;
115
$--checkbox-font-weight: $--font-weight-primary !default;
116
$--checkbox-color: $--color-text-regular !default;
117
$--checkbox-input-height: 14px !default;
118
$--checkbox-input-width: 14px !default;
119
$--checkbox-input-border-radius: $--border-radius-small !default;
120
$--checkbox-input-fill: $--color-white !default;
121
$--checkbox-input-border: $--border-base !default;
122
$--checkbox-input-border-color: $--border-color-base !default;
123
$--checkbox-icon-color: $--color-white !default;
124
125
$--checkbox-disabled-input-border-color: $--border-color-base !default;
126
$--checkbox-disabled-input-fill: #edf2fc !default;
127
$--checkbox-disabled-icon-color: $--color-text-placeholder !default;
128
129
$--checkbox-disabled-checked-input-fill: $--border-color-extra-light !default;
130
$--checkbox-disabled-checked-input-border-color: $--border-color-base !default;
131
$--checkbox-disabled-checked-icon-color: $--color-text-placeholder !default;
132
133
$--checkbox-checked-text-color: $--color-primary !default;
134
$--checkbox-checked-input-border-color: $--color-primary !default;
135
$--checkbox-checked-input-fill: $--color-primary !default;
136
$--checkbox-checked-icon-color: $--fill-base !default;
137
138
$--checkbox-input-border-color-hover: $--color-primary !default;
139
140
$--checkbox-bordered-height: 40px !default;
141
$--checkbox-bordered-padding: 9px 20px 9px 10px !default;
142
$--checkbox-bordered-medium-padding: 7px 20px 7px 10px !default;
143
$--checkbox-bordered-small-padding: 5px 15px 5px 10px !default;
144
$--checkbox-bordered-mini-padding: 3px 15px 3px 10px !default;
145
$--checkbox-bordered-medium-input-height: 14px !default;
146
$--checkbox-bordered-medium-input-width: 14px !default;
147
$--checkbox-bordered-medium-height: 36px !default;
148
$--checkbox-bordered-small-input-height: 12px !default;
149
$--checkbox-bordered-small-input-width: 12px !default;
150
$--checkbox-bordered-small-height: 32px !default;
151
$--checkbox-bordered-mini-input-height: 12px !default;
152
$--checkbox-bordered-mini-input-width: 12px !default;
153
$--checkbox-bordered-mini-height: 28px !default;
154
155
$--checkbox-button-font-size: $--font-size-base !default;
156
$--checkbox-button-checked-fill: $--color-primary !default;
157
$--checkbox-button-checked-color: $--color-white !default;
158
$--checkbox-button-checked-border-color: $--color-primary !default;
159
160
161
162
/* Radio
163
-------------------------- */
164
$--radio-font-size: 14px !default;
165
$--radio-font-weight: $--font-weight-primary !default;
166
$--radio-color: $--color-text-regular !default;
167
$--radio-input-height: 14px !default;
168
$--radio-input-width: 14px !default;
169
$--radio-input-border-radius: $--border-radius-circle !default;
170
$--radio-input-fill: $--color-white !default;
171
$--radio-input-border: $--border-base !default;
172
$--radio-input-border-color: $--border-color-base !default;
173
$--radio-icon-color: $--color-white !default;
174
175
$--radio-disabled-input-border-color: $--disabled-border-base !default;
176
$--radio-disabled-input-fill: $--disabled-fill-base !default;
177
$--radio-disabled-icon-color: $--disabled-fill-base !default;
178
179
$--radio-disabled-checked-input-border-color: $--disabled-border-base !default;
180
$--radio-disabled-checked-input-fill: $--disabled-fill-base !default;
181
$--radio-disabled-checked-icon-color: $--color-text-placeholder !default;
182
183
$--radio-checked-text-color: $--color-primary !default;
184
$--radio-checked-input-border-color: $--color-primary !default;
185
$--radio-checked-input-fill: $--color-white !default;
186
$--radio-checked-icon-color: $--color-primary !default;
187
188
$--radio-input-border-color-hover: $--color-primary !default;
189
190
$--radio-bordered-height: 40px !default;
191
$--radio-bordered-padding: 12px 20px 0 10px !default;
192
$--radio-bordered-medium-padding: 10px 20px 0 10px !default;
193
$--radio-bordered-small-padding: 8px 15px 0 10px !default;
194
$--radio-bordered-mini-padding: 6px 15px 0 10px !default;
195
$--radio-bordered-medium-input-height: 14px !default;
196
$--radio-bordered-medium-input-width: 14px !default;
197
$--radio-bordered-medium-height: 36px !default;
198
$--radio-bordered-small-input-height: 12px !default;
199
$--radio-bordered-small-input-width: 12px !default;
200
$--radio-bordered-small-height: 32px !default;
201
$--radio-bordered-mini-input-height: 12px !default;
202
$--radio-bordered-mini-input-width: 12px !default;
203
$--radio-bordered-mini-height: 28px !default;
204
205
$--radio-button-font-size: $--font-size-base !default;
206
$--radio-button-checked-fill: $--color-primary !default;
207
$--radio-button-checked-color: $--color-white !default;
208
$--radio-button-checked-border-color: $--color-primary !default;
209
$--radio-button-disabled-checked-fill: $--border-color-extra-light !default;
210
211
/* Select
212
-------------------------- */
213
$--select-border-color-hover: $--border-color-hover !default;
214
$--select-disabled-border: $--disabled-border-base !default;
215
$--select-font-size: $--font-size-base !default;
216
$--select-close-hover-color: $--color-text-secondary !default;
217
218
$--select-input-color: $--color-text-placeholder !default;
219
$--select-multiple-input-color: #666 !default;
220
$--select-input-focus-background: $--color-primary !default;
221
$--select-input-font-size: 14px !default;
222
223
$--select-option-color: $--color-text-regular !default;
224
$--select-option-disabled-color: $--color-text-placeholder !default;
225
$--select-option-disabled-background: $--color-white !default;
226
$--select-option-height: 34px !default;
227
$--select-option-hover-background: $--background-color-base !default;
228
$--select-option-selected: $--color-primary !default;
229
$--select-option-selected-hover: $--background-color-base !default;
230
231
$--select-group-color: $--color-info !default;
232
$--select-group-height: 30px !default;
233
$--select-group-font-size: 12px !default;
234
235
$--select-dropdown-background: $--color-white !default;
236
$--select-dropdown-shadow: $--box-shadow-light !default;
237
$--select-dropdown-empty-color: #999 !default;
238
$--select-dropdown-max-height: 274px !default;
239
$--select-dropdown-padding: 6px 0 !default;
240
$--select-dropdown-empty-padding: 10px 0 !default;
241
$--select-dropdown-border: solid 1px $--border-color-light !default;
242
243
/* Alert
244
-------------------------- */
245
$--alert-padding: 8px 16px !default;
246
$--alert-border-radius: $--border-radius-base !default;
247
$--alert-title-font-size: 13px !default;
248
$--alert-description-font-size: 12px !default;
249
$--alert-close-font-size: 12px !default;
250
$--alert-close-customed-font-size: 13px !default;
251
252
$--alert-success-color: $--color-success-lighter !default;
253
$--alert-info-color: $--color-info-lighter !default;
254
$--alert-warning-color: $--color-warning-lighter !default;
255
$--alert-danger-color: $--color-danger-lighter !default;
256
257
$--alert-icon-size: 16px !default;
258
$--alert-icon-large-size: 28px !default;
259
260
/* Message Box
261
-------------------------- */
262
$--msgbox-width: 420px !default;
263
$--msgbox-border-radius: 4px !default;
264
$--msgbox-font-size: $--font-size-large !default;
265
$--msgbox-content-font-size: $--font-size-base !default;
266
$--msgbox-content-color: $--color-text-regular !default;
267
$--msgbox-error-font-size: 12px !default;
268
$--msgbox-padding-primary: 15px !default;
269
270
$--msgbox-success-color: $--color-success !default;
271
$--msgbox-info-color: $--color-info !default;
272
$--msgbox-warning-color: $--color-warning !default;
273
$--msgbox-danger-color: $--color-danger !default;
274
275
/* Message
276
-------------------------- */
277
$--message-shadow: $--box-shadow-base !default;
278
$--message-min-width: 380px !default;
279
$--message-background-color: #edf2fc !default;
280
$--message-padding: 15px 15px 15px 20px !default;
281
$--message-content-color: $--color-text-regular !default;
282
$--message-close-color: $--color-text-placeholder !default;
283
$--message-close-size: 16px !default;
284
$--message-close-hover-color: $--color-text-secondary !default;
285
286
$--message-success-color: $--color-success !default;
287
$--message-info-color: $--color-info !default;
288
$--message-warning-color: $--color-warning !default;
289
$--message-danger-color: $--color-danger !default;
290
291
/* Notification
292
-------------------------- */
293
$--notification-width: 330px !default;
294
$--notification-padding: 14px 26px 14px 13px !default;
295
$--notification-radius: 8px !default;
296
$--notification-shadow: $--box-shadow-light !default;
297
$--notification-border-color: $--border-color-lighter !default;
298
$--notification-icon-size: 24px !default;
299
$--notification-close-font-size: $--message-close-size !default;
300
$--notification-group-margin: 13px !default;
301
$--notification-font-size: $--font-size-base !default;
302
$--notification-color: $--color-text-regular !default;
303
$--notification-title-font-size: 16px !default;
304
$--notification-title-color: $--color-text-primary !default;
305
306
$--notification-close-color: $--color-text-secondary !default;
307
$--notification-close-hover-color: $--color-text-regular !default;
308
309
$--notification-success-color: $--color-success !default;
310
$--notification-info-color: $--color-info !default;
311
$--notification-warning-color: $--color-warning !default;
312
$--notification-danger-color: $--color-danger !default;
313
314
/* Input
315
-------------------------- */
316
$--input-font-size: $--font-size-base !default;
317
$--input-color: $--color-text-regular !default;
318
$--input-width: 140px !default;
319
$--input-height: 40px !default;
320
$--input-border: $--border-base !default;
321
$--input-border-color: $--border-color-base !default;
322
$--input-border-radius: $--border-radius-base !default;
323
$--input-border-color-hover: $--border-color-hover !default;
324
$--input-fill: $--color-white !default;
325
$--input-fill-disabled: $--disabled-fill-base !default;
326
$--input-color-disabled: $--font-color-disabled-base !default;
327
$--input-icon-color: $--color-text-placeholder !default;
328
$--input-placeholder-color: $--color-text-placeholder !default;
329
$--input-max-width: 314px !default;
330
331
$--input-hover-border: $--border-color-hover !default;
332
$--input-clear-hover-color: $--color-text-secondary !default;
333
334
$--input-focus-border: $--color-primary !default;
335
$--input-focus-fill: $--color-white !default;
336
337
$--input-disabled-fill: $--disabled-fill-base !default;
338
$--input-disabled-border: $--disabled-border-base !default;
339
$--input-disabled-color: $--disabled-color-base !default;
340
$--input-disabled-placeholder-color: $--color-text-placeholder !default;
341
342
$--input-medium-font-size: 14px !default;
343
$--input-medium-height: 36px !default;
344
345
$--input-small-font-size: 13px !default;
346
$--input-small-height: 32px !default;
347
348
$--input-mini-font-size: 12px !default;
349
$--input-mini-height: 28px !default;
350
351
/* Cascader
352
-------------------------- */
353
$--cascader-menu-fill: $--fill-base !default;
354
$--cascader-menu-font-size: $--font-size-base !default;
355
$--cascader-menu-radius: $--border-radius-base !default;
356
$--cascader-menu-border: $--border-base !default;
357
$--cascader-menu-border-color: $--border-color-base !default;
358
$--cascader-menu-border-width: $--border-width-base !default;
359
$--cascader-menu-color: $--color-text-regular !default;
360
$--cascader-menu-option-color-active: $--color-text-secondary !default;
361
$--cascader-menu-option-fill-active: rgba($--color-text-secondary, 0.12) !default;
362
$--cascader-menu-option-color-hover: $--color-text-regular !default;
363
$--cascader-menu-option-fill-hover: rgba($--color-text-primary, 0.06) !default;
364
$--cascader-menu-option-color-disabled: #999 !default;
365
$--cascader-menu-option-fill-disabled: rgba($--color-black, 0.06) !default;
366
$--cascader-menu-option-empty-color: #666 !default;
367
$--cascader-menu-group-color: #999 !default;
368
$--cascader-menu-shadow: 0 1px 2px rgba($--color-black, 0.14), 0 0 3px rgba($--color-black, 0.14) !default;
369
$--cascader-menu-option-pinyin-color: #999 !default;
370
$--cascader-menu-submenu-shadow: 1px 1px 2px rgba($--color-black, 0.14), 1px 0 2px rgba($--color-black, 0.14) !default;
371
372
/* Group
373
-------------------------- */
374
$--group-option-flex: 0 0 (1/5) * 100% !default;
375
$--group-option-offset-bottom: 12px !default;
376
$--group-option-fill-hover: rgba($--color-black, 0.06) !default;
377
$--group-title-color: $--color-black !default;
378
$--group-title-font-size: $--font-size-base !default;
379
$--group-title-width: 66px !default;
380
381
/* Tab
382
-------------------------- */
383
$--tab-font-size: $--font-size-base !default;
384
$--tab-border-line: 1px solid #e4e4e4 !default;
385
$--tab-header-color-active: $--color-text-secondary !default;
386
$--tab-header-color-hover: $--color-text-regular !default;
387
$--tab-header-color: $--color-text-regular !default;
388
$--tab-header-fill-active: rgba($--color-black, 0.06) !default;
389
$--tab-header-fill-hover: rgba($--color-black, 0.06) !default;
390
$--tab-vertical-header-width: 90px !default;
391
$--tab-vertical-header-count-color: $--color-white !default;
392
$--tab-vertical-header-count-fill: $--color-text-secondary !default;
393
394
/* Button
395
-------------------------- */
396
$--button-font-size: 14px !default;
397
$--button-font-weight: $--font-weight-primary !default;
398
$--button-border-radius: $--border-radius-base !default;
399
$--button-padding-vertical: 12px !default;
400
$--button-padding-horizontal: 20px !default;
401
402
$--button-medium-font-size: 14px !default;
403
$--button-medium-border-radius: $--border-radius-base !default;
404
$--button-medium-padding-vertical: 10px !default;
405
$--button-medium-padding-horizontal: 20px !default;
406
407
$--button-small-font-size: 12px !default;
408
$--button-small-border-radius: #{$--border-radius-base - 1} !default;
409
$--button-small-padding-vertical: 9px !default;
410
$--button-small-padding-horizontal: 15px !default;
411
412
$--button-mini-font-size: 12px !default;
413
$--button-mini-border-radius: #{$--border-radius-base - 1} !default;
414
$--button-mini-padding-vertical: 7px !default;
415
$--button-mini-padding-horizontal: 15px !default;
416
417
$--button-default-color: $--color-text-regular !default;
418
$--button-default-fill: $--color-white !default;
419
$--button-default-border: $--border-color-base !default;
420
421
$--button-disabled-color: $--color-text-placeholder !default;
422
$--button-disabled-fill: $--color-white !default;
423
$--button-disabled-border: $--border-color-lighter !default;
424
425
$--button-primary-border: $--color-primary !default;
426
$--button-primary-color: $--color-white !default;
427
$--button-primary-fill: $--color-primary !default;
428
429
$--button-success-border: $--color-success !default;
430
$--button-success-color: $--color-white !default;
431
$--button-success-fill: $--color-success !default;
432
433
$--button-warning-border: $--color-warning !default;
434
$--button-warning-color: $--color-white !default;
435
$--button-warning-fill: $--color-warning !default;
436
437
$--button-danger-border: $--color-danger !default;
438
$--button-danger-color: $--color-white !default;
439
$--button-danger-fill: $--color-danger !default;
440
441
$--button-info-border: $--color-info !default;
442
$--button-info-color: $--color-white !default;
443
$--button-info-fill: $--color-info !default;
444
445
$--button-hover-tint-percent: 20% !default;
446
$--button-active-shade-percent: 10% !default;
447
448
449
/* cascader
450
-------------------------- */
451
$--cascader-height: 200px !default;
452
453
/* Switch
454
-------------------------- */
455
$--switch-on-color: $--color-primary !default;
456
$--switch-off-color: $--border-color-base !default;
457
$--switch-disabled-color: $--border-color-lighter !default;
458
$--switch-disabled-text-color: $--color-text-placeholder !default;
459
460
$--switch-font-size: $--font-size-base !default;
461
$--switch-core-border-radius: 10px !default;
462
$--switch-width: 40px !default;
463
$--switch-height: 20px !default;
464
$--switch-button-size: 16px !default;
465
466
/* Dialog
467
-------------------------- */
468
$--dialog-background-color: $--color-primary-light-4 !default;
469
$--dialog-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) !default;
470
$--dialog-close-hover-color: $--color-primary !default;
471
$--dialog-title-font-size: $--font-size-large !default;
472
$--dialog-font-size: 14px !default;
473
$--dialog-line-height: $--font-line-height-primary !default;
474
$--dialog-padding-primary: 20px !default;
475
476
/* Table
477
-------------------------- */
478
$--table-border-color: $--border-color-lighter !default;
479
$--table-border: 1px solid $--table-border-color !default;
480
$--table-text-color: $--color-text-regular !default;
481
$--table-header-color: $--color-text-secondary !default;
482
$--table-row-hover-background: $--background-color-base !default;
483
$--table-current-row-background: $--color-primary-light-9 !default;
484
$--table-header-background: $--color-white !default;
485
$--table-footer-background: $--color-text-placeholder !default;
486
$--table-fixed-box-shadow: 0 0 10px rgba(0, 0, 0, .12) !default;
487
488
/* Pagination
489
-------------------------- */
490
$--pagination-font-size: 13px !default;
491
$--pagination-fill: $--color-white !default;
492
$--pagination-color: $--color-text-primary !default;
493
$--pagination-border-radius: 3px !default;
494
$--pagination-button-color: $--color-text-primary !default;
495
$--pagination-button-width: 35.5px !default;
496
$--pagination-button-height: 28px !default;
497
$--pagination-button-disabled-color: $--color-text-placeholder !default;
498
$--pagination-button-disabled-fill: $--color-white !default;
499
$--pagination-hover-fill: $--color-primary !default;
500
$--pagination-hover-color: $--color-white !default;
501
502
/* Popover
503
-------------------------- */
504
$--popover-fill: $--color-white !default;
505
$--popover-font-size: $--font-size-base !default;
506
$--popover-border-color: $--border-color-lighter !default;
507
$--popover-arrow-size: 6px !default;
508
$--popover-padding: 12px !default;
509
$--popover-padding-large: 18px 20px !default;
510
$--popover-title-font-size: 16px !default;
511
$--popover-title-color: $--color-text-primary !default;
512
513
/* Tooltip
514
-------------------------- */
515
$--tooltip-fill: $--color-text-primary !default;
516
$--tooltip-color: $--color-white !default;
517
$--tooltip-font-size: 12px !default;
518
$--tooltip-border-color: $--color-text-primary !default;
519
$--tooltip-arrow-size: 6px !default;
520
$--tooltip-padding: 10px !default;
521
522
/* Tag
523
-------------------------- */
524
$--tag-padding: 0 10px !default;
525
$--tag-fill: rgba($--color-primary, 0.10) !default;
526
$--tag-color: $--color-primary !default;
527
$--tag-border: rgba($--color-primary, 0.20) !default;
528
$--tag-font-size: 12px !default;
529
$--tag-border-radius: 4px !default;
530
531
$--tag-info-fill: rgba($--color-info, 0.10) !default;
532
$--tag-info-border: rgba($--color-info, 0.20) !default;
533
$--tag-info-color: $--color-info !default;
534
535
$--tag-primary-fill: rgba($--color-primary, 0.10) !default;
536
$--tag-primary-border: rgba($--color-primary, 0.20) !default;
537
$--tag-primary-color: $--color-primary !default;
538
539
$--tag-success-fill: rgba($--color-success, 0.10) !default;
540
$--tag-success-border: rgba($--color-success, 0.20) !default;
541
$--tag-success-color: $--color-success !default;
542
543
$--tag-warning-fill: rgba($--color-warning, 0.10) !default;
544
$--tag-warning-border: rgba($--color-warning, 0.20) !default;
545
$--tag-warning-color: $--color-warning !default;
546
547
$--tag-danger-fill: rgba($--color-danger, 0.10) !default;
548
$--tag-danger-border: rgba($--color-danger, 0.20) !default;
549
$--tag-danger-color: $--color-danger !default;
550
551
/* Tree
552
-------------------------- */
553
$--tree-node-hover-color: $--background-color-base !default;
554
$--tree-text-color: $--color-text-regular !default;
555
$--tree-expand-icon-color: $--color-text-placeholder !default;
556
557
/* Dropdown
558
-------------------------- */
559
$--dropdown-menu-box-shadow: $--box-shadow-light !default;
560
$--dropdown-menuItem-hover-fill: $--color-primary-light-9 !default;
561
$--dropdown-menuItem-hover-color: $--link-color !default;
562
563
/* Badge
564
-------------------------- */
565
$--badge-fill: $--color-danger !default;
566
$--badge-radius: 10px !default;
567
$--badge-font-size: 12px !default;
568
$--badge-padding: 6px !default;
569
$--badge-size: 18px !default;
570
571
/* Card
572
--------------------------*/
573
$--card-border-color: $--border-color-lighter !default;
574
$--card-border-radius: 4px !default;
575
$--card-padding: 20px !default;
576
577
/* Slider
578
--------------------------*/
579
$--slider-main-background-color: $--color-primary !default;
580
$--slider-runway-background-color: $--border-color-light !default;
581
$--slider-button-hover-color: mix($--color-primary, black, 97%) !default;
582
$--slider-stop-background-color: $--color-white !default;
583
$--slider-disable-color: $--color-text-placeholder !default;
584
585
$--slider-margin: 16px 0 !default;
586
$--slider-border-radius: 3px !default;
587
$--slider-height: 6px !default;
588
$--slider-button-size: 16px !default;
589
$--slider-button-wrapper-size: 36px !default;
590
$--slider-button-wrapper-offset: -15px !default;
591
592
/* Steps
593
--------------------------*/
594
$--steps-border-color: $--disabled-border-base !default;
595
$--steps-border-radius: 4px !default;
596
$--steps-padding: 20px !default;
597
598
/* Menu
599
--------------------------*/
600
$--menu-item-font-size: $--font-size-base !default;
601
$--menu-item-color: $--color-text-primary !default;
602
$--menu-item-fill: $--color-white !default;
603
$--menu-item-hover-fill: $--color-primary-light-9 !default;
604
605
/* Rate
606
--------------------------*/
607
$--rate-height: 20px !default;
608
$--rate-font-size: $--font-size-base !default;
609
$--rate-icon-size: 18px !default;
610
$--rate-icon-margin: 6px !default;
611
$--rate-icon-color: $--color-text-placeholder !default;
612
613
/* DatePicker
614
--------------------------*/
615
$--datepicker-color: $--color-text-regular !default;
616
$--datepicker-off-color: $--color-text-placeholder !default;
617
$--datepicker-header-color: $--color-text-regular !default;
618
$--datepicker-icon-color: $--color-text-primary !default;
619
$--datepicker-border-color: $--disabled-border-base !default;
620
$--datepicker-inner-border-color: #e4e4e4 !default;
621
$--datepicker-inrange-color: $--border-color-extra-light !default;
622
$--datepicker-inrange-hover-color: $--border-color-extra-light !default;
623
$--datepicker-active-color: $--color-primary !default;
624
$--datepicker-text-hover-color: $--color-primary !default;
625
$--datepicker-cell-hover-color: #fff !default;
626
627
/* Loading
628
--------------------------*/
629
$--loading-spinner-size: 42px !default;
630
$--loading-fullscreen-spinner-size: 50px !default;
631
632
/* Scrollbar
633
--------------------------*/
634
$--scrollbar-background-color: rgba($--color-text-secondary, .3) !default;
635
$--scrollbar-hover-background-color: rgba($--color-text-secondary, .5) !default;
636
637
/* Carousel
638
--------------------------*/
639
$--carousel-arrow-font-size: 12px !default;
640
$--carousel-arrow-size: 36px !default;
641
$--carousel-arrow-background: rgba(31, 45, 61, 0.11) !default;
642
$--carousel-arrow-hover-background: rgba(31, 45, 61, 0.23) !default;
643
$--carousel-indicator-width: 30px !default;
644
$--carousel-indicator-height: 2px !default;
645
$--carousel-indicator-padding-horizontal: 4px !default;
646
$--carousel-indicator-padding-vertical: 12px !default;
647
$--carousel-indicator-out-color: $--border-color-hover !default;
648
649
/* Collapse
650
--------------------------*/
651
$--collapse-border-color: $--border-color-lighter !default;
652
$--collapse-header-height: 48px !default;
653
$--collapse-header-padding: 20px !default;
654
$--collapse-header-fill: $--color-white !default;
655
$--collapse-header-color: $--color-text-primary !default;
656
$--collapse-header-size: 13px !default;
657
$--collapse-content-fill: $--color-white !default;
658
$--collapse-content-size: 13px !default;
659
$--collapse-content-color: $--color-text-primary !default;
660
661
/* Transfer
662
--------------------------*/
663
$--transfer-border-color: $--border-color-lighter !default;
664
$--transfer-border-radius: $--border-radius-base !default;
665
$--transfer-panel-width: 200px !default;
666
$--transfer-panel-header-height: 40px !default;
667
$--transfer-panel-header-background: $--background-color-base !default;
668
$--transfer-panel-footer-height: 40px !default;
669
$--transfer-panel-body-height: 246px !default;
670
$--transfer-item-height: 30px !default;
671
$--transfer-item-hover-background: $--color-text-secondary !default;
672
$--transfer-filter-height: 32px !default;
673
674
/* Header
675
  --------------------------*/
676
$--header-padding: 0 20px !default;
677
678
/* Footer
679
--------------------------*/
680
$--footer-padding: 0 20px !default;
681
682
/* Main
683
--------------------------*/
684
$--main-padding: 20px !default;
685
686
/* Break-point
687
--------------------------*/
688
$--sm: 768px !default;
689
$--md: 992px !default;
690
$--lg: 1200px !default;
691
$--xl: 1920px !default;
4 692
5
/* 改变 icon 字体路径变量,必需 */
6
$--font-path: '~element-ui/lib/theme-chalk/fonts';
693
$--breakpoints: (
694
  'xs' : (max-width: $--sm - 1),
695
  'sm' : (min-width: $--sm),
696
  'md' : (min-width: $--md),
697
  'lg' : (min-width: $--lg),
698
  'xl' : (min-width: $--xl)
699
);
7 700
8
@import "~element-ui/packages/theme-chalk/src/index";
701
$--breakpoints-spec: (
702
  'xs-only' : (max-width: $--sm - 1),
703
  'sm-and-up' : (min-width: $--sm),
704
  'sm-only': "(min-width: #{$--sm}) and (max-width: #{$--md} - 1)",
705
  'sm-and-down': (max-width: $--md - 1),
706
  'md-and-up' : (min-width: $--md),
707
  'md-only': "(min-width: #{$--md}) and (max-width: #{$--lg } - 1)",
708
  'md-and-down': (max-width: $--lg - 1),
709
  'lg-and-up' : (min-width: $--lg),
710
  'lg-only': "(min-width: #{$--lg}) and (max-width: #{$--xl } - 1)",
711
  'lg-and-down': (max-width: $--xl - 1),
712
  'xl-only' : (min-width: $--xl),
713
);

+ 1 - 2
src/styles/index.scss

@ -1,5 +1,4 @@
1
@import './mixin.scss';
2
@import './base.scss';
1
@import './base.css';
3 2
@import './common.scss';
4 3
@import './listitem.scss';
5 4
@import './browse.scss';

+ 3 - 0
src/styles/listitem.scss

@ -87,6 +87,9 @@
87 87
  }
88 88
  .list-head{
89 89
    @include center-items(162px,108px);
90
    .item-pic-org{
91
      @include center-items(162px,108px);
92
    }
90 93
  }
91 94
  .list-info{
92 95
    flex: 1 1 170px;