Commit f937541e by Administrator

pc版ui调整

parent e24faf45
......@@ -31,4 +31,4 @@ if (!isPc) {
//
// }
window.location.href = 'http://' + window.location.host + '/zbh5/#/home'
}</script><link rel="shortcut icon" href=./logo.ico><link href=./static/css/main.8cc38ce514ff868157b0c2ac4cf4d768.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src="https://v1.cnzz.com/z_stat.php?id=1279964973&web_id=1279964973"></script><script type=text/javascript src=./static/js/manifest.d50fee616fb7e26b3352.js></script><script type=text/javascript src=./static/js/vendor.0f904a2f9d54c2874bc3.js></script><script type=text/javascript src=./static/js/main.6ee22970ca0aa5038265.js></script></body></html>
\ No newline at end of file
}</script><link rel="shortcut icon" href=./logo.ico><link href=./static/css/main.c885e24fb0983b47c11fc29d1abe2448.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src="https://v1.cnzz.com/z_stat.php?id=1279964973&web_id=1279964973"></script><script type=text/javascript src=./static/js/manifest.a46c5593282f0b0b5052.js></script><script type=text/javascript src=./static/js/vendor.0f904a2f9d54c2874bc3.js></script><script type=text/javascript src=./static/js/main.f8f322ffbba300f02cb6.js></script></body></html>
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
webpackJsonp([16],{"52JE":function(t,n,a){var e=a("b6vC");"string"==typeof e&&(e=[[t.i,e,""]]),e.locals&&(t.exports=e.locals);a("rjj0")("4d04f580",e,!0,{})},PCv4:function(t,n,a){(t.exports=a("FZ+f")(!1)).push([t.i,"\n.new-html p{\n margin-top: 13px;\n font-size: 15px;\n text-indent: 50px;\n}\n.title{\n display: none;\n}\n.new-html img{\n margin-left: 25%;\n}\n",""])},"RWv/":function(t,n,a){"use strict";Object.defineProperty(n,"__esModule",{value:!0});var e={name:"index",data:function(){return{newData:[]}},mounted:function(){this.getInfo()},methods:{toPage:function(t,n){var a=this.$router.resolve({path:t,query:{id:n}});window.open(a.href,"_blank")},getInfo:function(){var t=this,n={id:this.$route.query.id};this.$axios("post","/article/getArticleInfoById",n).then(function(n){200===n.code&&(t.newData=n.data)})}}},i={render:function(){var t=this,n=t.$createElement,a=t._self._c||n;return a("div",{staticClass:"fx justify-center"},[a("div",{staticClass:"new"},[a("div",{staticClass:"new-deatil"},[a("h1",[t._v(t._s(t.newData.title))]),t._v(" "),a("div",{staticClass:"mt-10 fs-12"},[a("span",{staticClass:"c-9"},[t._v("作者:")]),t._v(t._s(t.newData.authorName)+"\n "),a("span",{staticClass:"ml-10 c-9 fs-12"},[t._v("发布时间:"+t._s(t.newData.releaseTime))]),t._v(" "),a("span",{staticClass:"ml-10 c-9 fs-12"},[t._v("阅读数量:"+t._s(t.newData.readNum))])]),t._v(" "),a("div",{staticClass:"new-html",domProps:{innerHTML:t._s(t.newData.content)}}),t._v(" "),a("div",{staticClass:"fx align-items mt-20"},[a("div",[t._v("标签:")]),t._v(" "),t._l(t.newData.tags,function(n,e){return a("div",{key:e,staticClass:"new-tags"},[t._v(t._s(n.name))])})],2)]),t._v(" "),t._m(0),t._v(" "),a("div",{staticClass:"new-list"},t._l(t.newData.associateArticle,function(n,e){return a("div",{staticClass:"fx new-list-li",on:{click:function(a){return t.toPage("newDeatil",n.id)}}},[a("div",[a("img",{staticClass:"coverPicture",attrs:{src:n.coverPicture}})]),t._v(" "),a("div",{staticClass:"ml-20",staticStyle:{width:"100%"}},[a("div",{staticClass:"fs-18 fw-700"},[t._v(t._s(n.title))])])])}),0)])])},staticRenderFns:[function(){var t=this.$createElement,n=this._self._c||t;return n("div",{staticClass:"fx align-items mt-20 mb-15"},[n("div",[n("img",{attrs:{src:"http://bucket.hszb66.cn/static/pc/Pad.png"}})]),this._v(" "),n("div",{staticClass:"ml-10 fs-22"},[this._v("推荐资讯")])])}]};var s=a("VU/8")(e,i,!1,function(t){a("52JE"),a("ked0")},"data-v-00b8acd8",null);n.default=s.exports},b6vC:function(t,n,a){(t.exports=a("FZ+f")(!1)).push([t.i,"\n.new[data-v-00b8acd8]{\n width: 1400px;\n min-height: 100vh;\n}\n.new-deatil[data-v-00b8acd8]{\n background: #FFFFFF;\n -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);\n box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);\n border-radius: 7px;\n padding: 20px;\n margin-top: 40px;\n}\n.new-tags[data-v-00b8acd8]{\n padding: 5px 10px;\n background: -webkit-gradient(linear, left top, left bottom, from(#EA6A6D), to(#B1373C));\n background: linear-gradient(180deg, #EA6A6D 0%, #B1373C 100%);\n color: #FFFFFF;\n border-radius: 5px;\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-align: center;\n -ms-flex-align: center;\n align-items: center;\n -webkit-box-pack: center;\n -ms-flex-pack: center;\n justify-content: center;\n margin-right: 10px;\n font-size: 12px;\n font-weight: 700;\n}\n.new-list[data-v-00b8acd8]{\n background: #FFFFFF;\n -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);\n box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);\n border-radius: 7px;\n padding: 20px;\n}\n.coverPicture[data-v-00b8acd8]{\n width: 180px;\n height: 106px;\n border-radius: 7px;\n}\n.new-list-li[data-v-00b8acd8]{\n border-bottom: 1px solid #F2F2F2;\n padding: 20px 0px;\n cursor: pointer;\n}\n",""])},ked0:function(t,n,a){var e=a("PCv4");"string"==typeof e&&(e=[[t.i,e,""]]),e.locals&&(t.exports=e.locals);a("rjj0")("1115098a",e,!0,{})}});
\ No newline at end of file
webpackJsonp([16],{D47K:function(t,n,e){(t.exports=e("FZ+f")(!1)).push([t.i,"\n.new-html p{\n margin-top: 13px;\n font-size: 15px;\n text-indent: 50px;\n}\n.title{\n display: none;\n}\n.new-html img{\n margin-left: 25%;\n}\n",""])},LcMq:function(t,n,e){var a=e("D47K");"string"==typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);e("rjj0")("460f4d2b",a,!0,{})},"RWv/":function(t,n,e){"use strict";Object.defineProperty(n,"__esModule",{value:!0});var a={name:"index",data:function(){return{newData:[]}},mounted:function(){this.getInfo()},methods:{toPage:function(t,n){var e=this.$router.resolve({path:t,query:{id:n}});window.open(e.href,"_blank")},getInfo:function(){var t=this,n={id:this.$route.query.id};this.$axios("post","/article/getArticleInfoById",n).then(function(n){200===n.code&&(t.newData=n.data)})}}},i={render:function(){var t=this,n=t.$createElement,e=t._self._c||n;return e("div",{staticClass:"fx justify-center"},[e("div",{staticClass:"new"},[e("div",{staticClass:"new-deatil"},[e("h1",[t._v(t._s(t.newData.title))]),t._v(" "),e("div",{staticClass:"mt-10 fs-12"},[e("span",{staticClass:"c-9"},[t._v("作者:")]),t._v(t._s(t.newData.authorName)+"\n "),e("span",{staticClass:"ml-10 c-9 fs-12"},[t._v("发布时间:"+t._s(t.newData.releaseTime))]),t._v(" "),e("span",{staticClass:"ml-10 c-9 fs-12"},[t._v("阅读数量:"+t._s(t.newData.readNum))])]),t._v(" "),e("div",{staticClass:"new-html",domProps:{innerHTML:t._s(t.newData.content)}}),t._v(" "),e("div",{staticClass:"fx align-items mt-20"},[e("div",[t._v("标签:")]),t._v(" "),t._l(t.newData.tags,function(n,a){return e("div",{key:a,staticClass:"new-tags"},[t._v(t._s(n.name))])})],2)]),t._v(" "),t._m(0),t._v(" "),e("div",{staticClass:"new-list"},t._l(t.newData.associateArticle,function(n,a){return e("div",{staticClass:"fx new-list-li",on:{click:function(e){return t.toPage("newDeatil",n.id)}}},[e("div",[e("img",{staticClass:"coverPicture",attrs:{src:n.coverPicture}})]),t._v(" "),e("div",{staticClass:"ml-20",staticStyle:{width:"100%"}},[e("div",{staticClass:"fs-18 fw-700"},[t._v(t._s(n.title))])])])}),0)])])},staticRenderFns:[function(){var t=this.$createElement,n=this._self._c||t;return n("div",{staticClass:"fx align-items mt-20 mb-15"},[n("div",[n("img",{attrs:{src:"http://bucket.hszb66.cn/static/pc/Pad.png"}})]),this._v(" "),n("div",{staticClass:"ml-10 fs-22"},[this._v("推荐资讯")])])}]};var s=e("VU/8")(a,i,!1,function(t){e("ZmJE"),e("LcMq")},"data-v-0be0f554",null);n.default=s.exports},ZmJE:function(t,n,e){var a=e("bJvt");"string"==typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);e("rjj0")("9c598c82",a,!0,{})},bJvt:function(t,n,e){(t.exports=e("FZ+f")(!1)).push([t.i,"\n.new[data-v-0be0f554]{\n width: 1200px;\n min-height: 100vh;\n}\n.new-deatil[data-v-0be0f554]{\n background: #FFFFFF;\n -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);\n box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);\n border-radius: 7px;\n padding: 20px;\n margin-top: 40px;\n}\n.new-tags[data-v-0be0f554]{\n padding: 5px 10px;\n background: -webkit-gradient(linear, left top, left bottom, from(#EA6A6D), to(#B1373C));\n background: linear-gradient(180deg, #EA6A6D 0%, #B1373C 100%);\n color: #FFFFFF;\n border-radius: 5px;\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-align: center;\n -ms-flex-align: center;\n align-items: center;\n -webkit-box-pack: center;\n -ms-flex-pack: center;\n justify-content: center;\n margin-right: 10px;\n font-size: 12px;\n font-weight: 700;\n}\n.new-list[data-v-0be0f554]{\n background: #FFFFFF;\n -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);\n box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);\n border-radius: 7px;\n padding: 20px;\n}\n.coverPicture[data-v-0be0f554]{\n width: 180px;\n height: 106px;\n border-radius: 7px;\n}\n.new-list-li[data-v-0be0f554]{\n border-bottom: 1px solid #F2F2F2;\n padding: 20px 0px;\n cursor: pointer;\n}\n",""])}});
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
!function(e){var n=window.webpackJsonp;window.webpackJsonp=function(r,c,o){for(var d,f,i,u=0,b=[];u<r.length;u++)f=r[u],t[f]&&b.push(t[f][0]),t[f]=0;for(d in c)Object.prototype.hasOwnProperty.call(c,d)&&(e[d]=c[d]);for(n&&n(r,c,o);b.length;)b.shift()();if(o)for(u=0;u<o.length;u++)i=a(a.s=o[u]);return i};var r={},t={25:0};function a(n){if(r[n])return r[n].exports;var t=r[n]={i:n,l:!1,exports:{}};return e[n].call(t.exports,t,t.exports,a),t.l=!0,t.exports}a.e=function(e){var n=t[e];if(0===n)return new Promise(function(e){e()});if(n)return n[2];var r=new Promise(function(r,a){n=t[e]=[r,a]});n[2]=r;var c=document.getElementsByTagName("head")[0],o=document.createElement("script");o.type="text/javascript",o.charset="utf-8",o.async=!0,o.timeout=12e4,a.nc&&o.setAttribute("nonce",a.nc),o.src=a.p+"static/js/"+e+"."+{0:"3c3567923c3969d2b016",1:"360daa8364177aa3e37a",2:"1f8a856363085e463ead",3:"5ec36d75319bb18631d0",4:"22b2f5ce3d2634e96f7d",5:"8e7703994ec87084d57c",6:"82ca761e3d6f1d8c2528",7:"cbae7357c637d22d80ad",8:"b5ef5e13e52a72289414",9:"c54b7811e887507025e1",10:"58435c2ea33c5c728bf3",11:"5e60d70d35ee34bdf046",12:"d13897fb888bfe6d63a4",13:"745aa6ccc43d69695bf0",14:"cd1ba3acae120dd94e86",15:"e80ac0bd29fe8f313c3f",16:"6a47fc7b5b9fb92578d6",17:"87f6e651e2d025fa050a",18:"7dff1278b3a50835244a",19:"61b133fed9f9d26edf2e",20:"21616153a80c429b0be8",21:"c2057a40d2aa94e496b3",22:"3247be5e21d82bbd590c"}[e]+".js";var d=setTimeout(f,12e4);function f(){o.onerror=o.onload=null,clearTimeout(d);var n=t[e];0!==n&&(n&&n[1](new Error("Loading chunk "+e+" failed.")),t[e]=void 0)}return o.onerror=o.onload=f,c.appendChild(o),r},a.m=e,a.c=r,a.d=function(e,n,r){a.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:r})},a.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(n,"a",n),n},a.o=function(e,n){return Object.prototype.hasOwnProperty.call(e,n)},a.p="./",a.oe=function(e){throw console.error(e),e}}([]);
\ No newline at end of file
!function(e){var n=window.webpackJsonp;window.webpackJsonp=function(r,t,o){for(var f,d,i,u=0,b=[];u<r.length;u++)d=r[u],c[d]&&b.push(c[d][0]),c[d]=0;for(f in t)Object.prototype.hasOwnProperty.call(t,f)&&(e[f]=t[f]);for(n&&n(r,t,o);b.length;)b.shift()();if(o)for(u=0;u<o.length;u++)i=a(a.s=o[u]);return i};var r={},c={25:0};function a(n){if(r[n])return r[n].exports;var c=r[n]={i:n,l:!1,exports:{}};return e[n].call(c.exports,c,c.exports,a),c.l=!0,c.exports}a.e=function(e){var n=c[e];if(0===n)return new Promise(function(e){e()});if(n)return n[2];var r=new Promise(function(r,a){n=c[e]=[r,a]});n[2]=r;var t=document.getElementsByTagName("head")[0],o=document.createElement("script");o.type="text/javascript",o.charset="utf-8",o.async=!0,o.timeout=12e4,a.nc&&o.setAttribute("nonce",a.nc),o.src=a.p+"static/js/"+e+"."+{0:"95f55486ad441056694c",1:"5581a12d8e327b3e8d21",2:"c835a42a2946ac061f2f",3:"4b898de99465fc4c2425",4:"c1530ad29d1f3fa08559",5:"c67ea79cb5f3d515aee5",6:"24434b31483bee3375c3",7:"5c2b7a0cb58286b10508",8:"92f0c1ae65b59994206e",9:"8d4ad8592a3d9f7c11d2",10:"58435c2ea33c5c728bf3",11:"5e60d70d35ee34bdf046",12:"d13897fb888bfe6d63a4",13:"f5e325ff599d74b299ce",14:"138cd4f8b2199ca773cc",15:"e80ac0bd29fe8f313c3f",16:"79d5e7e41826bf15f651",17:"0f4f22e7a6ead02c5a0c",18:"a1c0aca820ec8c86babf",19:"f70ad5dfe45d9b7fef74",20:"1673142aa1edaa84107d",21:"8f7ea7492e695c065a2c",22:"d444a1e31c786bae8697"}[e]+".js";var f=setTimeout(d,12e4);function d(){o.onerror=o.onload=null,clearTimeout(f);var n=c[e];0!==n&&(n&&n[1](new Error("Loading chunk "+e+" failed.")),c[e]=void 0)}return o.onerror=o.onload=d,t.appendChild(o),r},a.m=e,a.c=r,a.d=function(e,n,r){a.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:r})},a.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(n,"a",n),n},a.o=function(e,n){return Object.prototype.hasOwnProperty.call(e,n)},a.p="./",a.oe=function(e){throw console.error(e),e}}([]);
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment