|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<view class="content">
|
|
|
<pcNav :data="'index'"></pcNav>
|
|
|
- <view style="height: 72rpx;"></view>
|
|
|
+ <view style="height: 72px;"></view>
|
|
|
<view class="swiperBox">
|
|
|
<view class="swiperCont">
|
|
|
<view class="tuijbox">
|
|
@@ -48,7 +48,10 @@
|
|
|
<view class="mainlineTitle">{{item.name}}</view>
|
|
|
<view class="mainlinecount">共{{item.count}}篇文章</view>
|
|
|
</view>
|
|
|
- <view class="mainlineMore" @click="mainMore(item)">查看更多></view>
|
|
|
+ <view class="mainlineMore" @click="mainMore(item)">查看更多
|
|
|
+ <image src="../../static/pcimg/icon_list_arrow_def@2x.png" mode="" class="linegdImg1"></image>
|
|
|
+ <image src="../../static/pcimg/icon_list_arrow_sel@2x.png" mode="" class="linegdImg2"></image>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
<view class="mainwzbox" v-if="item.children.length>0">
|
|
|
<view class="mainwzline" v-for="(wz,wzindex) in item.children" @click="goDetail2(wz,item)" v-if="wzindex<4" :class="{'mainwzlineR':wzindex!=3}">
|
|
@@ -170,101 +173,102 @@
|
|
|
<style scoped>
|
|
|
|
|
|
.swiperBox{
|
|
|
- height: 356rpx;
|
|
|
+ height: 356px;
|
|
|
background: #F3F8FF;
|
|
|
width: 100%;
|
|
|
}
|
|
|
.swiperCont{
|
|
|
- width: 1200rpx;
|
|
|
+ width: 1232px;
|
|
|
margin: 0 auto;
|
|
|
position: relative;
|
|
|
}
|
|
|
.tuijImg{
|
|
|
- width: 24rpx;height: 24rpx;
|
|
|
+ width: 24px;height: 24px;
|
|
|
}
|
|
|
.tuijbox{
|
|
|
- display: flex;padding-top: 44rpx;padding-bottom: 30rpx;
|
|
|
+ display: flex;padding-top: 44px;padding-bottom: 30px;
|
|
|
}
|
|
|
.tuijTitle{
|
|
|
- font-size: 24rpx;
|
|
|
+ font-size: 24px;
|
|
|
font-family: PingFangSC-Medium, PingFang SC;
|
|
|
font-weight: 500;
|
|
|
color: #111111;
|
|
|
- padding-left: 7rpx;
|
|
|
- line-height: 24rpx;
|
|
|
+ padding-left: 7px;
|
|
|
+ line-height: 24px;
|
|
|
}
|
|
|
.swpImgleft{
|
|
|
- width: 44rpx;
|
|
|
- height: 44rpx;
|
|
|
+ width: 44px;
|
|
|
+ height: 44px;
|
|
|
position: absolute;
|
|
|
- top: 175rpx;
|
|
|
- left: -60rpx;
|
|
|
+ top: 175px;
|
|
|
+ left: -60px;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
.swpImgright{
|
|
|
- width: 44rpx;
|
|
|
- height: 44rpx;
|
|
|
+ width: 44px;
|
|
|
+ height: 44px;
|
|
|
position: absolute;
|
|
|
- top: 175rpx;
|
|
|
- right: -60rpx;
|
|
|
+ top: 175px;
|
|
|
+ right: -60px;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
.swiper-item{
|
|
|
- width: 576rpx;
|
|
|
- height: 183rpx;
|
|
|
+ width: 576px;
|
|
|
+ height: 183px;
|
|
|
background: #FFFFFF;
|
|
|
- box-shadow: 0rpx 0rpx 16rpx 0rpx rgba(153, 153, 153, 0.25);
|
|
|
- border-radius: 9rpx;
|
|
|
- margin-top: 14rpx;
|
|
|
+ margin-left: 16px;
|
|
|
+ margin-right: 16px;
|
|
|
+ border-radius: 9px;
|
|
|
+ margin-top: 14px;
|
|
|
position: relative;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
.swiper-item:hover{
|
|
|
- box-shadow: 0rpx 0rpx 16rpx 0rpx rgba(153, 153, 153, 0.25);
|
|
|
+ box-shadow: 0px 0px 16px 0px rgba(153, 153, 153, 0.25);
|
|
|
}
|
|
|
.swpCont{
|
|
|
display: flex;
|
|
|
- height: 210rpx;
|
|
|
+ height: 210px;
|
|
|
justify-content: space-between;
|
|
|
}
|
|
|
.swpimg{
|
|
|
- width: 276rpx;
|
|
|
- height: 184rpx;
|
|
|
+ width: 276px;
|
|
|
+ height: 184px;
|
|
|
}
|
|
|
.swpimgBox{
|
|
|
- width: 276rpx;
|
|
|
- height: 184rpx;
|
|
|
+ width: 276px;
|
|
|
+ height: 184px;
|
|
|
position: absolute;
|
|
|
left: 0;
|
|
|
- top: -14rpx;
|
|
|
+ top: -14px;
|
|
|
|
|
|
}
|
|
|
.swpBr{
|
|
|
- width: 276rpx;
|
|
|
- height: 184rpx;
|
|
|
- border-radius: 10rpx;
|
|
|
+ width: 276px;
|
|
|
+ height: 184px;
|
|
|
+ border-radius: 10px;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
.swiper{
|
|
|
- height: 200rpx;
|
|
|
+ height: 220px;
|
|
|
}
|
|
|
.swpTitleBox{
|
|
|
- padding-left: 296rpx;
|
|
|
+ padding-left: 296px;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
justify-content: space-between;
|
|
|
- height: 160rpx;
|
|
|
- padding-top: 10rpx;
|
|
|
+ height: 160px;
|
|
|
+ padding-top: 10px;
|
|
|
|
|
|
}
|
|
|
|
|
|
.swpTitle{
|
|
|
- width: 260rpx;
|
|
|
- height: 44rpx;
|
|
|
- font-size: 16rpx;
|
|
|
+ width: 260px;
|
|
|
+ height: 44px;
|
|
|
+ font-size: 16px;
|
|
|
font-weight: 500;
|
|
|
color: #3C3C3C;
|
|
|
- line-height: 22rpx;
|
|
|
+ line-height: 22px;
|
|
|
text-overflow: -o-ellipsis-lastline;
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
|
@@ -277,12 +281,12 @@
|
|
|
color: #FF4F00;
|
|
|
}
|
|
|
.categoryName{
|
|
|
- line-height: 24rpx;
|
|
|
- width: 84rpx;
|
|
|
- height: 24rpx;
|
|
|
+ line-height: 24px;
|
|
|
+ width: 84px;
|
|
|
+ height: 24px;
|
|
|
background: rgba(63, 144, 247, 0.1);
|
|
|
- border-radius: 14rpx;
|
|
|
- font-size: 12rpx;
|
|
|
+ border-radius: 14px;
|
|
|
+ font-size: 12px;
|
|
|
color: #3F90F7;
|
|
|
text-align: center;
|
|
|
white-space: nowrap;
|
|
@@ -290,11 +294,11 @@
|
|
|
text-overflow: ellipsis;
|
|
|
}
|
|
|
.mainCont{
|
|
|
- width: 1200rpx;
|
|
|
+ width: 1200px;
|
|
|
margin: 0 auto;
|
|
|
}
|
|
|
.mainline{
|
|
|
- padding-top: 48rpx;
|
|
|
+ padding-top: 48px;
|
|
|
}
|
|
|
.mainlineTop{
|
|
|
display: flex;
|
|
@@ -304,52 +308,52 @@
|
|
|
display: flex;
|
|
|
}
|
|
|
.mainlineTitle{
|
|
|
- font-size: 20rpx;
|
|
|
+ font-size: 20px;
|
|
|
font-weight: 500;
|
|
|
color: #111111;
|
|
|
- line-height: 33rpx;
|
|
|
+ line-height: 33px;
|
|
|
}
|
|
|
.mainlinecount{
|
|
|
- font-size: 14rpx;
|
|
|
+ font-size: 14px;
|
|
|
font-weight: 400;
|
|
|
color: #999999;
|
|
|
- line-height: 33rpx;
|
|
|
- padding-left: 16rpx;
|
|
|
+ line-height: 33px;
|
|
|
+ padding-left: 16px;
|
|
|
}
|
|
|
.mainlineMore{
|
|
|
- font-size: 14rpx;
|
|
|
+ font-size: 14px;
|
|
|
color: #333333;
|
|
|
}
|
|
|
.mainwzbox{
|
|
|
display: flex;
|
|
|
- padding-top: 30rpx;
|
|
|
+ padding-top: 30px;
|
|
|
|
|
|
}
|
|
|
.mainwzImg{
|
|
|
- width: 276rpx;
|
|
|
- height: 184rpx;
|
|
|
+ width: 276px;
|
|
|
+ height: 184px;
|
|
|
}
|
|
|
.mainwzImgBox{
|
|
|
- border-radius: 8rpx;
|
|
|
+ border-radius: 8px;
|
|
|
overflow: hidden;
|
|
|
- height: 184rpx;
|
|
|
- border: 1rpx solid #eeeeee;
|
|
|
+ height: 184px;
|
|
|
+ border: 1px solid #eeeeee;
|
|
|
}
|
|
|
.mainwzline{
|
|
|
- width: 276rpx;
|
|
|
- height: 260rpx;
|
|
|
+ width: 276px;
|
|
|
+ height: 260px;
|
|
|
background: #FFFFFF;
|
|
|
|
|
|
}
|
|
|
.mainwzlineR{
|
|
|
- margin-right: 32rpx;
|
|
|
+ margin-right: 32px;
|
|
|
}
|
|
|
.wztitle{
|
|
|
- width: 250rpx;
|
|
|
- font-size: 15rpx;
|
|
|
+ width: 250px;
|
|
|
+ font-size: 15px;
|
|
|
color: #333333;
|
|
|
- line-height: 22rpx;
|
|
|
- height: 44rpx;
|
|
|
+ line-height: 22px;
|
|
|
+ height: 44px;
|
|
|
text-overflow: -o-ellipsis-lastline;
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
|
@@ -357,15 +361,15 @@
|
|
|
-webkit-line-clamp: 2;
|
|
|
line-clamp: 2;
|
|
|
-webkit-box-orient: vertical;
|
|
|
- padding:0 13rpx ;
|
|
|
- padding-top: 16rpx;
|
|
|
+ padding:0 13px ;
|
|
|
+ padding-top: 16px;
|
|
|
font-weight: 600;
|
|
|
|
|
|
}
|
|
|
.mainwzline:hover{
|
|
|
background: #FFFFFF;
|
|
|
- box-shadow: 0rpx 0rpx 16rpx 0rpx rgba(153, 153, 153, 0.2);
|
|
|
- border-radius: 6rpx;
|
|
|
+ box-shadow: 0px 0px 16px 0px rgba(153, 153, 153, 0.2);
|
|
|
+ border-radius: 6px;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
.mainwzline:hover .wztitle{
|
|
@@ -376,13 +380,35 @@
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
.gotopImg{
|
|
|
- width: 60rpx;
|
|
|
- height: 60rpx;
|
|
|
+ width: 60px;
|
|
|
+ height: 60px;
|
|
|
}
|
|
|
.gotop{
|
|
|
position: fixed;
|
|
|
right:15vh ;
|
|
|
- bottom: 100rpx;
|
|
|
+ bottom: 100px;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
+ .linegdImg1{
|
|
|
+ width: 6px;
|
|
|
+ height: 10px;
|
|
|
+ margin-top: 5px;
|
|
|
+ margin-left: 4px;
|
|
|
+ }
|
|
|
+ .linegdImg2{
|
|
|
+ width: 6px;
|
|
|
+ height: 10px;
|
|
|
+ display: none;
|
|
|
+ margin-top: 5px;
|
|
|
+ margin-left: 4px;
|
|
|
+ }
|
|
|
+ .mainlineMore{
|
|
|
+ display: flex;
|
|
|
+ }
|
|
|
+ .mainlineMore:hover .linegdImg1{
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+ .mainlineMore:hover .linegdImg2{
|
|
|
+ display: block;
|
|
|
+ }
|
|
|
</style>
|