indexNew.vue 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908
  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)%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 ref="newDetailV" 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(opt) {
  174. if(opt.id){
  175. this.newDetailID=opt.id;
  176. var item={
  177. categoryName:opt.topName,
  178. comment:opt.comment,
  179. parentCode:'',
  180. twoName:'',
  181. id:opt.id
  182. }
  183. console.log(item)
  184. this.goDetail(item)
  185. }
  186. this.getindexData()
  187. },
  188. created(){
  189. //this.getindexData()
  190. },
  191. methods: {
  192. getIndexList(){
  193. this.indexShow=true;
  194. this.listShow=false;
  195. this.newDetailShow=false;
  196. this.newgroupingListShow=false;
  197. this.newsearchShow=false;
  198. this.indexName='index';
  199. this.topName=''
  200. },
  201. gosearchlist(){
  202. this.indexShow=false;
  203. this.listShow=false;
  204. this.newDetailShow=false;
  205. this.newgroupingListShow=false;
  206. this.newsearchShow=true;
  207. this.indexName='';
  208. this.topName=''
  209. },
  210. getChildList(item){
  211. console.log(item);
  212. this.indexName=''
  213. this.topName=item.name;
  214. this.comment=item.comment;
  215. this.topCode=item.code;
  216. this.parentCode=item.code;
  217. this.getcategoryPageData();
  218. uni.setNavigationBarTitle({
  219. title: this.topName
  220. });
  221. this.indexShow=false;
  222. this.listShow=true;
  223. this.newDetailShow=false;
  224. this.newgroupingListShow=false;
  225. this.newsearchShow=false;
  226. },
  227. goList(item){
  228. console.log(item)
  229. this.getChildList(item)
  230. uni.pageScrollTo({
  231.    scrollTop: 0, duration: 100
  232. });
  233. /* uni.navigateTo({
  234. url:'list?code='+item.code+'&topName='+item.categoryName//+'&comment='+item.comment
  235. }) */
  236. },
  237. goDetail(item){
  238. console.log(item)
  239. this.indexShow=false;
  240. this.listShow=false;
  241. this.newDetailShow=true;
  242. this.newgroupingListShow=false;
  243. this.newsearchShow=false;
  244. this.newDetailID=item.id;
  245. this.newDetailItem=item;
  246. //this.$refs.newDetailV.test()
  247. //this.$refs.newDetailV.newidfn()
  248. /* uni.navigateTo({
  249. url:'detail?id='+item.id+'&topName='+item.categoryName+"&comment="+item.comment+'&parentCode='+item.code
  250. }) */
  251. },
  252. goDetail2(wz,item){
  253. /* console.log(item)
  254. console.log(wz) */
  255. if (wz.type == 1) {
  256. this.newgroupingcode=wz.code;
  257. var newgroupingdata={
  258. parentCode:item.code,
  259. name:wz.name,
  260. title:wz.title,
  261. topName:item.name,
  262. comment:item.comment
  263. }
  264. console.log(newgroupingdata)
  265. this.indexShow=false;
  266. this.listShow=false;
  267. this.newDetailShow=false;
  268. this.newgroupingListShow=true;
  269. this.newsearchShow=false;
  270. this.newgroupingdata=newgroupingdata
  271. }else{
  272. this.indexShow=false;
  273. this.listShow=false;
  274. this.newDetailShow=true;
  275. this.newgroupingListShow=false;
  276. this.newsearchShow=false;
  277. this.newDetailID=wz.id;
  278. this.newDetailItem=item;
  279. }
  280. /* uni.navigateTo({
  281. url:'detail?id='+wz.id+'&topName='+item.name+"&comment="+item.comment+'&parentCode='+item.code
  282. }) */
  283. },
  284. goDetail3(wz){
  285. // 1分类2文章
  286. if (wz.Type == 1) {
  287. /* uni.navigateTo({
  288. url:'groupingList?parentCode='+this.topCode+'&code='+wz.Code+'&name='+wz.Name+'&title='+wz.Title+'&topName='+this.topName+"&comment="+this.comment
  289. }) */
  290. this.newgroupingcode=wz.Code;
  291. var newgroupingdata={
  292. parentCode:this.topCode,
  293. name:wz.Name,
  294. title:wz.Title,
  295. topName:this.topName,
  296. comment:this.comment
  297. }
  298. console.log(newgroupingdata)
  299. this.indexShow=false;
  300. this.listShow=false;
  301. this.newDetailShow=false;
  302. this.newgroupingListShow=true;
  303. this.newsearchShow=false;
  304. this.newgroupingdata=newgroupingdata
  305. }else{
  306. this.indexShow=false;
  307. this.listShow=false;
  308. this.newDetailShow=true;
  309. this.newgroupingListShow=false;
  310. this.newsearchShow=false;
  311. this.newDetailID=wz.ID;
  312. var item={
  313. categoryName:this.topName,
  314. twoName:this.dynamicCol[this.tabIndex].name,
  315. comment:this.comment,
  316. code:wz.Code
  317. }
  318. this.newDetailItem=item;
  319. /* uni.navigateTo({
  320. url:'detail?id='+wz.ID+'&topName='+this.topName+'&twoName='+this.dynamicCol[this.tabIndex].name+"&comment="+this.comment+'&parentCode='+wz.Code
  321. }) */
  322. }
  323. //console.log(wz)
  324. },
  325. goDetail4(item){
  326. this.newgroupingcode=item.Code;
  327. var newgroupingdata={
  328. parentCode:item.parentCode,
  329. name:item.Name,
  330. title:item.Title,
  331. topName:item.topName,
  332. comment:''
  333. }
  334. console.log(newgroupingdata)
  335. this.indexShow=false;
  336. this.listShow=false;
  337. this.newDetailShow=false;
  338. this.newgroupingListShow=true;
  339. this.newsearchShow=false;
  340. this.newgroupingdata=newgroupingdata
  341. },
  342. gotoTop(){
  343. uni.pageScrollTo({
  344.    scrollTop: 0, duration: 300
  345. });
  346. },
  347. swpBtnRight(){
  348. var length=this.recommendList.length;
  349. var num=Math.ceil(length/2)-1
  350. console.log(num+'---'+this.swpIndex)
  351. if(this.swpIndex<num){
  352. this.swpIndex++
  353. }
  354. },
  355. swpBtnLeft(){
  356. if(this.swpIndex==0){
  357. }else{
  358. this.swpIndex--
  359. }
  360. },
  361. getindexData(){
  362. uni.showLoading({
  363. title: '加载中'
  364. })
  365. this.$http('/trainingOpenApi/indexData', {}, 'GET').then(res => {
  366. uni.hideLoading();
  367. this.indexData = res.data;
  368. this.recommendList=this.indexData.recommendList
  369. })
  370. },
  371. mainMore(item){
  372. console.log(item)
  373. this.getChildList(item)
  374. /* uni.navigateTo({
  375. url:'list?code='+item.code+'&topName='+item.name+'&comment='+item.comment
  376. }) */
  377. },
  378. gotoTop(){
  379. uni.pageScrollTo({
  380.    scrollTop: 0, duration: 300
  381. });
  382. },
  383. tabBtn(index,item){
  384. this.tabIndex=index;
  385. //console.log(item)
  386. this.parentCode=item.code;
  387. this.getcategoryPageData()
  388. },
  389. pageChange(e){
  390. console.log(e)
  391. this.page=e;
  392. this.getcategoryPageData()
  393. },
  394. getcategoryPageData(){
  395. var params={
  396. parentCode:this.parentCode,
  397. topCode:this.topCode,
  398. limit:this.pageSize,
  399. page:this.page,
  400. }
  401. uni.showLoading({
  402. title: '加载中'
  403. })
  404. this.$http('/trainingOpenApi/categoryPageData', params, 'GET').then(res => {
  405. uni.hideLoading();
  406. this.list=res.data.Items;
  407. this.TotalSize=res.data.TotalSize;
  408. var arr=[
  409. {
  410. 'name':'全部','code':'',
  411. }
  412. ]
  413. this.dynamicCol=arr.concat(res.data.dynamicCol);
  414. })
  415. }
  416. }
  417. }
  418. </script>
  419. <style scoped>
  420. .content{
  421. background: #F4F5F7;
  422. min-height: 100vh;
  423. font-family: PingFangSC-Regular, PingFang SC;
  424. }
  425. .swiperBox{
  426. /* height: 280px; */
  427. /* background: #F3F8FF; */
  428. width: 100%;
  429. }
  430. .swiperCont{
  431. width: 1236px;
  432. margin: 0 auto;
  433. position: relative;
  434. }
  435. .tuijImg{
  436. width: 24px;height: 24px;
  437. }
  438. .tuijbox{
  439. display: flex;padding-top: 32px;padding-bottom: 20px;
  440. padding-left: 15px;
  441. }
  442. .tuijTitle{
  443. font-size: 22px;
  444. font-family: PingFangSC-Medium, PingFang SC;
  445. font-weight: 500;
  446. color: #3C3C3C;
  447. padding-left: 7px;
  448. line-height: 24px;
  449. }
  450. .swpImgleft{
  451. width: 44px;
  452. height: 44px;
  453. position: absolute;
  454. top: 145px;
  455. left: -60px;
  456. cursor: pointer;
  457. }
  458. .swpImgright{
  459. width: 44px;
  460. height: 44px;
  461. position: absolute;
  462. top: 145px;
  463. right: -60px;
  464. cursor: pointer;
  465. }
  466. .swiper-item{
  467. width: 590px;
  468. height: 163px;
  469. background: #FFFFFF;
  470. margin-left: 16px;
  471. margin-right: 12px;
  472. border-radius: 6px;
  473. margin-top: 14px;
  474. position: relative;
  475. cursor: pointer;
  476. }
  477. .swiper-item:hover{
  478. box-shadow: 0px 0px 16px 0px rgba(153, 153, 153, 0.25);
  479. }
  480. .swpCont{
  481. display: flex;
  482. height: 210px;
  483. justify-content: space-between;
  484. }
  485. .swpimg{
  486. width: 284px;
  487. height: 160px;
  488. }
  489. .swpimgBox{
  490. width: 284px;
  491. height: 160px;
  492. position: absolute;
  493. left: 0;
  494. top: -14px;
  495. }
  496. .swpBr{
  497. width: 284px;
  498. height: 160px;
  499. border-radius: 7px;
  500. overflow: hidden;
  501. }
  502. .swiper{
  503. height: 190px;
  504. }
  505. .swpTitleBox{
  506. padding-left: 304px;
  507. display: flex;
  508. flex-direction: column;
  509. justify-content: space-between;
  510. height: 140px;
  511. padding-top: 10px;
  512. }
  513. .swpTitle{
  514. width: 240px;
  515. height: 44px;
  516. font-size: 16px;
  517. color: #3C3C3C;
  518. line-height: 22px;
  519. text-overflow: -o-ellipsis-lastline;
  520. overflow: hidden;
  521. text-overflow: ellipsis;
  522. display: -webkit-box;
  523. -webkit-line-clamp: 2;
  524. line-clamp: 2;
  525. -webkit-box-orient: vertical;
  526. }
  527. .swpTitleBox:hover .swpTitle{
  528. color: #FF4F00;
  529. }
  530. .categoryName{
  531. line-height: 24px;
  532. width: 84px;
  533. height: 24px;
  534. background: rgba(63, 144, 247, 0.1);
  535. border-radius: 14px;
  536. font-size: 14px;
  537. color: #3F90F7;
  538. text-align: center;
  539. white-space: nowrap;
  540. overflow: hidden;
  541. text-overflow: ellipsis;
  542. }
  543. .mainCont{
  544. width: 1200px;
  545. margin: 0 auto;
  546. padding-bottom: 20px;
  547. }
  548. .mainline{
  549. padding-top: 34px;
  550. }
  551. .mainlineTop{
  552. display: flex;
  553. justify-content: space-between;
  554. }
  555. .mainlineTopleft{
  556. display: flex;
  557. }
  558. .mainlineTitle{
  559. font-size: 22px;
  560. font-weight: 500;
  561. color: #3C3C3C;
  562. line-height: 33px;
  563. font-family: PingFangSC-Medium, PingFang SC;
  564. }
  565. .mainlinecount{
  566. font-size: 14px;
  567. font-weight: 400;
  568. color: #999999;
  569. line-height: 33px;
  570. padding-left: 16px;
  571. }
  572. .mainlineMore{
  573. font-size: 14px;
  574. color: #999999;
  575. }
  576. .mainwzbox{
  577. display: flex;
  578. padding-top: 20px;
  579. }
  580. .mainwzImg{
  581. width: 284px;
  582. height: 160px;
  583. }
  584. .mainwzImgBox{
  585. border-top-left-radius: 6px;
  586. border-top-right-radius: 6px;
  587. overflow: hidden;
  588. height: 160px;
  589. border: 1px solid #eeeeee;
  590. }
  591. .mainwzline{
  592. width: 284px;
  593. height: 244px;
  594. background: #FFFFFF;
  595. border-radius: 6px;
  596. }
  597. .mainwzlineR{
  598. margin-right: 22px;
  599. }
  600. .wztitle{
  601. width: 256px;
  602. font-size: 16px;
  603. color: #333333;
  604. line-height: 22px;
  605. height: 22px;
  606. text-overflow: -o-ellipsis-lastline;
  607. overflow: hidden;
  608. text-overflow: ellipsis;
  609. display: -webkit-box;
  610. -webkit-line-clamp: 1;
  611. line-clamp: 1;
  612. -webkit-box-orient: vertical;
  613. padding:0 13px ;
  614. padding-top: 16px;
  615. }
  616. .wztime{
  617. font-size: 14px;
  618. color: #999999;
  619. padding-left: 14px;
  620. padding-top: 10px;
  621. }
  622. .mainwzline:hover{
  623. background: #FFFFFF;
  624. box-shadow: 0px 0px 16px 0px rgba(153, 153, 153, 0.2);
  625. border-radius: 6px;
  626. cursor: pointer;
  627. }
  628. .mainwzline:hover .wztitle{
  629. color: #FF4F00;
  630. }
  631. .mainlineMore:hover{
  632. color: #FF4F00;
  633. cursor: pointer;
  634. }
  635. .gotopImg{
  636. width: 60px;
  637. height: 60px;
  638. }
  639. .gotop{
  640. position: fixed;
  641. right:5vh ;
  642. bottom: 60px;
  643. cursor: pointer;
  644. }
  645. .linegdImg1{
  646. width: 6px;
  647. height: 10px;
  648. margin-top: 5px;
  649. margin-left: 4px;
  650. }
  651. .linegdImg2{
  652. width: 6px;
  653. height: 10px;
  654. display: none;
  655. margin-top: 5px;
  656. margin-left: 4px;
  657. }
  658. .mainlineMore{
  659. display: flex;
  660. }
  661. .mainlineMore:hover .linegdImg1{
  662. display: none;
  663. }
  664. .mainlineMore:hover .linegdImg2{
  665. display: block;
  666. }
  667. .mainline1{
  668. padding-top: 20px;
  669. }
  670. .content{
  671. background: #F4F5F7;
  672. min-height: 100vh;
  673. font-family: PingFangSC-Regular, PingFang SC;
  674. }
  675. .contBox{
  676. min-height: 58vh;
  677. }
  678. .gotopImg{
  679. width: 60px;
  680. height: 60px;
  681. }
  682. .gotop{
  683. position: fixed;
  684. right:5vh ;
  685. bottom: 60px;
  686. cursor: pointer;
  687. }
  688. .topName{
  689. text-align: center;
  690. font-size: 22px;
  691. font-weight: 500;
  692. color: #3C3C3C;
  693. line-height: 33px;
  694. padding-top: 30px;
  695. font-family: PingFangSC-Medium, PingFang SC;
  696. }
  697. .comment{
  698. text-align: center;
  699. font-size: 14px;
  700. font-weight: 400;
  701. color: #999999;
  702. line-height: 20px;
  703. width: 500px;
  704. padding-top: 10px;
  705. margin: 0 auto;
  706. }
  707. .main{
  708. width: 1200px;
  709. margin: 0 auto;
  710. padding-top: 30px;
  711. }
  712. .dynamicColLeft{
  713. display: flex;
  714. }
  715. .dynamicColLIne{
  716. padding-right: 44px;
  717. font-size: 16px;
  718. color: #3C3C3C;
  719. cursor: pointer;
  720. line-height: 32px;
  721. }
  722. .qhImg{
  723. width: 28px;
  724. height: 28px;
  725. margin-left: 8px;
  726. cursor: pointer;
  727. }
  728. .dynamicCol{
  729. display: flex;
  730. justify-content: space-between;
  731. background: #FFFFFF;
  732. padding:15px 20px;
  733. border-radius: 8px;
  734. }
  735. .activeTab{
  736. color: #FF4F00;
  737. }
  738. .mainwzImg{
  739. width: 284px;
  740. height: 160px;
  741. }
  742. .mainwzImgBox{
  743. border-top-left-radius: 6px;
  744. border-top-right-radius: 6px;
  745. overflow: hidden;
  746. height: 160px;
  747. border: 1px solid #eeeeee;
  748. }
  749. .contf{
  750. display: flex;
  751. flex-wrap: wrap;
  752. }
  753. .mainwzline{
  754. width: 284px;
  755. height: 244px;
  756. background: #FFFFFF;
  757. margin-right: 21px;
  758. margin-top: 20px;
  759. cursor: pointer;
  760. border-radius: 6px;
  761. }
  762. .wztime{
  763. font-size: 14px;
  764. color: #999999;
  765. padding-left: 14px;
  766. padding-top: 10px;
  767. }
  768. .mainwzline:hover{
  769. box-shadow: 0px 0px 16px 0px rgba(153, 153, 153, 0.2);
  770. }
  771. .mainwzlineR2{
  772. margin-right: 0px;
  773. }
  774. .wztitle{
  775. width: 256px;
  776. font-size: 16px;
  777. color: #333333;
  778. line-height: 22px;
  779. height: 22px;
  780. text-overflow: -o-ellipsis-lastline;
  781. overflow: hidden;
  782. text-overflow: ellipsis;
  783. display: -webkit-box;
  784. -webkit-line-clamp: 1;
  785. line-clamp: 1;
  786. -webkit-box-orient: vertical;
  787. padding:0 13px ;
  788. padding-top: 16px;
  789. }
  790. .wzLeftIMg{
  791. width: 200px;
  792. height: 112px;
  793. }
  794. .contL{
  795. background: #FFFFFF;
  796. margin-top: 20px;
  797. border-radius: 8px;
  798. padding: 0 20px;
  799. }
  800. .wxLine{
  801. display: flex;
  802. padding: 20px 0px;
  803. cursor: pointer;
  804. border-bottom: 1px solid #EEEEEE;
  805. }
  806. .wzLineLeft{
  807. border-radius: 6px;
  808. overflow: hidden;
  809. width: 200px;
  810. height: 112px;
  811. }
  812. .wzLineRight{
  813. padding-left: 16px;
  814. width: 788px;
  815. }
  816. .wzTitle2{
  817. font-size: 16px;
  818. color: #3C3C3C;
  819. width: 948px;
  820. height: 20px;
  821. line-height: 20px;
  822. text-overflow: -o-ellipsis-lastline;
  823. overflow: hidden;
  824. text-overflow: ellipsis;
  825. display: -webkit-box;
  826. -webkit-line-clamp: 1;
  827. line-clamp: 1;
  828. -webkit-box-orient: vertical;
  829. }
  830. .wzComment{
  831. font-size: 14px;
  832. font-family: PingFangSC-Regular, PingFang SC;
  833. font-weight: 400;
  834. color: #999999;
  835. line-height: 20px;
  836. padding-top: 10px;
  837. width: 948px;
  838. height: 80px;
  839. text-overflow: -o-ellipsis-lastline;
  840. overflow: hidden;
  841. text-overflow: ellipsis;
  842. display: -webkit-box;
  843. -webkit-line-clamp: 4;
  844. line-clamp: 4;
  845. -webkit-box-orient: vertical;
  846. }
  847. .pageView{
  848. margin-top: 20px;
  849. cursor: pointer;
  850. padding-bottom: 20px;
  851. }
  852. .nodataImg{
  853. width: 300px;
  854. height: 203px;
  855. }
  856. .nodata{
  857. text-align: center;
  858. padding-top: 100px;
  859. }
  860. .nodataTitle{
  861. font-size: 16px;
  862. padding-top: 16px;
  863. font-weight: 400;
  864. color: #999999;
  865. }
  866. </style>