reportPage.vue 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839
  1. <template>
  2. <block>
  3. <view class="container reportDetail-container" v-if="isUserBindingPhoneNumber">
  4. <block v-if="haveAuth === 1">
  5. <web-view :src="strategyUrl + '?url=' + linkurl" v-if="linkurl">
  6. <cover-view class="search-view">
  7. <cover-view class="search-view-box" v-if="reportInfo.IsShowFollowButton">
  8. <cover-view>若无需此赛道更新推送,请点击</cover-view>
  9. <cover-image
  10. class="search-icon"
  11. @click="isFollowHandler"
  12. :src="reportInfo.IsFollowButton ? 'https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/close_follow.png' : 'https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/follow_.png'"
  13. ></cover-image>
  14. </cover-view>
  15. </cover-view>
  16. <cover-view class="footer-con">
  17. <cover-view class="handle-item" @click="goRevolvePage">
  18. <cover-image class="download-img" src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/report-revolve.png"></cover-image>
  19. <cover-view>全屏</cover-view>
  20. </cover-view>
  21. <cover-view class="handle-item" @click="leavingMessage">
  22. <cover-image class="download-img" src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/leaving_message.png"></cover-image>
  23. <cover-view>留言</cover-view>
  24. </cover-view>
  25. <cover-view class="handle-item" @click="collectHandle">
  26. <cover-image
  27. class="download-img"
  28. :src="isCollection ? 'https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/czbk/collect_act.png' : 'https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/czbk/collect_ico.png'"
  29. ></cover-image>
  30. <cover-view>收藏</cover-view>
  31. </cover-view>
  32. <cover-view class="handle-item" v-if="fileLink" @click="downloadFile">
  33. <cover-image class="download-img" src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/czbk/down_ico.png"></cover-image>
  34. <cover-view>下载</cover-view>
  35. </cover-view>
  36. </cover-view>
  37. <cover-view class="footer-free-charge free-charge" v-if="isShowFree">
  38. <cover-image class="img" @click="toggle" src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/czbk/free_icon.png"></cover-image>
  39. <cover-image @click="removeBton" class="remove-icon" src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/czbk/free_%20remove.png"></cover-image>
  40. </cover-view>
  41. </web-view>
  42. </block>
  43. <view class="noauth-cont" v-else-if="haveAuth === 2 || haveAuth === 3 || haveAuth === 4 || haveAuth === 5">
  44. <block v-if="!isShowAlert">
  45. <image src="https://hzstatic.hzinsights.com/cygx/czbk/noauth.png" class="noauth-ico"></image>
  46. <block v-if="haveAuth !== 3">
  47. <view v-if="reportInfo.IsResearch" class="research-noauth">
  48. 暂无 <text class="strong-text">买方研选</text> 权限
  49. <text style="margin-bottom: 30rpx"> 您可申请开通试用 </text>
  50. </view>
  51. <view class="tip" v-else>您暂无权限查看此报告内容,若想查看可以申请开通对应的试用权限</view>
  52. <view class="btn-cont" @click="applyAuth">{{ isShowAlert ? "立即上传" : "立即申请" }} </view>
  53. </block>
  54. <view class="tip" v-if="haveAuth === 3">
  55. <view v-if="reportInfo.IsResearch" class="research-noauth">
  56. 暂无 <text class="strong-text">买方研选</text> 权限
  57. <text> 点击提交申请,提醒对口销售为你开通试用 </text>
  58. </view>
  59. <block v-else>
  60. 您暂无权限查看此报告内容
  61. <view class="contract">
  62. 若想查看可以联系对口销售
  63. <text @click="callPhone(reportInfo.SellerMobile)">
  64. {{ reportInfo.SellerName }}:<text style="color: #d4bf86">{{ reportInfo.SellerMobile }}</text>
  65. </text>
  66. </view>
  67. <view>申请开通对应的试用权限</view>
  68. </block>
  69. </view>
  70. <view v-if="haveAuth === 3" class="btn-cont" @click="sellerApplyAuth"> {{ isShowText ? "提交申请" : "立即申请" }}</view>
  71. <view class="btn-cont back-btn" @click="backIndex"> 返回 </view>
  72. <view class="product-introduction-box" v-if="reportInfo.IsResearch">
  73. <!-- <view class="research-btn" @click="goRouterResearch('介绍')">
  74. <image src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/czbk/report_Yx.png"></image>
  75. 点击查看买方研选产品介绍
  76. </view>
  77. <view class="research-btn" @click="goRouterResearch('报价')">
  78. <image src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/quotation_icon.png"></image>
  79. 点击查看买方研选服务报价单
  80. </view> -->
  81. <view class="product-introduction">
  82. <view class="introduction-header">
  83. <view class="introduction-header-left"></view>
  84. <view class="introduction-header-right">
  85. <view class="introduction-title-CN"> 产品介绍 </view>
  86. <view class="introduction-title-US"> Product Introduction </view>
  87. </view>
  88. </view>
  89. <view class="introduction-body">
  90. <view class="introduction-body-box">
  91. <view class="body-box-title"> 独家亮点 </view>
  92. <view class="introduction-body-row"><span class="highHight-text">低至1000元</span>起访谈优质专家</view>
  93. <view class="introduction-body-row">重点公司小范围交流<span class="highHight-text">破圈</span>参加</view>
  94. <view class="introduction-body-row"><span class="highHight-text">海量</span>调研过程及纪要共享</view>
  95. </view>
  96. <view class="introduction-body-box">
  97. <view class="body-box-title"> 优质资源 </view>
  98. <view class="introduction-body-row"><span class="highHight-text">500+</span>篇/年调研纪要更新,</view>
  99. <view class="introduction-body-row"><span class="highHight-text">300+</span>场/年海内外重点公司小范围交流,</view>
  100. <view class="introduction-body-row"><span class="highHight-text">100+</span>场/年热点线下调研,</view>
  101. <view class="introduction-body-row"><span class="highHight-text">30000+</span>名优质行业专家长期合作,</view>
  102. <view class="introduction-body-row"><span class="highHight-text">1000+</span>名优秀买方汇集,</view>
  103. </view>
  104. <view class="introduction-body-box">
  105. <view class="body-box-title" style="margin-bottom: 18rpx"> 服务报价 </view>
  106. <view class="body-row-content">
  107. <view class="body-row-title"> 3万/年 </view>
  108. <view class="introduction-body-row">含无限量调研纪要查阅</view>
  109. <view class="introduction-body-row"><span class="highHight-text">以及3次</span>公开专家访谈;</view>
  110. </view>
  111. <view class="body-row-content">
  112. <view class="body-row-title"> 5万/年 </view>
  113. <view class="introduction-body-row">含无限量调研纪要查阅</view>
  114. <view class="introduction-body-row"> <span class="highHight-text">以及15次</span>公开专家访谈<span class="highHight-text">或30次</span>重点公司、专家小范围交流; </view>
  115. </view>
  116. <view class="body-row-content" style="margin-bottom: 0">
  117. <view class="body-row-title"> 10万/年 </view>
  118. <view class="introduction-body-row">含无限量调研纪要查阅</view>
  119. <view class="introduction-body-row">
  120. <span class="highHight-text">以及40次</span>公开专家访谈 <span class="highHight-text">或80次</span>重点公司、专家小范围交流
  121. <span class="highHight-text">或20次</span>私享专家一对一。
  122. </view>
  123. </view>
  124. </view>
  125. </view>
  126. </view>
  127. </view>
  128. </block>
  129. <block v-else>
  130. <text class="moneh-text"> 上传名片并填写简单信息,24小时内我们会为您开通一个月的免费月卡 </text>
  131. <img src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/czbk/month_card.png" class="month_card" alt="" />
  132. <view class="btn-cont btn-dl" @click="applyAuth"> 立即上传 </view>
  133. <view class="btn-cont month-back" @click="backIndex"> 返回</view>
  134. </block>
  135. </view>
  136. </view>
  137. <view v-else-if="Object.keys(reportInfo).length > 0" class="container no-binding">
  138. <view class="no-binding-content">
  139. <view class="title">{{ reportInfo.Title }}</view>
  140. <view class="tiem">{{ reportInfo.PublishDate }}</view>
  141. <view class="lable-content">
  142. <view
  143. class="item"
  144. v-for="(value, key) in lableListForm"
  145. :key="key"
  146. :style="{
  147. color: colors[key].color,
  148. backgroundColor: colors[key].background,
  149. borderColor: colors[key]['border-color'],
  150. }"
  151. >
  152. {{ value }}
  153. </view>
  154. </view>
  155. <view class="content">
  156. <view class="content-line"></view>
  157. <view class="content-abstract">
  158. <view class="abstract">
  159. <text class="content-text">摘要:</text>
  160. <mp-html :content="reportInfo.Abstract" />
  161. </view>
  162. <view class="describe">
  163. <text class="content-text">核心观点:</text>
  164. <mp-html :content="reportInfo.Annotation" />
  165. </view>
  166. </view>
  167. </view>
  168. </view>
  169. <view class="please-login" @click="pleaseGoLogin">请登录后查看更多内容</view>
  170. </view>
  171. <Loading />
  172. </block>
  173. </template>
  174. <script>
  175. import { Report, User, Reports, FreeButton } from "@/config/api.js";
  176. import freeCharge from "@/components/freeCharge";
  177. import { reportStrategyUrl } from "@/config/config";
  178. let app = getApp({ allowDefault: true });
  179. export default {
  180. data() {
  181. return {
  182. readTiem: 0,
  183. access_token: "", //用户标识
  184. reportInfo: "",
  185. id: "",
  186. linkurl: "",
  187. setIntervalTiem: null,
  188. fileLink: false,
  189. isCollection: false,
  190. isInterviewApply: false,
  191. isShowTip: false,
  192. showNav: false,
  193. haveAuth: false,
  194. isSendWx: "",
  195. lableListForm: {
  196. CategoryName: "",
  197. FieldName: "",
  198. Frequency: "月度",
  199. SubCategoryName: "渠道新声",
  200. },
  201. colors: {
  202. CategoryName: {
  203. color: "#0958d9",
  204. background: "#e6f4ff",
  205. "border-color": "#91caff",
  206. },
  207. FieldName: {
  208. color: "#cf1322",
  209. background: "#fff1f0",
  210. "border-color": "#ffa39e",
  211. },
  212. Frequency: {
  213. color: "#531dab",
  214. background: "#f9f0ff",
  215. "border-color": "#d3adf7",
  216. },
  217. SubCategoryName: {
  218. color: "#d4380d",
  219. background: "#fff2e8",
  220. "border-color": "#ffbb96",
  221. },
  222. },
  223. };
  224. },
  225. components: {
  226. freeCharge,
  227. },
  228. computed: {
  229. shareTitle() {
  230. let title = this.reportInfo.Abstract ? this.reportInfo.Title + "--" + this.reportInfo.Abstract : this.reportInfo.Title;
  231. return title;
  232. },
  233. strategyUrl() {
  234. return reportStrategyUrl;
  235. },
  236. isShowText() {
  237. return this.haveAuth === 3 && this.reportInfo.IsResearch;
  238. },
  239. },
  240. methods: {
  241. // 关注或者取消关注产业
  242. async isFollowHandler() {
  243. const res = await User.userIndustryFollow({
  244. SourceId: this.id,
  245. Source: "article",
  246. DoType: this.reportInfo.IsFollowButton ? "cancel" : "add",
  247. });
  248. if (res.Ret === 200) {
  249. this.reportInfo.IsFollowButton = !this.reportInfo.IsFollowButton;
  250. uni.showToast({
  251. title: res.Msg,
  252. duration: 2000,
  253. });
  254. }
  255. },
  256. /* 获取详情 */
  257. getDetail() {
  258. Report.reportDtl({
  259. ArticleId: this.id,
  260. PageRouter: this.$store.state.pageRouterReport,
  261. IsSendWx: this.isSendWx,
  262. }).then((res) => {
  263. if (res.Ret === 200) {
  264. uni.setNavigationBarTitle({
  265. title: res.Data.Detail.IsSummary == 1 ? "纪要详情" : "报告详情",
  266. });
  267. this.haveAuth = res.Data.HasPermission;
  268. this.isShowWriter = res.Data.IsShow;
  269. this.reportInfo = res.Data.Detail;
  270. if (!this.isUserBindingPhoneNumber) {
  271. this.lableListForm = {
  272. CategoryName: this.reportInfo.CategoryName,
  273. FieldName: this.reportInfo.FieldName,
  274. Frequency: this.reportInfo.Frequency,
  275. SubCategoryName: this.reportInfo.SubCategoryName,
  276. };
  277. }
  278. if (res.Data.HasPermission === 1) {
  279. //有访问权限
  280. this.isCollection = this.reportInfo.IsCollect;
  281. this.isInterviewApply = this.reportInfo.IsInterviewApply;
  282. this.linkurl = encodeURIComponent(res.Data.Detail.HttpUrl);
  283. this.fileLink = res.Data.Detail.FileLink;
  284. this.access_token = this.access_token || this.$db.get("access_token");
  285. this.$store.dispatch("statistics", { PageType: "ReportParticulars", DetailId: this.id + "" });
  286. }
  287. }
  288. });
  289. },
  290. /* 无权限申请开通权限 */
  291. applyAuth() {
  292. /* 区分是否是潜在用户 */
  293. this.haveAuth === 2
  294. ? User.applyTry({
  295. ApplyMethod: 3,
  296. TryType: "Article",
  297. DetailId: this.id,
  298. }).then((res) => {
  299. if (res.Ret === 200) {
  300. uni.navigateTo({
  301. url: "/pageMy/applyResult/applyResult",
  302. });
  303. }
  304. })
  305. : this.haveAuth === 4
  306. ? uni.navigateTo({
  307. url: "/pageMy/applyTrial/applyTrial?tryType=Article&detailId=" + this.id,
  308. })
  309. : uni.showModal({
  310. title: "",
  311. content: "您已经提交过申请了,请耐心等待",
  312. showCancel: false,
  313. confirmColor: "#365595",
  314. success: function (res) {},
  315. });
  316. },
  317. //销售的立即申请
  318. sellerApplyAuth() {
  319. User.applyTry({
  320. TryType: "Article",
  321. DetailId: this.id,
  322. }).then((res) => {
  323. if (res.Ret === 200) {
  324. uni.showModal({
  325. title: "",
  326. content: "提交申请成功,请耐心等待",
  327. showCancel: false,
  328. confirmColor: "#365595",
  329. success: function (res) {
  330. this.backIndex();
  331. },
  332. });
  333. }
  334. });
  335. },
  336. // 返回首頁
  337. backIndex() {
  338. uni.navigateBack({
  339. fail() {
  340. uni.switchTab({
  341. url: "/pages/index/index",
  342. });
  343. },
  344. });
  345. },
  346. callPhone(num) {
  347. uni.makePhoneCall({
  348. phoneNumber: num,
  349. });
  350. },
  351. /* 申请访谈 */
  352. applyHandle() {
  353. // 申请访谈
  354. !this.isInterviewApply &&
  355. this.$util.modal("", "专家访谈申请会提交给您的对口销售,销售会线下与您取得联系,确定申请吗?", () => {
  356. this.interviewApi();
  357. });
  358. // 取消申请访谈 区分状态 '待邀请','待访谈','已完成','已取消'
  359. if (this.isInterviewApply) {
  360. this.$util.modal(
  361. "",
  362. this.reportInfo.InterviewApplyStatus == "待访谈"
  363. ? "当前无法取消访谈,若有疑问,请联系对口销售"
  364. : this.reportInfo.InterviewApplyStatus == "待邀请"
  365. ? "您要取消此次访谈申请吗?"
  366. : "该访谈已完成",
  367. () => {
  368. this.reportInfo.InterviewApplyStatus == "待邀请"
  369. ? this.interviewApi()
  370. : this.reportInfo.InterviewApplyStatus == "待访谈"
  371. ? uni.makePhoneCall({
  372. phoneNumber: "18767183922",
  373. })
  374. : "";
  375. }
  376. );
  377. }
  378. },
  379. /* 访谈接口 */
  380. interviewApi() {
  381. Report.applyRpt({
  382. ArticleId: this.id,
  383. }).then((res) => {
  384. this.isInterviewApply = !this.isInterviewApply;
  385. });
  386. },
  387. /* 收藏 */
  388. collectHandle() {
  389. Report.collectRpt({
  390. ArticleId: this.id,
  391. PageRouter: this.$store.state.pageRouterReport,
  392. }).then((res) => {
  393. this.isCollection = !this.isCollection;
  394. this.$util.toast(res.Msg);
  395. });
  396. },
  397. /* 错误 */
  398. errorDetails() {
  399. uni.showModal({
  400. confirmText: "知道了",
  401. showCancel: false,
  402. confirmColor: "#376cbb",
  403. content: "网络不好,请刷新重试",
  404. success: (res) => {
  405. uni.navigateBack({
  406. fail() {
  407. uni.switchTab({
  408. url: "/pages/index/index",
  409. });
  410. },
  411. });
  412. },
  413. });
  414. },
  415. async downloadFile() {
  416. const res = await Report.articlePdfwatermark({
  417. ArticleId: this.id,
  418. });
  419. if (res.Ret === 200) {
  420. uni.navigateTo({
  421. url: "/pageMy/downloadFile/downloadFile?url=" + res.Data.FileLink,
  422. });
  423. }
  424. },
  425. btnSearch() {
  426. uni.navigateTo({ url: "/pages-search/indedxSearch/indedxSearch?source=报告详情页面" });
  427. },
  428. //跳转到免费送月卡页面
  429. toggle() {
  430. uni.navigateTo({
  431. url: "/pageMy/freeTrial/freeTrial",
  432. });
  433. },
  434. //隐藏当天的按钮
  435. async removeBton() {
  436. const res = await FreeButton.userFreeButtonUpdate();
  437. },
  438. leavingMessage() {
  439. uni.navigateTo({
  440. url: "/activityPages/generationAsk/generationAsk?id=" + this.id + "&type=文章",
  441. });
  442. },
  443. // 去往横屏页面
  444. goRevolvePage() {
  445. let token = this.reportInfo.HttpUrl;
  446. uni.navigateTo({
  447. url: "/pageMy/reportRevolve/reportRevolve",
  448. events: {
  449. // 为指定事件添加一个监听器,获取被打开页面传送到当前页面的数据
  450. acceptDataFromOpenedPage: function (data) {
  451. },
  452. },
  453. success: function (res) {
  454. // 通过eventChannel向被打开页面传送数据
  455. res.eventChannel.emit("acceptDataFromOpenerPage", { url: JSON.stringify(token) });
  456. },
  457. });
  458. },
  459. },
  460. async onShow() {
  461. this.readTiem = 0;
  462. this.setIntervalTiem = setInterval(() => {
  463. this.readTiem++;
  464. }, 1000);
  465. let page = getCurrentPages(); //查看路径
  466. if (page.length === 1) {
  467. this.getDetail();
  468. } else {
  469. // 跳转入口
  470. this.id > 0 && this.getDetail();
  471. }
  472. },
  473. onLoad(option) {
  474. this.id = option.id ? +option.id : "";
  475. this.isSendWx = option.IsSendWx || "";
  476. if (!this.id && !this.id > 0) {
  477. this.errorDetails();
  478. }
  479. },
  480. /**
  481. * 用户点击分享
  482. */
  483. onShareAppMessage: function (res) {
  484. if (this.id) {
  485. return {
  486. title: this.isHorzMobile ? "好友向您推荐此内容,上传名片享查研观向免费月卡!" : this.shareTitle,
  487. path: "/pageMy/reportDetail/reportDetail?id=" + this.id,
  488. success: (res) => {},
  489. fail: (err) => {},
  490. };
  491. }
  492. },
  493. onHide() {
  494. //页面退出
  495. if (this.id && this.id > 0) {
  496. clearInterval(this.setIntervalTiem);
  497. Reports.addStopTime({
  498. ArticleId: this.id,
  499. StopTime: this.readTiem,
  500. OutType: 2,
  501. Source: "MOBILE",
  502. }).then((res) => {});
  503. }
  504. },
  505. onUnload() {
  506. if (this.id && this.id > 0) {
  507. //页面返回
  508. clearInterval(this.setIntervalTiem);
  509. Reports.addStopTime({
  510. ArticleId: this.id,
  511. StopTime: this.readTiem,
  512. OutType: 1,
  513. Source: "MOBILE",
  514. }).then((res) => {});
  515. }
  516. },
  517. };
  518. </script>
  519. <style lang="scss" scoped>
  520. .reportDetail-container {
  521. background-color: #fff;
  522. padding-bottom: 200rpx;
  523. padding-bottom: calc(200rpx + constant(safe-area-inset-bottom));
  524. padding-bottom: calc(200rpx + env(safe-area-inset-bottom));
  525. .search-view {
  526. position: fixed;
  527. width: 100%;
  528. height: 60rpx;
  529. background: #fff;
  530. z-index: 99999;
  531. font-size: 24rpx;
  532. box-sizing: border-box;
  533. .search-view-box {
  534. display: flex;
  535. align-items: center;
  536. justify-content: center;
  537. background: #376cbb;
  538. color: #fff;
  539. height: 60rpx;
  540. z-index: 99999;
  541. }
  542. .search-icon {
  543. width: 147rpx;
  544. height: 40rpx;
  545. margin: 0 15rpx;
  546. z-index: 99999;
  547. }
  548. }
  549. .footer-con {
  550. position: fixed;
  551. z-index: 99999;
  552. bottom: 0;
  553. padding-bottom: constant(safe-area-inset-bottom);
  554. padding-bottom: env(safe-area-inset-bottom);
  555. left: 0;
  556. width: 100%;
  557. background-color: #ffffff;
  558. display: flex;
  559. justify-content: space-around;
  560. height: 100rpx;
  561. border-top: 1px solid #dddddd;
  562. .handle-item {
  563. align-items: center;
  564. display: flex;
  565. flex-direction: column;
  566. justify-content: center;
  567. position: relative;
  568. z-index: 99999;
  569. .download-img {
  570. width: 44rpx;
  571. height: 44rpx;
  572. margin-bottom: 4rpx;
  573. }
  574. }
  575. }
  576. .footer-free-charge {
  577. .img {
  578. width: 156rpx;
  579. height: 156rpx;
  580. }
  581. .remove-icon {
  582. width: 31rpx;
  583. height: 31rpx;
  584. position: absolute;
  585. right: 0;
  586. top: 0;
  587. }
  588. }
  589. .noauth-cont {
  590. padding-top: 170rpx;
  591. text-align: center;
  592. font-size: 28rpx;
  593. .noauth-ico {
  594. width: 365rpx;
  595. height: 229rpx;
  596. margin-bottom: 70rpx;
  597. }
  598. .tip {
  599. width: 532rpx;
  600. margin: 0 auto 100rpx;
  601. .contract {
  602. padding: 40rpx 90rpx 0;
  603. line-height: 44rpx;
  604. text {
  605. display: inline-block;
  606. }
  607. }
  608. }
  609. .btn-cont {
  610. width: 368rpx;
  611. height: 80rpx;
  612. // position: relative;
  613. background: linear-gradient(268deg, #2ddbff 0%, #1599ff 49%, #005eff 100%);
  614. color: #fff;
  615. font-size: 34rpx;
  616. margin: 0 auto;
  617. text-align: center;
  618. line-height: 80rpx;
  619. &.back-btn {
  620. background: #fff !important;
  621. color: #2c83ff;
  622. border: 1px solid #2c83ff;
  623. margin-top: 30rpx;
  624. }
  625. .btn_bg {
  626. width: 100%;
  627. height: 80rpx;
  628. position: absolute;
  629. left: 0;
  630. top: 0;
  631. }
  632. .btn-txt {
  633. width: 100%;
  634. position: absolute;
  635. z-index: 1;
  636. }
  637. }
  638. .product-introduction-box {
  639. background-color: $uni-bg-color;
  640. padding-top: 10rpx;
  641. margin-top: 60rpx;
  642. .product-introduction {
  643. padding: 60rpx 60rpx 0;
  644. background-color: white;
  645. .introduction-header {
  646. margin-bottom: 40rpx;
  647. display: flex;
  648. .introduction-header-left {
  649. background-color: #caaf8b;
  650. height: 90rpx;
  651. width: 14rpx;
  652. margin-right: 20rpx;
  653. }
  654. .introduction-header-right {
  655. text-align: left;
  656. .introduction-title-CN {
  657. font-weight: 500;
  658. font-size: 34rpx;
  659. color: #333333;
  660. line-height: 42rpx;
  661. margin-bottom: 8rpx;
  662. }
  663. .introduction-title-US {
  664. font-weight: 400;
  665. font-size: 28rpx;
  666. color: #c0c4cc;
  667. line-height: 42rpx;
  668. }
  669. }
  670. }
  671. .introduction-body {
  672. .introduction-body-box {
  673. text-align: left;
  674. margin-bottom: 40rpx;
  675. .body-row-content {
  676. margin-bottom: 40rpx;
  677. font-size: 34rpx;
  678. line-height: 48rpx;
  679. font-weight: 600;
  680. color: #caaf8b;
  681. .body-row-title {
  682. margin-left: 40rpx;
  683. }
  684. }
  685. .body-box-title {
  686. font-weight: 600;
  687. font-size: 34rpx;
  688. line-height: 48rpx;
  689. padding-left: 40rpx;
  690. position: relative;
  691. margin-bottom: 22rpx;
  692. &::before {
  693. content: "";
  694. height: 20rpx;
  695. width: 20rpx;
  696. background-color: #caaf8b;
  697. border-radius: 20rpx;
  698. position: absolute;
  699. left: 0;
  700. top: 16rpx;
  701. }
  702. }
  703. .introduction-body-row {
  704. margin-left: 40rpx;
  705. font-weight: 400;
  706. font-size: 26rpx;
  707. color: #333333;
  708. line-height: 36rpx;
  709. }
  710. .highHight-text {
  711. color: #caaf8b;
  712. }
  713. }
  714. }
  715. }
  716. }
  717. }
  718. .month_card {
  719. width: 100%;
  720. height: 565rpx;
  721. padding-left: -20rpx;
  722. }
  723. .btn-dl {
  724. background: linear-gradient(253deg, #fcf3e9 0%, #eedec8 100%) !important;
  725. color: #333 !important;
  726. margin: 30rpx auto !important;
  727. }
  728. .month-back {
  729. background: #f6f6f6 !important;
  730. color: #999 !important;
  731. }
  732. .moneh-text {
  733. text-align: center;
  734. width: 632rpx;
  735. margin: 0 auto 20rpx;
  736. color: #999999;
  737. }
  738. .research-noauth {
  739. color: #333;
  740. font-size: 36rpx;
  741. width: calc(100% + 80rpx);
  742. margin-left: -40rpx;
  743. .strong-text {
  744. display: inline-block;
  745. padding: 0 10rpx;
  746. font-weight: 500;
  747. }
  748. text:last-child {
  749. font-size: 32rpx;
  750. font-size: 34rpx;
  751. color: #999999;
  752. margin-top: 10rpx;
  753. }
  754. }
  755. // .research-btn {
  756. // display: flex;
  757. // align-items: center;
  758. // font-size: 32rpx;
  759. // width: 546rpx;
  760. // height: 78rpx;
  761. // margin: 30rpx auto;
  762. // background: #f8f8fa;
  763. // border-radius: 4rpx;
  764. // padding-left: 40rpx;
  765. // image {
  766. // width: 40rpx;
  767. // height: 40rpx;
  768. // margin-right: 10rpx;
  769. // }
  770. // }
  771. }
  772. .no-binding {
  773. padding: 30rpx;
  774. background-color: #f0f1f5;
  775. .lable-content {
  776. display: flex;
  777. flex-wrap: wrap;
  778. .item {
  779. font-size: 24rpx;
  780. height: 34rpx;
  781. padding: 0 16rpx;
  782. display: flex;
  783. align-items: center;
  784. border: 1rpx solid #ccc;
  785. border-radius: 2rpx;
  786. margin-right: 20rpx;
  787. margin-bottom: 20rpx;
  788. }
  789. }
  790. .no-binding-content {
  791. width: 100%;
  792. background-color: #fff;
  793. padding: 40rpx 20rpx;
  794. .title {
  795. font-size: 34rpx;
  796. font-weight: 500;
  797. line-height: 48rpx;
  798. color: #333;
  799. }
  800. .tiem {
  801. font-size: 24rpx;
  802. color: #999999;
  803. margin: 20rpx 0;
  804. }
  805. .content {
  806. display: flex;
  807. .content-line {
  808. width: 4rpx;
  809. background-color: #333;
  810. margin-right: 20rpx;
  811. }
  812. .content-text {
  813. font-size: 34rpx;
  814. font-weight: 500;
  815. color: #333;
  816. }
  817. .describe {
  818. margin-top: 20rpx;
  819. }
  820. }
  821. }
  822. .please-login {
  823. margin: 50rpx auto 150rpx;
  824. width: 556rpx;
  825. height: 64rpx;
  826. color: #fff;
  827. font-size: 24rpx;
  828. font-weight: 600;
  829. background-color: #376cbb;
  830. display: flex;
  831. align-items: center;
  832. justify-content: center;
  833. border-radius: 9rpx;
  834. }
  835. }
  836. </style>