diff --git a/public/js/count.js b/public/js/count.js new file mode 100644 index 0000000..2724fe3 --- /dev/null +++ b/public/js/count.js @@ -0,0 +1,8 @@ +// 百度统计代码 +var _hmt = _hmt || []; +(function() { + var hm = document.createElement("script"); + hm.src = "https://hm.baidu.com/hm.js?579b3df8d003f1325facea62cddd6c89"; + var s = document.getElementsByTagName("script")[0]; + s.parentNode.insertBefore(hm, s); +})(); \ No newline at end of file diff --git a/src/App.vue b/src/App.vue index 71fca0b..0f3f2a6 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1138,6 +1138,9 @@ textarea { text-align: justify; margin-top: .2rem; } +.expert-body p{ + line-height: 1.7; +} .detail-section h3{ font-size: .32rem; line-height: 1.5; diff --git a/src/main.js b/src/main.js index a6b05b6..a8a6198 100644 --- a/src/main.js +++ b/src/main.js @@ -49,4 +49,4 @@ Vue.use(VueAxios, axios) new Vue({ router, render: h => h(App) -}).$mount('#app') +}).$mount('#app') \ No newline at end of file diff --git a/src/views/home/evaluation/index.vue b/src/views/home/evaluation/index.vue index 9fbfa5b..dde9ebd 100644 --- a/src/views/home/evaluation/index.vue +++ b/src/views/home/evaluation/index.vue @@ -46,7 +46,8 @@