indexNew.vue 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872
  1. <template>
  2. <view class="content">
  3. <pcNav :data="indexName" :itemName="topName" @getIndexList="getIndexList"
  4. @gosearchlist="gosearchlist"
  5. @getChildList = "getChildList"></pcNav>
  6. <view v-show="indexShow">
  7. <view style="height: 72px;"></view>
  8. <view class="swiperBox">
  9. <view class="swiperCont">
  10. <view class="tuijbox">
  11. <image src="../../static/pcimg/icon_tuijian@2x.png" mode="" class="tuijImg"></image>
  12. <span class="tuijTitle">推荐文章</span>
  13. </view>
  14. <swiper class="swiper" :autoplay="false" :circular="true" :current="swpIndex">
  15. <swiper-item v-for="(item,index) in recommendList" v-if="(index+1)%2!=0">
  16. <view class="swpCont">
  17. <view class="swiper-item" @click="goDetail(item)">
  18. <view class="swpimgBox swpBr">
  19. <image :src="item.logoImg" mode="" class="swpimg"></image>
  20. </view>
  21. <view class="swpTitleBox">
  22. <view class="swpTitle">{{item.title}}</view>
  23. <view class="categoryName" @click.stop="goList(item)">{{item.categoryName.substring(0,5)}}</view>
  24. </view>
  25. </view>
  26. <view class="swiper-item" v-if="(index+1)<recommendList.length" @click="goDetail(recommendList[index+1])">
  27. <view class="swpimgBox swpBr">
  28. <image :src="recommendList[index+1].logoImg" mode="" class="swpimg"></image>
  29. </view>
  30. <view class="swpTitleBox">
  31. <view class="swpTitle">{{recommendList[index+1].title}}</view>
  32. <view class="categoryName">{{recommendList[index+1].categoryName.substring(0,5)}}</view>
  33. </view>
  34. </view>
  35. </view>
  36. </swiper-item>
  37. </swiper>
  38. <image src="../../static/pcimg/icon_arrow_zuo_sel@2x.png" mode="" class="swpImgleft" @click="swpBtnLeft"></image>
  39. <image src="../../static/pcimg/legtspx.png" mode="" class="swpImgright" @click="swpBtnRight"></image>
  40. </view>
  41. </view>
  42. <view class="main">
  43. <view class="mainCont">
  44. <view class="mainline" :class="{'mainline1':index==0}" v-for="(item,index) in indexData.categoryList" v-if="item.children.length>0">
  45. <view class="mainlineTop">
  46. <view class="mainlineTopleft">
  47. <view class="mainlineTitle">{{item.name}}</view>
  48. <view class="mainlinecount">共{{item.count}}篇文章</view>
  49. </view>
  50. <view class="mainlineMore" @click="mainMore(item)">查看更多
  51. <image src="../../static/pcimg/icon_list_arrow_def@2x.png" mode="" class="linegdImg1"></image>
  52. <image src="../../static/pcimg/icon_list_arrow_sel@2x.png" mode="" class="linegdImg2"></image>
  53. </view>
  54. </view>
  55. <view class="mainwzbox" v-if="item.children.length>0">
  56. <view class="mainwzline" v-for="(wz,wzindex) in item.children" @click="goDetail2(wz,item)" v-if="wzindex<4" :class="{'mainwzlineR':wzindex!=3}">
  57. <view class="mainwzImgBox">
  58. <img :src="wz.logoImg" alt="" class="mainwzImg">
  59. </view>
  60. <view class="wztitle">{{wz.title}}</view>
  61. <view class="wztime">2022-3-30</view>
  62. </view>
  63. </view>
  64. </view>
  65. </view>
  66. </view>
  67. </view>
  68. <!-- 列表页 -->
  69. <view v-show="listShow">
  70. <view style="height: 72px;"></view>
  71. <view class="top">
  72. <view class="topName">{{topName}}</view>
  73. <view class="comment " v-if="comment">{{comment}}</view>
  74. </view>
  75. <view class="main">
  76. <view class="dynamicCol">
  77. <view class="dynamicColLeft">
  78. <view class="dynamicColLIne" :class="{'activeTab':tabIndex==index}" v-for="(item,index) in dynamicCol" @click="tabBtn(index,item)">{{item.name}}</view>
  79. </view>
  80. <view class="dynamicColRight">
  81. <image src="../../static/pcimg/icon_kapian_def@2x.png" v-show="qhIndex==2" class="qhImg" @click="qhIndex=1"></image>
  82. <image src="../../static/pcimg/icon_kapian_sel@2x.png" v-show="qhIndex==2" class="qhImg"></image>
  83. <image src="../../static/pcimg/icon_liebiao_sel@2x.png" v-show="qhIndex==1" class="qhImg" ></image>
  84. <image src="../../static/pcimg/qh2.png" v-show="qhIndex==1" class="qhImg" @click="qhIndex=2"></image>
  85. </view>
  86. </view>
  87. <view class="cont2">
  88. <view class="contBox">
  89. <view class="contf" v-if="qhIndex==2&&list.length>0">
  90. <view class="mainwzline" v-for="(wz,wzindex) in list" :class="{'mainwzlineR2':(wzindex+1)%4==0&&wzindex!=0}" @click="goDetail3(wz)">
  91. <view class="mainwzImgBox">
  92. <img :src="wz.LogoImg" alt="" class="mainwzImg">
  93. </view>
  94. <view class="wztitle">{{wz.Title}}</view>
  95. <view class="wztime">2022-3-30</view>
  96. </view>
  97. </view>
  98. <view class="contL" v-if="qhIndex==1&&list.length>0">
  99. <view class="wxLine" v-for="(wz,wzindex) in list" @click="goDetail3(wz)">
  100. <view class="wzLineLeft">
  101. <image :src="wz.LogoImg" class="wzLeftIMg"></image>
  102. </view>
  103. <view class="wzLineRight">
  104. <view class="wzTitle2">{{wz.Title}}</view>
  105. <view class="wzComment">{{wz.Comment}}</view>
  106. </view>
  107. </view>
  108. </view>
  109. <view class="nodata" v-show="list.length==0">
  110. <image src="../../static/pcimg/listnodata.png" mode="" class="nodataImg"></image>
  111. <view class="nodataTitle">暂无数据</view>
  112. </view>
  113. </view>
  114. </view>
  115. </view>
  116. <!-- -->
  117. <view class="pageView" v-show="TotalSize">
  118. <page-pagination :pageSize="pageSize" :size="'small'" :total="TotalSize" :numAround="true" @change="pageChange"></page-pagination>
  119. </view>
  120. </view>
  121. <view class="gotop" @click="gotoTop">
  122. <image src="../../static/pcimg/btn_top@2x.png" mode="" class="gotopImg"></image>
  123. </view>
  124. <view>
  125. <newDetail v-show="newDetailShow" :newid='newDetailID' :data="newDetailItem" @getIndexList="getIndexList"></newDetail>
  126. <newgroupingList @getIndexList="getIndexList"
  127. @getChildList="getChildList" @goDetail="goDetail"
  128. v-show="newgroupingListShow" :newcode="newgroupingcode" :data="newgroupingdata"></newgroupingList>
  129. <newsearchlist v-show="newsearchShow" @goDetail="goDetail" @goDetail4="goDetail4"></newsearchlist>
  130. </view>
  131. </view>
  132. </template>
  133. <script>
  134. import pcNav from '../../components/pcNav/pcNav.vue'
  135. import newDetail from './newDetail.vue'
  136. import newgroupingList from './newgroupingList.vue'
  137. import newsearchlist from './newsearchlist.vue'
  138. export default {
  139. components: {
  140. pcNav,newDetail,newgroupingList,newsearchlist
  141. },
  142. data() {
  143. return {
  144. title: 'Hello',
  145. allCategory:[],
  146. navMoret:false,
  147. swpIndex:0,
  148. indexData:'',
  149. recommendList:[],
  150. list:[],
  151. comment:'',
  152. topName:'',
  153. parentCode:'',
  154. topCode:'',
  155. page:1,
  156. dynamicCol:[],
  157. qhIndex:1,
  158. tabIndex:0,
  159. TotalSize:0,
  160. pageSize:20,
  161. indexShow:true,
  162. listShow:false,
  163. indexName:'index',
  164. newDetailShow:false,
  165. newgroupingListShow:false,
  166. newsearchShow:false,
  167. newDetailID:'',
  168. newDetailItem:'',
  169. newgroupingcode:'',
  170. newgroupingdata:'',
  171. }
  172. },
  173. onLoad() {
  174. this.getindexData()
  175. },
  176. created(){
  177. //this.getindexData()
  178. },
  179. methods: {
  180. getIndexList(){
  181. this.indexShow=true;
  182. this.listShow=false;
  183. this.newDetailShow=false;
  184. this.newgroupingListShow=false;
  185. this.newsearchShow=false;
  186. this.indexName='index';
  187. this.topName=''
  188. },
  189. gosearchlist(){
  190. this.indexShow=false;
  191. this.listShow=false;
  192. this.newDetailShow=false;
  193. this.newgroupingListShow=false;
  194. this.newsearchShow=true;
  195. this.indexName='';
  196. this.topName=''
  197. },
  198. getChildList(item){
  199. console.log(item);
  200. this.indexName=''
  201. this.topName=item.name;
  202. this.comment=item.comment;
  203. this.topCode=item.code;
  204. this.parentCode=item.code;
  205. this.getcategoryPageData();
  206. uni.setNavigationBarTitle({
  207. title: this.topName
  208. });
  209. this.indexShow=false;
  210. this.listShow=true;
  211. this.newDetailShow=false;
  212. this.newgroupingListShow=false;
  213. this.newsearchShow=false;
  214. },
  215. goList(item){
  216. console.log(item)
  217. this.getChildList(item)
  218. /* uni.navigateTo({
  219. url:'list?code='+item.code+'&topName='+item.categoryName//+'&comment='+item.comment
  220. }) */
  221. },
  222. goDetail(item){
  223. console.log(item)
  224. this.indexShow=false;
  225. this.listShow=false;
  226. this.newDetailShow=true;
  227. this.newgroupingListShow=false;
  228. this.newsearchShow=false;
  229. this.newDetailID=item.id;
  230. this.newDetailItem=item;
  231. /* uni.navigateTo({
  232. url:'detail?id='+item.id+'&topName='+item.categoryName+"&comment="+item.comment+'&parentCode='+item.code
  233. }) */
  234. },
  235. goDetail2(wz,item){
  236. /* console.log(item)
  237. console.log(wz) */
  238. this.indexShow=false;
  239. this.listShow=false;
  240. this.newDetailShow=true;
  241. this.newgroupingListShow=true;
  242. this.newsearchShow=false;
  243. this.newDetailID=wz.id;
  244. this.newDetailItem=item;
  245. /* uni.navigateTo({
  246. url:'detail?id='+wz.id+'&topName='+item.name+"&comment="+item.comment+'&parentCode='+item.code
  247. }) */
  248. },
  249. goDetail3(wz){
  250. // 1分类2文章
  251. if (wz.Type == 1) {
  252. /* uni.navigateTo({
  253. url:'groupingList?parentCode='+this.topCode+'&code='+wz.Code+'&name='+wz.Name+'&title='+wz.Title+'&topName='+this.topName+"&comment="+this.comment
  254. }) */
  255. this.newgroupingcode=wz.Code;
  256. var newgroupingdata={
  257. parentCode:this.topCode,
  258. name:wz.Name,
  259. title:wz.Title,
  260. topName:this.topName,
  261. comment:this.comment
  262. }
  263. console.log(newgroupingdata)
  264. this.indexShow=false;
  265. this.listShow=false;
  266. this.newDetailShow=false;
  267. this.newgroupingListShow=true;
  268. this.newsearchShow=false;
  269. this.newgroupingdata=newgroupingdata
  270. }else{
  271. this.indexShow=false;
  272. this.listShow=false;
  273. this.newDetailShow=true;
  274. this.newgroupingListShow=true;
  275. this.newsearchShow=false;
  276. this.newDetailID=wz.ID;
  277. var item={
  278. categoryName:this.topName,
  279. twoName:this.dynamicCol[this.tabIndex].name,
  280. comment:this.comment,
  281. code:wz.Code
  282. }
  283. this.newDetailItem=item;
  284. /* uni.navigateTo({
  285. url:'detail?id='+wz.ID+'&topName='+this.topName+'&twoName='+this.dynamicCol[this.tabIndex].name+"&comment="+this.comment+'&parentCode='+wz.Code
  286. }) */
  287. }
  288. //console.log(wz)
  289. },
  290. goDetail4(item){
  291. this.newgroupingcode=item.Code;
  292. var newgroupingdata={
  293. parentCode:item.parentCode,
  294. name:item.Name,
  295. title:item.Title,
  296. topName:item.topName,
  297. comment:''
  298. }
  299. console.log(newgroupingdata)
  300. this.indexShow=false;
  301. this.listShow=false;
  302. this.newDetailShow=false;
  303. this.newgroupingListShow=true;
  304. this.newsearchShow=false;
  305. this.newgroupingdata=newgroupingdata
  306. },
  307. gotoTop(){
  308. uni.pageScrollTo({
  309.    scrollTop: 0, duration: 300
  310. });
  311. },
  312. swpBtnRight(){
  313. var length=this.recommendList.length
  314. var num=Math.ceil(length/2)
  315. if(this.swpIndex<num){
  316. this.swpIndex++
  317. }
  318. },
  319. swpBtnLeft(){
  320. if(this.swpIndex==0){
  321. }else{
  322. this.swpIndex--
  323. }
  324. },
  325. getindexData(){
  326. uni.showLoading({
  327. title: '加载中'
  328. })
  329. this.$http('/trainingOpenApi/indexData', {}, 'GET').then(res => {
  330. uni.hideLoading();
  331. this.indexData = res.data;
  332. this.recommendList=this.indexData.recommendList
  333. })
  334. },
  335. mainMore(item){
  336. console.log(item)
  337. this.getChildList(item)
  338. /* uni.navigateTo({
  339. url:'list?code='+item.code+'&topName='+item.name+'&comment='+item.comment
  340. }) */
  341. },
  342. gotoTop(){
  343. uni.pageScrollTo({
  344.    scrollTop: 0, duration: 300
  345. });
  346. },
  347. tabBtn(index,item){
  348. this.tabIndex=index;
  349. //console.log(item)
  350. this.parentCode=item.code;
  351. this.getcategoryPageData()
  352. },
  353. pageChange(e){
  354. console.log(e)
  355. this.page=e;
  356. this.getcategoryPageData()
  357. },
  358. getcategoryPageData(){
  359. var params={
  360. parentCode:this.parentCode,
  361. topCode:this.topCode,
  362. limit:this.pageSize,
  363. page:this.page,
  364. }
  365. uni.showLoading({
  366. title: '加载中'
  367. })
  368. this.$http('/trainingOpenApi/categoryPageData', params, 'GET').then(res => {
  369. uni.hideLoading();
  370. this.list=res.data.Items;
  371. this.TotalSize=res.data.TotalSize;
  372. var arr=[
  373. {
  374. 'name':'全部','code':'',
  375. }
  376. ]
  377. this.dynamicCol=arr.concat(res.data.dynamicCol);
  378. })
  379. }
  380. }
  381. }
  382. </script>
  383. <style scoped>
  384. .content{
  385. background: #F4F5F7;
  386. min-height: 100vh;
  387. font-family: PingFangSC-Regular, PingFang SC;
  388. }
  389. .swiperBox{
  390. /* height: 280px; */
  391. /* background: #F3F8FF; */
  392. width: 100%;
  393. }
  394. .swiperCont{
  395. width: 1236px;
  396. margin: 0 auto;
  397. position: relative;
  398. }
  399. .tuijImg{
  400. width: 24px;height: 24px;
  401. }
  402. .tuijbox{
  403. display: flex;padding-top: 32px;padding-bottom: 20px;
  404. padding-left: 15px;
  405. }
  406. .tuijTitle{
  407. font-size: 22px;
  408. font-family: PingFangSC-Medium, PingFang SC;
  409. font-weight: 500;
  410. color: #3C3C3C;
  411. padding-left: 7px;
  412. line-height: 24px;
  413. }
  414. .swpImgleft{
  415. width: 44px;
  416. height: 44px;
  417. position: absolute;
  418. top: 145px;
  419. left: -60px;
  420. cursor: pointer;
  421. }
  422. .swpImgright{
  423. width: 44px;
  424. height: 44px;
  425. position: absolute;
  426. top: 145px;
  427. right: -60px;
  428. cursor: pointer;
  429. }
  430. .swiper-item{
  431. width: 590px;
  432. height: 163px;
  433. background: #FFFFFF;
  434. margin-left: 16px;
  435. margin-right: 12px;
  436. border-radius: 6px;
  437. margin-top: 14px;
  438. position: relative;
  439. cursor: pointer;
  440. }
  441. .swiper-item:hover{
  442. box-shadow: 0px 0px 16px 0px rgba(153, 153, 153, 0.25);
  443. }
  444. .swpCont{
  445. display: flex;
  446. height: 210px;
  447. justify-content: space-between;
  448. }
  449. .swpimg{
  450. width: 284px;
  451. height: 160px;
  452. }
  453. .swpimgBox{
  454. width: 284px;
  455. height: 160px;
  456. position: absolute;
  457. left: 0;
  458. top: -14px;
  459. }
  460. .swpBr{
  461. width: 284px;
  462. height: 160px;
  463. border-radius: 7px;
  464. overflow: hidden;
  465. }
  466. .swiper{
  467. height: 190px;
  468. }
  469. .swpTitleBox{
  470. padding-left: 304px;
  471. display: flex;
  472. flex-direction: column;
  473. justify-content: space-between;
  474. height: 140px;
  475. padding-top: 10px;
  476. }
  477. .swpTitle{
  478. width: 240px;
  479. height: 44px;
  480. font-size: 16px;
  481. color: #3C3C3C;
  482. line-height: 22px;
  483. text-overflow: -o-ellipsis-lastline;
  484. overflow: hidden;
  485. text-overflow: ellipsis;
  486. display: -webkit-box;
  487. -webkit-line-clamp: 2;
  488. line-clamp: 2;
  489. -webkit-box-orient: vertical;
  490. }
  491. .swpTitleBox:hover .swpTitle{
  492. color: #FF4F00;
  493. }
  494. .categoryName{
  495. line-height: 24px;
  496. width: 84px;
  497. height: 24px;
  498. background: rgba(63, 144, 247, 0.1);
  499. border-radius: 14px;
  500. font-size: 14px;
  501. color: #3F90F7;
  502. text-align: center;
  503. white-space: nowrap;
  504. overflow: hidden;
  505. text-overflow: ellipsis;
  506. }
  507. .mainCont{
  508. width: 1200px;
  509. margin: 0 auto;
  510. padding-bottom: 20px;
  511. }
  512. .mainline{
  513. padding-top: 34px;
  514. }
  515. .mainlineTop{
  516. display: flex;
  517. justify-content: space-between;
  518. }
  519. .mainlineTopleft{
  520. display: flex;
  521. }
  522. .mainlineTitle{
  523. font-size: 22px;
  524. font-weight: 500;
  525. color: #3C3C3C;
  526. line-height: 33px;
  527. font-family: PingFangSC-Medium, PingFang SC;
  528. }
  529. .mainlinecount{
  530. font-size: 14px;
  531. font-weight: 400;
  532. color: #999999;
  533. line-height: 33px;
  534. padding-left: 16px;
  535. }
  536. .mainlineMore{
  537. font-size: 14px;
  538. color: #999999;
  539. }
  540. .mainwzbox{
  541. display: flex;
  542. padding-top: 20px;
  543. }
  544. .mainwzImg{
  545. width: 284px;
  546. height: 160px;
  547. }
  548. .mainwzImgBox{
  549. border-top-left-radius: 6px;
  550. border-top-right-radius: 6px;
  551. overflow: hidden;
  552. height: 160px;
  553. border: 1px solid #eeeeee;
  554. }
  555. .mainwzline{
  556. width: 284px;
  557. height: 244px;
  558. background: #FFFFFF;
  559. border-radius: 6px;
  560. }
  561. .mainwzlineR{
  562. margin-right: 22px;
  563. }
  564. .wztitle{
  565. width: 256px;
  566. font-size: 16px;
  567. color: #333333;
  568. line-height: 22px;
  569. height: 22px;
  570. text-overflow: -o-ellipsis-lastline;
  571. overflow: hidden;
  572. text-overflow: ellipsis;
  573. display: -webkit-box;
  574. -webkit-line-clamp: 1;
  575. line-clamp: 1;
  576. -webkit-box-orient: vertical;
  577. padding:0 13px ;
  578. padding-top: 16px;
  579. }
  580. .wztime{
  581. font-size: 14px;
  582. color: #999999;
  583. padding-left: 14px;
  584. padding-top: 10px;
  585. }
  586. .mainwzline:hover{
  587. background: #FFFFFF;
  588. box-shadow: 0px 0px 16px 0px rgba(153, 153, 153, 0.2);
  589. border-radius: 6px;
  590. cursor: pointer;
  591. }
  592. .mainwzline:hover .wztitle{
  593. color: #FF4F00;
  594. }
  595. .mainlineMore:hover{
  596. color: #FF4F00;
  597. cursor: pointer;
  598. }
  599. .gotopImg{
  600. width: 60px;
  601. height: 60px;
  602. }
  603. .gotop{
  604. position: fixed;
  605. right:5vh ;
  606. bottom: 60px;
  607. cursor: pointer;
  608. }
  609. .linegdImg1{
  610. width: 6px;
  611. height: 10px;
  612. margin-top: 5px;
  613. margin-left: 4px;
  614. }
  615. .linegdImg2{
  616. width: 6px;
  617. height: 10px;
  618. display: none;
  619. margin-top: 5px;
  620. margin-left: 4px;
  621. }
  622. .mainlineMore{
  623. display: flex;
  624. }
  625. .mainlineMore:hover .linegdImg1{
  626. display: none;
  627. }
  628. .mainlineMore:hover .linegdImg2{
  629. display: block;
  630. }
  631. .mainline1{
  632. padding-top: 20px;
  633. }
  634. .content{
  635. background: #F4F5F7;
  636. min-height: 100vh;
  637. font-family: PingFangSC-Regular, PingFang SC;
  638. }
  639. .contBox{
  640. min-height: 58vh;
  641. }
  642. .gotopImg{
  643. width: 60px;
  644. height: 60px;
  645. }
  646. .gotop{
  647. position: fixed;
  648. right:5vh ;
  649. bottom: 60px;
  650. cursor: pointer;
  651. }
  652. .topName{
  653. text-align: center;
  654. font-size: 22px;
  655. font-weight: 500;
  656. color: #3C3C3C;
  657. line-height: 33px;
  658. padding-top: 30px;
  659. font-family: PingFangSC-Medium, PingFang SC;
  660. }
  661. .comment{
  662. text-align: center;
  663. font-size: 14px;
  664. font-weight: 400;
  665. color: #999999;
  666. line-height: 20px;
  667. width: 500px;
  668. padding-top: 10px;
  669. margin: 0 auto;
  670. }
  671. .main{
  672. width: 1200px;
  673. margin: 0 auto;
  674. padding-top: 30px;
  675. }
  676. .dynamicColLeft{
  677. display: flex;
  678. }
  679. .dynamicColLIne{
  680. padding-right: 44px;
  681. font-size: 16px;
  682. color: #3C3C3C;
  683. cursor: pointer;
  684. line-height: 32px;
  685. }
  686. .qhImg{
  687. width: 28px;
  688. height: 28px;
  689. margin-left: 8px;
  690. cursor: pointer;
  691. }
  692. .dynamicCol{
  693. display: flex;
  694. justify-content: space-between;
  695. background: #FFFFFF;
  696. padding:15px 20px;
  697. border-radius: 8px;
  698. }
  699. .activeTab{
  700. color: #FF4F00;
  701. }
  702. .mainwzImg{
  703. width: 284px;
  704. height: 160px;
  705. }
  706. .mainwzImgBox{
  707. border-top-left-radius: 6px;
  708. border-top-right-radius: 6px;
  709. overflow: hidden;
  710. height: 160px;
  711. border: 1px solid #eeeeee;
  712. }
  713. .contf{
  714. display: flex;
  715. flex-wrap: wrap;
  716. }
  717. .mainwzline{
  718. width: 284px;
  719. height: 244px;
  720. background: #FFFFFF;
  721. margin-right: 21px;
  722. margin-top: 20px;
  723. cursor: pointer;
  724. border-radius: 6px;
  725. }
  726. .wztime{
  727. font-size: 14px;
  728. color: #999999;
  729. padding-left: 14px;
  730. padding-top: 10px;
  731. }
  732. .mainwzline:hover{
  733. box-shadow: 0px 0px 16px 0px rgba(153, 153, 153, 0.2);
  734. }
  735. .mainwzlineR2{
  736. margin-right: 0px;
  737. }
  738. .wztitle{
  739. width: 256px;
  740. font-size: 16px;
  741. color: #333333;
  742. line-height: 22px;
  743. height: 22px;
  744. text-overflow: -o-ellipsis-lastline;
  745. overflow: hidden;
  746. text-overflow: ellipsis;
  747. display: -webkit-box;
  748. -webkit-line-clamp: 1;
  749. line-clamp: 1;
  750. -webkit-box-orient: vertical;
  751. padding:0 13px ;
  752. padding-top: 16px;
  753. }
  754. .wzLeftIMg{
  755. width: 200px;
  756. height: 112px;
  757. }
  758. .contL{
  759. background: #FFFFFF;
  760. margin-top: 20px;
  761. border-radius: 8px;
  762. padding: 0 20px;
  763. }
  764. .wxLine{
  765. display: flex;
  766. padding: 20px 0px;
  767. cursor: pointer;
  768. border-bottom: 1px solid #EEEEEE;
  769. }
  770. .wzLineLeft{
  771. border-radius: 6px;
  772. overflow: hidden;
  773. width: 200px;
  774. height: 112px;
  775. }
  776. .wzLineRight{
  777. padding-left: 16px;
  778. width: 788px;
  779. }
  780. .wzTitle2{
  781. font-size: 16px;
  782. color: #3C3C3C;
  783. width: 948px;
  784. height: 20px;
  785. line-height: 20px;
  786. text-overflow: -o-ellipsis-lastline;
  787. overflow: hidden;
  788. text-overflow: ellipsis;
  789. display: -webkit-box;
  790. -webkit-line-clamp: 1;
  791. line-clamp: 1;
  792. -webkit-box-orient: vertical;
  793. }
  794. .wzComment{
  795. font-size: 14px;
  796. font-family: PingFangSC-Regular, PingFang SC;
  797. font-weight: 400;
  798. color: #999999;
  799. line-height: 20px;
  800. padding-top: 10px;
  801. width: 948px;
  802. height: 80px;
  803. text-overflow: -o-ellipsis-lastline;
  804. overflow: hidden;
  805. text-overflow: ellipsis;
  806. display: -webkit-box;
  807. -webkit-line-clamp: 4;
  808. line-clamp: 4;
  809. -webkit-box-orient: vertical;
  810. }
  811. .pageView{
  812. margin-top: 20px;
  813. cursor: pointer;
  814. padding-bottom: 20px;
  815. }
  816. .nodataImg{
  817. width: 300px;
  818. height: 203px;
  819. }
  820. .nodata{
  821. text-align: center;
  822. padding-top: 100px;
  823. }
  824. .nodataTitle{
  825. font-size: 16px;
  826. padding-top: 16px;
  827. font-weight: 400;
  828. color: #999999;
  829. }
  830. </style>