|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<view class="content">
|
|
|
<pcNav></pcNav>
|
|
|
- <view style="height: 72px;"></view>
|
|
|
+ <view style="height: 72rpx;"></view>
|
|
|
<view class="top">
|
|
|
<view class="topline" @click="goIndex">首页</view>
|
|
|
<view class="topjt">></view>
|
|
@@ -28,7 +28,7 @@
|
|
|
<view class="lbel">
|
|
|
<view class="topName">{{topName}}</view>
|
|
|
</view>
|
|
|
-
|
|
|
+ <view style="height: 100rpx;width: 1800rrpx;background-color: red;"></view>
|
|
|
</view>
|
|
|
</template>
|
|
|
|
|
@@ -97,13 +97,13 @@
|
|
|
if (this.detailData.contents) {
|
|
|
var replaceStr = "application/x-shockwave-flash"
|
|
|
this.detailData.contents=this.detailData.contents.replace(new RegExp(replaceStr,'gm'),'video/webm')//(/''/g,"video/webm")
|
|
|
- this.detailData.contents=this.detailData.contents.replace(/<embed([\s\w"-=\/\.:;]+)/ig, '<embed style="width: 100%;height:500px;" $1');
|
|
|
+ this.detailData.contents=this.detailData.contents.replace(/<embed([\s\w"-=\/\.:;]+)/ig, '<embed style="width: 100%;height:500rpx;" $1');
|
|
|
}
|
|
|
|
|
|
if (this.detailData.contents) {
|
|
|
this.detailData.contents = this.detailData.contents.replace(
|
|
|
/<p([\s\w"=\/\.:;]+)((?:(style="[^"]+")))/ig, '<p')
|
|
|
- .replace(/<p>/ig, '<p style="font-size: 15px; line-height: 25px;">')
|
|
|
+ .replace(/<p>/ig, '<p style="font-size: 15rpx; line-height: 25rpx;">')
|
|
|
.replace(/<img([\s\w"-=\/\.:;]+)((?:(height="[^"]+")))/ig, '<img$1')
|
|
|
.replace(/<img([\s\w"-=\/\.:;]+)((?:(width="[^"]+")))/ig, '<img$1')
|
|
|
.replace(/<img([\s\w"-=\/\.:;]+)((?:(style="[^"]+")))/ig, '<img$1')
|
|
@@ -126,47 +126,47 @@
|
|
|
|
|
|
<style scoped>
|
|
|
.top{
|
|
|
- width: 1200px;
|
|
|
+ width: 1200rpx;
|
|
|
margin: 0 auto;
|
|
|
display: flex;
|
|
|
- padding: 30px 0;
|
|
|
- font-size: 14px;
|
|
|
+ padding: 30rpx 0;
|
|
|
+ font-size: 14rpx;
|
|
|
}
|
|
|
.htmlBox{
|
|
|
- width: 720px;
|
|
|
+ width: 720rpx;
|
|
|
margin: 0 auto;
|
|
|
}
|
|
|
.topline{
|
|
|
- padding-right: 10px;
|
|
|
+ padding-right: 10rpx;
|
|
|
cursor: pointer;
|
|
|
color: #3C3C3C;
|
|
|
}
|
|
|
.topjt{
|
|
|
color: #AAAAAA;
|
|
|
- padding-right: 10px;
|
|
|
+ padding-right: 10rpx;
|
|
|
}
|
|
|
.htmlTitle{
|
|
|
- font-size: 24px;
|
|
|
+ font-size: 24rpx;
|
|
|
font-weight: 500;
|
|
|
color: #3C3C3C;
|
|
|
- line-height: 33px;
|
|
|
+ line-height: 33rpx;
|
|
|
}
|
|
|
.time{
|
|
|
- font-size: 14px;
|
|
|
- padding-top: 16px;
|
|
|
+ font-size: 14rpx;
|
|
|
+ padding-top: 16rpx;
|
|
|
color: #999999;
|
|
|
- line-height: 20px;
|
|
|
- border-bottom: 1px solid #EEEEEE;
|
|
|
- padding-bottom: 19px;
|
|
|
+ line-height: 20rpx;
|
|
|
+ border-bottom: 1rpx solid #EEEEEE;
|
|
|
+ padding-bottom: 19rpx;
|
|
|
}
|
|
|
.html{
|
|
|
- padding-top: 18px;
|
|
|
+ padding-top: 18rpx;
|
|
|
}
|
|
|
.fileIcon{
|
|
|
- width: 14px;
|
|
|
- height: 14px;
|
|
|
- margin-top: 4px;
|
|
|
- margin-right: 4px;
|
|
|
+ width: 14rpx;
|
|
|
+ height: 14rpx;
|
|
|
+ margin-top: 4rpx;
|
|
|
+ margin-right: 4rpx;
|
|
|
}
|
|
|
.itemArrLeft{
|
|
|
display: flex;
|
|
@@ -174,48 +174,48 @@
|
|
|
.itemArrLine{
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
- padding: 16px 0;
|
|
|
- border-bottom: 1px solid #EEEEEE;
|
|
|
+ padding: 16rpx 0;
|
|
|
+ border-bottom: 1rpx solid #EEEEEE;
|
|
|
color: #333333;
|
|
|
- line-height: 22px;
|
|
|
- font-size: 16px;
|
|
|
- width: 720px;
|
|
|
+ line-height: 22rpx;
|
|
|
+ font-size: 16rpx;
|
|
|
+ width: 720rpx;
|
|
|
}
|
|
|
.itemArr{
|
|
|
- width: 720px;
|
|
|
+ width: 720rpx;
|
|
|
margin: 0 auto;
|
|
|
- margin-top: 30px;
|
|
|
- border-radius: 6px;
|
|
|
- border: 1px solid #EEEEEE;
|
|
|
- padding: 0 16px;
|
|
|
+ margin-top: 30rpx;
|
|
|
+ border-radius: 6rpx;
|
|
|
+ border: 1rpx solid #EEEEEE;
|
|
|
+ padding: 0 16rpx;
|
|
|
|
|
|
}
|
|
|
.dloadbtn{
|
|
|
display: block;
|
|
|
- width: 68px;
|
|
|
- height: 28px;
|
|
|
+ width: 68rpx;
|
|
|
+ height: 28rpx;
|
|
|
background: #3F90F7;
|
|
|
- border-radius: 6px;
|
|
|
+ border-radius: 6rpx;
|
|
|
color: #FFFFFF;
|
|
|
text-align: center;
|
|
|
- line-height:28px ;
|
|
|
- font-size: 14px;
|
|
|
+ line-height:28rpx ;
|
|
|
+ font-size: 14rpx;
|
|
|
text-decoration:none;
|
|
|
}
|
|
|
.lbel{
|
|
|
- width: 720px;
|
|
|
+ width: 720rpx;
|
|
|
margin: 0 auto;
|
|
|
- margin-top: 30px;
|
|
|
- padding-bottom: 30px;
|
|
|
+ margin-top: 30rpx;
|
|
|
+ padding-bottom: 30rpx;
|
|
|
}
|
|
|
.topName{
|
|
|
- width: 84px;
|
|
|
- height: 24px;
|
|
|
+ width: 84rpx;
|
|
|
+ height: 24rpx;
|
|
|
background: rgba(63, 144, 247, 0.1);
|
|
|
- border-radius: 14px;
|
|
|
- font-size: 12px;
|
|
|
+ border-radius: 14rpx;
|
|
|
+ font-size: 12rpx;
|
|
|
color: #3F90F7;
|
|
|
- line-height: 24px;
|
|
|
+ line-height: 24rpx;
|
|
|
text-align: center;
|
|
|
}
|
|
|
.fileName{
|