|
@@ -89,7 +89,7 @@
|
|
<div class="file-action">
|
|
<div class="file-action">
|
|
<!-- 会员免费文档 -->
|
|
<!-- 会员免费文档 -->
|
|
<div class="file-action-content member-free" v-if="datas.productType === 1">
|
|
<div class="file-action-content member-free" v-if="datas.productType === 1">
|
|
- <div class="coin before-coin" v-if="buyed !== 1 && docsInfo.docStatus > 0 && docsInfo.freeDownload !== 1">原价:<i class="el-icon-jy-iconJianYu"></i><span style="text-decoration: line-through;">{{ datas.price }}</span></div>
|
|
|
|
|
|
+ <div class="coin before-coin" v-if="buyed !== 1 && docsInfo.freeDownload !== 1">原价:<i class="el-icon-jy-iconJianYu"></i><span style="text-decoration: line-through;">{{ datas.price }}</span></div>
|
|
<div class="member-mark" v-if="buyed !== 1 && docsInfo.docStatus > 0">会员免费</div>
|
|
<div class="member-mark" v-if="buyed !== 1 && docsInfo.docStatus > 0">会员免费</div>
|
|
<el-button class="prime-cost origin-cost" type="primary" @click="primeLoadFile" v-if="showCostBtn">
|
|
<el-button class="prime-cost origin-cost" type="primary" @click="primeLoadFile" v-if="showCostBtn">
|
|
<i class="el-icon-jy-iconJianYu"></i>
|
|
<i class="el-icon-jy-iconJianYu"></i>
|
|
@@ -1057,7 +1057,8 @@ export default {
|
|
}
|
|
}
|
|
|
|
|
|
.actives {
|
|
.actives {
|
|
- height: 656px;
|
|
|
|
|
|
+ // height: 656px;
|
|
|
|
+ padding: 24px 40px 48px;
|
|
}
|
|
}
|
|
|
|
|
|
.actives1 {
|
|
.actives1 {
|