From edfa20f9eac9f984caef067d1104192ef7b003ae Mon Sep 17 00:00:00 2001 From: liuqimichale <123456lq> Date: Fri, 10 Jan 2020 18:22:12 +0800 Subject: [PATCH] 解决方案 --- src/App.vue | 2 ++ src/assets/css/commonCss/reset.css | 3 +++ src/assets/images/solution/solution1.png | Bin 0 -> 775340 bytes src/assets/images/solution/solution2.png | Bin 0 -> 255525 bytes src/assets/images/solution/solution3.png | Bin 0 -> 622727 bytes src/assets/images/solution/solution4.png | Bin 0 -> 924095 bytes src/assets/images/solution/solution5.png | Bin 0 -> 915219 bytes src/views/solution/components/solutionSelect0.vue | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- src/views/solution/index.vue | 2 +- 9 files changed, 78 insertions(+), 2 deletions(-) create mode 100644 src/assets/images/solution/solution1.png create mode 100644 src/assets/images/solution/solution2.png create mode 100644 src/assets/images/solution/solution3.png create mode 100644 src/assets/images/solution/solution4.png create mode 100644 src/assets/images/solution/solution5.png diff --git a/src/App.vue b/src/App.vue index 0742e4c..3d018de 100644 --- a/src/App.vue +++ b/src/App.vue @@ -25,6 +25,8 @@ export default { font-family: 'Avenir', Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; + color: #333; + font-size: 14px; } .header { diff --git a/src/assets/css/commonCss/reset.css b/src/assets/css/commonCss/reset.css index cb0605f..c6a87db 100644 --- a/src/assets/css/commonCss/reset.css +++ b/src/assets/css/commonCss/reset.css @@ -101,6 +101,9 @@ table { .clearfix { *zoom: 1; } +.overHidden{ + overflow: hidden; +} .fl{ float: left; } diff --git a/src/assets/images/solution/solution1.png b/src/assets/images/solution/solution1.png new file mode 100644 index 0000000..1afef49 Binary files /dev/null and b/src/assets/images/solution/solution1.png differ diff --git a/src/assets/images/solution/solution2.png b/src/assets/images/solution/solution2.png new file mode 100644 index 0000000..4380748 Binary files /dev/null and b/src/assets/images/solution/solution2.png differ diff --git a/src/assets/images/solution/solution3.png b/src/assets/images/solution/solution3.png new file mode 100644 index 0000000..38c8978 Binary files /dev/null and b/src/assets/images/solution/solution3.png differ diff --git a/src/assets/images/solution/solution4.png b/src/assets/images/solution/solution4.png new file mode 100644 index 0000000..6d08836 Binary files /dev/null and b/src/assets/images/solution/solution4.png differ diff --git a/src/assets/images/solution/solution5.png b/src/assets/images/solution/solution5.png new file mode 100644 index 0000000..b72c13f Binary files /dev/null and b/src/assets/images/solution/solution5.png differ diff --git a/src/views/solution/components/solutionSelect0.vue b/src/views/solution/components/solutionSelect0.vue index 3ec6563..7dd4a12 100644 --- a/src/views/solution/components/solutionSelect0.vue +++ b/src/views/solution/components/solutionSelect0.vue @@ -1,5 +1,76 @@