Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
h5
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
338bbe69
authored
Dec 19, 2019
by
梁建民
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
bug
parent
7127ca26
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
src/views/download/Index.vue
view/21.js
src/views/download/Index.vue
View file @
338bbe69
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
<ul
class=
"boxsiz"
>
<ul
class=
"boxsiz"
>
<li
class=
"boxsiz"
v-for=
"(item, index) in articleShowData"
:key=
"index"
>
<li
class=
"boxsiz"
v-for=
"(item, index) in articleShowData"
:key=
"index"
>
<
template
v-if=
"loginCheck"
>
<
template
v-if=
"loginCheck"
>
<p
class=
"t1"
@
click=
"download(item.data_id)"
>
{{
item
.
title
}}
</p>
<p
class=
"t1"
>
{{
item
.
title
}}
</p>
</
template
>
</
template
>
<
template
v-else
>
<
template
v-else
>
<p
class=
"t1"
@
click=
"toUrl"
>
{{
item
.
title
}}
</p>
<p
class=
"t1"
@
click=
"toUrl"
>
{{
item
.
title
}}
</p>
...
...
view/21.js
View file @
338bbe69
...
@@ -20,7 +20,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var core
...
@@ -20,7 +20,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var core
/***/
(
function
(
module
,
__webpack_exports__
,
__webpack_require__
)
{
/***/
(
function
(
module
,
__webpack_exports__
,
__webpack_require__
)
{
"use strict"
;
"use strict"
;
eval
(
"__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\n \"section\",\n { staticClass: \"news\" },\n [\n _c(\"Header\", {\n attrs: {\n bgcolor: \"#fff\",\n title: _vm.title,\n meaushow: _vm.meaushow,\n download: _vm.loginCheck\n }\n }),\n _vm._m(0),\n _vm.getfileuploadbanner.length > 0\n ? [\n _c(\n \"van-swipe\",\n {\n staticClass: \"a\",\n attrs: { autoplay: 3000, height: _vm.bannerHeight }\n },\n _vm._l(_vm.getfileuploadbanner, function(item, index) {\n return _c(\"van-swipe-item\", { key: index }, [\n _c(\n \"a\",\n {\n attrs: {\n href: item.url,\n target: item.window_open > 0 ? \"_blank\" : \"_self\"\n }\n },\n [\n _c(\"img\", {\n attrs: {\n src: item.images,\n height: \"100%\",\n width: \"100%\"\n }\n })\n ]\n )\n ])\n }),\n 1\n )\n ]\n : _vm._e(),\n _c(\"div\", { staticClass: \"nav-tab\" }, [\n _c(\n \"ul\",\n _vm._l(_vm.showClass, function(item, index) {\n return _c(\n \"li\",\n {\n key: index,\n class: { curr: _vm.active == index },\n on: {\n click: function($event) {\n return _vm.handleSelect(index, item.class_id)\n }\n }\n },\n [_vm._v(_vm._s(item.class_name))]\n )\n }),\n 0\n )\n ]),\n _c(\"div\", { staticClass: \"down-list\" }, [\n _c(\n \"ul\",\n { staticClass: \"boxsiz\" },\n _vm._l(_vm.articleShowData, function(item, index) {\n return _c(\n \"li\",\n { key: index, staticClass: \"boxsiz\" },\n [\n _vm.loginCheck\n ? [\n _c(\
n \"p\",\n {\n staticClass: \"t1\",\n on: {\n click: function($event) {\n return _vm.download(item.data_id)\n }\n }\n },\n [_vm._v(_vm._s(item.title))]\n
)\n ]\n : [\n _c(\"p\", { staticClass: \"t1\", on: { click: _vm.toUrl } }, [\n _vm._v(_vm._s(item.title))\n ])\n ],\n _c(\n \"div\",\n { staticClass: \"bar\" },\n [\n _c(\"p\", { staticClass: \"t2\" }, [\n _vm._v(\"已下载\" + _vm._s(item.download_num) + \"次\")\n ]),\n _vm.loginCheck\n ? [\n _c(\n \"a\",\n {\n staticClass: \"btn\",\n on: {\n click: function($event) {\n return _vm.download(item.data_id, 1)\n }\n }\n },\n [_vm._v(\"下载\")]\n )\n ]\n : [\n _c(\n \"a\",\n { staticClass: \"btn\", on: { click: _vm.toUrl } },\n [_vm._v(\"下载\")]\n )\n ]\n ],\n 2\n )\n ],\n 2\n )\n }),\n 0\n ),\n _c(\"p\", { staticClass: \"txt-tip\" }, [\n _vm._v(\n \"\\n 法律声明:本资料库的文档为网络收集,仅供学习使用,勿做商用\\n \"\n )\n ])\n ]),\n !_vm.loginCheck\n ? [\n _c(\"div\", { staticClass: \"islogin\", on: { click: _vm.toUrl } }, [\n _c(\"img\", {\n attrs: {\n src: __webpack_require__(/*! ../../assets/images/download/loading.png */ \"./src/assets/images/download/loading.png\"),\n alt: \"\"\n }\n }),\n _c(\"a\", { attrs: { href: \"javascript:;\" } }, [\n _vm._v(\"登录查看更多哦\")\n ])\n ])\n ]\n : _vm._e(),\n _c(\n \"div\",\n {\n directives: [{ name: \"backTopWindow\", rawName: \"v-backTopWindow\" }],\n staticClass: \"slide-bar\",\n staticStyle: { cursor: \"pointer\" }\n },\n [\n _vm.navListfixed\n ? _c(\"div\", { staticClass: \"backtop\" }, [\n _c(\"i\", { staticClass: \"iconfont icon-xiangshang1\" })\n ])\n : _vm._e()\n ]\n )\n ],\n 2\n )\n}\nvar staticRenderFns = [\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", { staticClass: \"new-head boxsiz\" }, [\n _c(\"a\", { staticClass: \"logo\", attrs: { href: \"/\" } }, [\n _c(\"img\", {\n attrs: {\n src: __webpack_require__(/*! ../../assets/images/download/logo.png */ \"./src/assets/images/download/logo.png\"),\n alt: \"猎芯网\"\n }\n })\n ]),\n _c(\"span\", { staticClass: \"t1\" }, [_vm._v(\"猎芯网\")])\n ])\n }\n]\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack:///./src/views/download/Index.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%221627c33a-vue-loader-template%22%7D!./node_modules/_vue-loader@15.7.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.7.1@vue-loader/lib??vue-loader-options"
);
eval
(
"__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\n \"section\",\n { staticClass: \"news\" },\n [\n _c(\"Header\", {\n attrs: {\n bgcolor: \"#fff\",\n title: _vm.title,\n meaushow: _vm.meaushow,\n download: _vm.loginCheck\n }\n }),\n _vm._m(0),\n _vm.getfileuploadbanner.length > 0\n ? [\n _c(\n \"van-swipe\",\n {\n staticClass: \"a\",\n attrs: { autoplay: 3000, height: _vm.bannerHeight }\n },\n _vm._l(_vm.getfileuploadbanner, function(item, index) {\n return _c(\"van-swipe-item\", { key: index }, [\n _c(\n \"a\",\n {\n attrs: {\n href: item.url,\n target: item.window_open > 0 ? \"_blank\" : \"_self\"\n }\n },\n [\n _c(\"img\", {\n attrs: {\n src: item.images,\n height: \"100%\",\n width: \"100%\"\n }\n })\n ]\n )\n ])\n }),\n 1\n )\n ]\n : _vm._e(),\n _c(\"div\", { staticClass: \"nav-tab\" }, [\n _c(\n \"ul\",\n _vm._l(_vm.showClass, function(item, index) {\n return _c(\n \"li\",\n {\n key: index,\n class: { curr: _vm.active == index },\n on: {\n click: function($event) {\n return _vm.handleSelect(index, item.class_id)\n }\n }\n },\n [_vm._v(_vm._s(item.class_name))]\n )\n }),\n 0\n )\n ]),\n _c(\"div\", { staticClass: \"down-list\" }, [\n _c(\n \"ul\",\n { staticClass: \"boxsiz\" },\n _vm._l(_vm.articleShowData, function(item, index) {\n return _c(\n \"li\",\n { key: index, staticClass: \"boxsiz\" },\n [\n _vm.loginCheck\n ? [\n _c(\
"p\", { staticClass: \"t1\" }, [\n _vm._v(_vm._s(item.title))\n ]
)\n ]\n : [\n _c(\"p\", { staticClass: \"t1\", on: { click: _vm.toUrl } }, [\n _vm._v(_vm._s(item.title))\n ])\n ],\n _c(\n \"div\",\n { staticClass: \"bar\" },\n [\n _c(\"p\", { staticClass: \"t2\" }, [\n _vm._v(\"已下载\" + _vm._s(item.download_num) + \"次\")\n ]),\n _vm.loginCheck\n ? [\n _c(\n \"a\",\n {\n staticClass: \"btn\",\n on: {\n click: function($event) {\n return _vm.download(item.data_id, 1)\n }\n }\n },\n [_vm._v(\"下载\")]\n )\n ]\n : [\n _c(\n \"a\",\n { staticClass: \"btn\", on: { click: _vm.toUrl } },\n [_vm._v(\"下载\")]\n )\n ]\n ],\n 2\n )\n ],\n 2\n )\n }),\n 0\n ),\n _c(\"p\", { staticClass: \"txt-tip\" }, [\n _vm._v(\n \"\\n 法律声明:本资料库的文档为网络收集,仅供学习使用,勿做商用\\n \"\n )\n ])\n ]),\n !_vm.loginCheck\n ? [\n _c(\"div\", { staticClass: \"islogin\", on: { click: _vm.toUrl } }, [\n _c(\"img\", {\n attrs: {\n src: __webpack_require__(/*! ../../assets/images/download/loading.png */ \"./src/assets/images/download/loading.png\"),\n alt: \"\"\n }\n }),\n _c(\"a\", { attrs: { href: \"javascript:;\" } }, [\n _vm._v(\"登录查看更多哦\")\n ])\n ])\n ]\n : _vm._e(),\n _c(\n \"div\",\n {\n directives: [{ name: \"backTopWindow\", rawName: \"v-backTopWindow\" }],\n staticClass: \"slide-bar\",\n staticStyle: { cursor: \"pointer\" }\n },\n [\n _vm.navListfixed\n ? _c(\"div\", { staticClass: \"backtop\" }, [\n _c(\"i\", { staticClass: \"iconfont icon-xiangshang1\" })\n ])\n : _vm._e()\n ]\n )\n ],\n 2\n )\n}\nvar staticRenderFns = [\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", { staticClass: \"new-head boxsiz\" }, [\n _c(\"a\", { staticClass: \"logo\", attrs: { href: \"/\" } }, [\n _c(\"img\", {\n attrs: {\n src: __webpack_require__(/*! ../../assets/images/download/logo.png */ \"./src/assets/images/download/logo.png\"),\n alt: \"猎芯网\"\n }\n })\n ]),\n _c(\"span\", { staticClass: \"t1\" }, [_vm._v(\"猎芯网\")])\n ])\n }\n]\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack:///./src/views/download/Index.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%221627c33a-vue-loader-template%22%7D!./node_modules/_vue-loader@15.7.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.7.1@vue-loader/lib??vue-loader-options"
);
/***/
}),
/***/
}),
...
@@ -42,7 +42,7 @@ eval("exports = module.exports = __webpack_require__(/*! ../../../node_modules/_
...
@@ -42,7 +42,7 @@ eval("exports = module.exports = __webpack_require__(/*! ../../../node_modules/_
/*! no static exports found */
/*! no static exports found */
/***/
(
function
(
module
,
exports
,
__webpack_require__
)
{
/***/
(
function
(
module
,
exports
,
__webpack_require__
)
{
eval
(
"exports = module.exports = __webpack_require__(/*! ../../../../node_modules/_css-loader@1.0.1@css-loader/lib/css-base.js */ \"./node_modules/_css-loader@1.0.1@css-loader/lib/css-base.js\")(false);\n// imports\n\n\n// module\nexports.push([module.i, \".news .borderBottom {\\
n border-bottom: 1px solid #e5e5e5;\\n}\\n.news .navList {\\n border-bottom: 1px solid #e5e5e5;\\n padding: 0 10px;\\n clear: both;\\n height: 40px;\\n line-height: 40px;\\n font-size: 14px;\\n background: #fff;\\n overflow: hidden;\\n}\\n.news .navList p {\\n text-align: center;\\n width: 33.33%;\\n color: #333;\\n float: left;\\n cursor: pointer;\\n height: 40px;\\n line-height: 40px;\\n}\\n.news .navList p.act {\\n color: #e10601;\\n border-bottom: 2px solid #e10601;\\n}\\n.news .navListfixed {\\n border-bottom: 1px solid #e5e5e5;\\n padding: 0 10px;\\n clear: both;\\n height: 40px;\\n line-height: 40px;\\n font-size: 14px;\\n background: #fff;\\n overflow: hidden;\\n position: fixed;\\n top: 39px;\\n left: 0;\\n right: 0px;\\n}\\n.news .navListfixed p {\\n text-align: center;\\n width: 33.33%;\\n color: #333;\\n float: left;\\n cursor: pointer;\\n height: 40px;\\n line-height: 40px;\\n}\\n.news .navListfixed p.act {\\n color: #e10601;\\n border-bottom: 2px solid #e10601;\\n}\\n.news .navList44 p {\\n width: 25%;\\n}\\n.news .listBox li {\\n padding: 10px;\\n height: 100px;\\n border-bottom: 1px solid #e5e5e5;\\n -webkit-box-sizing: border-box;\\n box-sizing: border-box;\\n}\\n.news .listBox li img {\\n height: 75px;\\n width: 27%;\\n float: left;\\n border: 0px;\\n outline: none;\\n}\\n.news .listBox li .boxgrt {\\n height: 75px;\\n width: 66%;\\n float: right;\\n}\\n.news .listBox li .boxgrt .title {\\n overflow: hidden;\\n text-overflow: ellipsis;\\n display: -webkit-box;\\n -webkit-line-clamp: 2;\\n -webkit-box-orient: vertical;\\n color: #333;\\n font-size: 0.32rem;\\n font-weight: bold;\\n height: 50px;\\n line-height: 25px;\\n}\\n.news .listBox li .boxgrt .titleLook {\\n font-size: 14px;\\n color: #999;\\n margin-top: 5px;\\n}\\n.news .a {\\n margin-bottom: 0.5rem;\\n min-height: 200px;\\n}\\n.news .new-head {\\n height: 49px;\\n background: #f3f3f3;\\n padding: 0 0.4rem;\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n -ms-flex-direction: row;\\n flex-direction: row;\\n -webkit-box-align: center;\\n -ms-flex-align: center;\\n align-items: center;\\n}\\n.news .new-head .logo {\\n width: 30px;\\n height: 30px;\\n display: block;\\n}\\n.news .new-head .logo img {\\n width: 30px;\\n height: 30px;\\n display: block;\\n}\\n.news .new-head .t1 {\\n font-size: 16px;\\n color: #1080d0;\\n font-weight: 500;\\n margin-left: 0.267rem;\\n}\\n.news .nav-tab ul {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n background: #f3f3f3;\\n -ms-flex-wrap: wrap;\\n flex-wrap: wrap;\\n padding-top: 0.667rem;\\n}\\n.news .nav-tab ul li {\\n -webkit-box-flex: 1;\\n -ms-flex: 1;\\n flex: 1;\\n width: 25%;\\n min-width: 25%;\\n max-width: 25%;\\n margin-bottom: 0.653rem;\\n text-align: center;\\n font-size: 14px;\\n color: #333333;\\n}\\n.news .nav-tab ul li.curr {\\n color: #1080d0;\\n}\\n.news .down-list ul {\\n padding: 0 0.4rem;\\n}\\n.news .down-list ul li {\\n padding: 0.4rem 0;\\n border-bottom: 1px solid #e5e5e5;\\n}\\n.news .down-list ul li .t1 {\\n font-size: 16px;\\n color: #333333;\\n line-height: 24px;\\n overflow: hidden;\\n text-overflow: ellipsis;\\n white-space: normal;\\n display: -webkit-box;\\n -webkit-line-clamp: 2;\\n -webkit-box-orient: vertical;\\n}\\n.news .down-list ul li .bar {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n -ms-flex-direction: row;\\n flex-direction: row;\\n -webkit-box-pack: justify;\\n -ms-flex-pack: justify;\\n justify-content: space-between;\\n margin-top: 0.387rem;\\n -webkit-box-align: end;\\n -ms-flex-align: end;\\n align-items: flex-end;\\n}\\n.news .down-list ul li .bar .t2 {\\n font-size: 14px;\\n color: #999999;\\n}\\n.news .down-list ul li .bar .btn {\\n width: 85px;\\n height: 30px;\\n border-radius: 3px;\\n border: solid 1px #1080d0;\\n display: block;\\n font-size: 14px;\\n color: #1080d0;\\n text-align: center;\\n line-height: 30px;\\n}\\n.news .down-list .txt-tip {\\n padding: 0.4rem 0;\\n font-size: 12px;\\n color: #999999;\\n background: #fff;\\n text-align: center;\\n}\\n.news .islogin {\\n height: 50px;\\n background: #f3f3f3;\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n -webkit-box-orient: horizontal;\\n -webkit-box-direction: normal;\\n -ms-flex-direction: row;\\n flex-direction: row;\\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}\\n.news .islogin img {\\n width: 20px;\\n height: 20px;\\n}\\n.news .islogin a {\\n margin-left: 0.28rem;\\n font-size: 12px;
\\n color: #333333;\\n}\", \"\"]);\n\n// exports\n\n\n//# sourceURL=webpack:///./src/assets/css/news/down.css?./node_modules/_css-loader@1.0.1@css-loader??ref--6-oneOf-1-1!./node_modules/_vue-loader@15.7.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@3.0.0@postcss-loader/src??ref--6-oneOf-1-2"
);
eval
(
"exports = module.exports = __webpack_require__(/*! ../../../../node_modules/_css-loader@1.0.1@css-loader/lib/css-base.js */ \"./node_modules/_css-loader@1.0.1@css-loader/lib/css-base.js\")(false);\n// imports\n\n\n// module\nexports.push([module.i, \".news .borderBottom {\\
r\\n border-bottom: 1px solid #e5e5e5;\\n}\\n.news .navList {\\r\\n border-bottom: 1px solid #e5e5e5;\\r\\n padding: 0 10px;\\r\\n clear: both;\\r\\n height: 40px;\\r\\n line-height: 40px;\\r\\n font-size: 14px;\\r\\n background: #fff;\\r\\n overflow: hidden;\\n}\\n.news .navList p {\\r\\n text-align: center;\\r\\n width: 33.33%;\\r\\n color: #333;\\r\\n float: left;\\r\\n cursor: pointer;\\r\\n height: 40px;\\r\\n line-height: 40px;\\n}\\n.news .navList p.act {\\r\\n color: #e10601;\\r\\n border-bottom: 2px solid #e10601;\\n}\\n.news .navListfixed {\\r\\n border-bottom: 1px solid #e5e5e5;\\r\\n padding: 0 10px;\\r\\n clear: both;\\r\\n height: 40px;\\r\\n line-height: 40px;\\r\\n font-size: 14px;\\r\\n background: #fff;\\r\\n overflow: hidden;\\r\\n position: fixed;\\r\\n top: 39px;\\r\\n left: 0;\\r\\n right: 0px;\\n}\\n.news .navListfixed p {\\r\\n text-align: center;\\r\\n width: 33.33%;\\r\\n color: #333;\\r\\n float: left;\\r\\n cursor: pointer;\\r\\n height: 40px;\\r\\n line-height: 40px;\\n}\\n.news .navListfixed p.act {\\r\\n color: #e10601;\\r\\n border-bottom: 2px solid #e10601;\\n}\\n.news .navList44 p {\\r\\n width: 25%;\\n}\\n.news .listBox li {\\r\\n padding: 10px;\\r\\n height: 100px;\\r\\n border-bottom: 1px solid #e5e5e5;\\r\\n -webkit-box-sizing: border-box;\\r\\n box-sizing: border-box;\\n}\\n.news .listBox li img {\\r\\n height: 75px;\\r\\n width: 27%;\\r\\n float: left;\\r\\n border: 0px;\\r\\n outline: none;\\n}\\n.news .listBox li .boxgrt {\\r\\n height: 75px;\\r\\n width: 66%;\\r\\n float: right;\\n}\\n.news .listBox li .boxgrt .title {\\r\\n overflow: hidden;\\r\\n text-overflow: ellipsis;\\r\\n display: -webkit-box;\\r\\n -webkit-line-clamp: 2;\\r\\n -webkit-box-orient: vertical;\\r\\n color: #333;\\r\\n font-size: 0.32rem;\\r\\n font-weight: bold;\\r\\n height: 50px;\\r\\n line-height: 25px;\\n}\\n.news .listBox li .boxgrt .titleLook {\\r\\n font-size: 14px;\\r\\n color: #999;\\r\\n margin-top: 5px;\\n}\\n.news .a {\\r\\n margin-bottom: 0.5rem;\\r\\n min-height: 200px;\\n}\\n.news .new-head {\\r\\n height: 49px;\\r\\n background: #f3f3f3;\\r\\n padding: 0 0.4rem;\\r\\n display: -webkit-box;\\r\\n display: -ms-flexbox;\\r\\n display: flex;\\r\\n -webkit-box-orient: horizontal;\\r\\n -webkit-box-direction: normal;\\r\\n -ms-flex-direction: row;\\r\\n flex-direction: row;\\r\\n -webkit-box-align: center;\\r\\n -ms-flex-align: center;\\r\\n align-items: center;\\n}\\n.news .new-head .logo {\\r\\n width: 30px;\\r\\n height: 30px;\\r\\n display: block;\\n}\\n.news .new-head .logo img {\\r\\n width: 30px;\\r\\n height: 30px;\\r\\n display: block;\\n}\\n.news .new-head .t1 {\\r\\n font-size: 16px;\\r\\n color: #1080d0;\\r\\n font-weight: 500;\\r\\n margin-left: 0.267rem;\\n}\\n.news .nav-tab ul {\\r\\n display: -webkit-box;\\r\\n display: -ms-flexbox;\\r\\n display: flex;\\r\\n background: #f3f3f3;\\r\\n -ms-flex-wrap: wrap;\\r\\n flex-wrap: wrap;\\r\\n padding-top: 0.667rem;\\n}\\n.news .nav-tab ul li {\\r\\n -webkit-box-flex: 1;\\r\\n -ms-flex: 1;\\r\\n flex: 1;\\r\\n width: 25%;\\r\\n min-width: 25%;\\r\\n max-width: 25%;\\r\\n margin-bottom: 0.653rem;\\r\\n text-align: center;\\r\\n font-size: 14px;\\r\\n color: #333333;\\n}\\n.news .nav-tab ul li.curr {\\r\\n color: #1080d0;\\n}\\n.news .down-list ul {\\r\\n padding: 0 0.4rem;\\n}\\n.news .down-list ul li {\\r\\n padding: 0.4rem 0;\\r\\n border-bottom: 1px solid #e5e5e5;\\n}\\n.news .down-list ul li .t1 {\\r\\n font-size: 16px;\\r\\n color: #333333;\\r\\n line-height: 24px;\\r\\n overflow: hidden;\\r\\n text-overflow: ellipsis;\\r\\n white-space: normal;\\r\\n display: -webkit-box;\\r\\n -webkit-line-clamp: 2;\\r\\n -webkit-box-orient: vertical;\\n}\\n.news .down-list ul li .bar {\\r\\n display: -webkit-box;\\r\\n display: -ms-flexbox;\\r\\n display: flex;\\r\\n -webkit-box-orient: horizontal;\\r\\n -webkit-box-direction: normal;\\r\\n -ms-flex-direction: row;\\r\\n flex-direction: row;\\r\\n -webkit-box-pack: justify;\\r\\n -ms-flex-pack: justify;\\r\\n justify-content: space-between;\\r\\n margin-top: 0.387rem;\\r\\n -webkit-box-align: end;\\r\\n -ms-flex-align: end;\\r\\n align-items: flex-end;\\n}\\n.news .down-list ul li .bar .t2 {\\r\\n font-size: 14px;\\r\\n color: #999999;\\n}\\n.news .down-list ul li .bar .btn {\\r\\n width: 85px;\\r\\n height: 30px;\\r\\n border-radius: 3px;\\r\\n border: solid 1px #1080d0;\\r\\n display: block;\\r\\n font-size: 14px;\\r\\n color: #1080d0;\\r\\n text-align: center;\\r\\n line-height: 30px;\\n}\\n.news .down-list .txt-tip {\\r\\n padding: 0.4rem 0;\\r\\n font-size: 12px;\\r\\n color: #999999;\\r\\n background: #fff;\\r\\n text-align: center;\\n}\\n.news .islogin {\\r\\n height: 50px;\\r\\n background: #f3f3f3;\\r\\n display: -webkit-box;\\r\\n display: -ms-flexbox;\\r\\n display: flex;\\r\\n -webkit-box-orient: horizontal;\\r\\n -webkit-box-direction: normal;\\r\\n -ms-flex-direction: row;\\r\\n flex-direction: row;\\r\\n -webkit-box-align: center;\\r\\n -ms-flex-align: center;\\r\\n align-items: center;\\r\\n -webkit-box-pack: center;\\r\\n -ms-flex-pack: center;\\r\\n justify-content: center;\\n}\\n.news .islogin img {\\r\\n width: 20px;\\r\\n height: 20px;\\n}\\n.news .islogin a {\\r\\n margin-left: 0.28rem;\\r\\n font-size: 12px;\\r
\\n color: #333333;\\n}\", \"\"]);\n\n// exports\n\n\n//# sourceURL=webpack:///./src/assets/css/news/down.css?./node_modules/_css-loader@1.0.1@css-loader??ref--6-oneOf-1-1!./node_modules/_vue-loader@15.7.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@3.0.0@postcss-loader/src??ref--6-oneOf-1-2"
);
/***/
}),
/***/
}),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment