indexNew.vue 23 KB

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