reportDetailNew.vue 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745
  1. <template>
  2. <div class="container">
  3. <div class="topWrap">
  4. <p class="tTilte" style="font-size:.17rem; margin-bottom:.08rem;">什么是学习报告:</p>
  5. <p>
  6. 阶段性课时完成后,我们将围绕
  7. <span>练习表现、气息运用、发音环节、教材演奏、节奏</span>
  8. 等几个学习维度,对学员的学习进度和掌握程度进行精准评估,有助于家长及时了解孩子的学习成果和老师有针对性的指导,不断提升学员的学习能力和音乐成就。
  9. </p>
  10. </div>
  11. <div class="titleWrap top">
  12. <img :src="imgList.title4" class="topTitleImg" alt />
  13. <p class="topTitleP">学习内容呈现的是老师本次课程教授的乐理,曲子及教材详情。</p>
  14. </div>
  15. <div class="studyWrap">
  16. <div class="border">
  17. <img :src="imgList.boxtitle1" width="100%" alt />
  18. <div class="borderContainer">
  19. <img :src="imgList.logo" class="logo1" alt />
  20. <div class="theoryBox">
  21. <div class="left">
  22. <img :src="imgList.theoryIcon" class="theoryIcon" alt />
  23. </div>
  24. <div class="right">
  25. <p class="subTitle">乐理</p>
  26. <p class="desc" v-for="(item,index) in musicTheory" :key="index">{{item.str}}</p>
  27. </div>
  28. </div>
  29. <div class="theoryBox">
  30. <div class="left">
  31. <img :src="imgList.muiscIcon" class="muiscIcon" alt />
  32. </div>
  33. <div class="right">
  34. <p class="subTitle">曲子</p>
  35. <p class="desc">{{ song }}</p>
  36. </div>
  37. </div>
  38. <div class="theoryBox">
  39. <div class="left">
  40. <img :src="imgList.bookIcon" class="bookIcon" alt />
  41. </div>
  42. <div class="right">
  43. <p class="subTitle">教材</p>
  44. <p class="desc" v-for="(item,index) in teachingMaterial" :key="index">{{item.str}}</p>
  45. </div>
  46. </div>
  47. </div>
  48. </div>
  49. </div>
  50. <div class="titleWrap">
  51. <img :src="imgList.title1" alt />
  52. <p>报告概览呈现的是学员本阶段的练习频率及累计时长,演奏技能的提升离不开日积月累的练习哦!</p>
  53. </div>
  54. <div class="reportWrap">
  55. <div class="border">
  56. <div class="imgBox">
  57. <div class="studentWrap">
  58. <img :src="imgList.logo" class="logo" alt />
  59. <div class="left">
  60. <img :src="studentInfo.avatar" alt />
  61. </div>
  62. <div class="right">
  63. <p class="name">{{ studentInfo.name }}</p>
  64. <p class="subject">{{ studentInfo.subjectName }}</p>
  65. </div>
  66. </div>
  67. <div class="studentTimeWrap">
  68. <div style="margin-right:.22rem">
  69. <p class="timeP">{{ studentInfo.times }}</p>
  70. <p class="descP">练习次数(次)</p>
  71. </div>
  72. <div>
  73. <p class="timeP">{{ studentInfo.totalMinutes }}</p>
  74. <p class="descP">练习时长(分钟)</p>
  75. </div>
  76. </div>
  77. <div class="assess">
  78. <p>
  79. 本次
  80. <span>练习表现优异,进步很大,希望持之以恒,</span> 要继续加油哦!
  81. </p>
  82. </div>
  83. </div>
  84. </div>
  85. </div>
  86. <div class="titleWrap">
  87. <img :src="imgList.title2" alt />
  88. <p>评价详情呈现的是老师就学员本组课程的练习表现、气息运用、发音环节、教材演奏、节奏几个维度的具体评价。</p>
  89. </div>
  90. <div class="reportWrap1">
  91. <div class="border">
  92. <img :src="imgList.boxtitle2" width="100%" alt />
  93. <div class="imgBox1">
  94. <div style="width:100%; position: relative; margin-top:.1rem">
  95. <img :src="imgList.logo" class="logo1" alt />
  96. <p class="title">
  97. <img :src="imgList.squrt" class="squrt" alt />
  98. {{ subjectJson['1'].title}}
  99. </p>
  100. </div>
  101. <div class="cell">
  102. <img :src="subjectJson['1'].icon" class="icons" alt />
  103. {{ subjectJson['1'][item.one] }}
  104. </div>
  105. <div style="width:100%">
  106. <p class="title">
  107. <img :src="imgList.squrt" class="squrt" alt />
  108. {{ subjectJson['2'].title}}
  109. </p>
  110. </div>
  111. <div class="cell">
  112. <img :src="subjectJson['2'].icon" class="icons" alt />
  113. {{ subjectJson['2'][item.two] }}
  114. </div>
  115. <div style="width:100%">
  116. <p class="title">
  117. <img :src="imgList.squrt" class="squrt" alt />
  118. {{ subjectJson['3'].title}}
  119. </p>
  120. </div>
  121. <div class="cell">
  122. <img :src="subjectJson['3'].icon" class="icons" alt />
  123. {{ subjectJson['3'][item.three] }}
  124. </div>
  125. <div style="width:100%">
  126. <p class="title">
  127. <img :src="imgList.squrt" class="squrt" alt />
  128. {{ subjectJson['4'].title}}
  129. </p>
  130. </div>
  131. <div class="cell">
  132. <img :src="subjectJson['4'].icon" class="icons" alt />
  133. {{ subjectJson['4'][item.four] }}
  134. </div>
  135. <div style="width:100%">
  136. <p class="title">
  137. <img :src="imgList.squrt" class="squrt" alt />
  138. {{ subjectJson['5'].title}}
  139. </p>
  140. </div>
  141. <div class="cell">
  142. <img :src="subjectJson['5'].icon" class="icons" alt />
  143. {{ subjectJson['5'][item.five] }}
  144. </div>
  145. <div style="width:100%" v-if="item.six">
  146. <p class="title">
  147. <img :src="imgList.squrt" class="squrt" alt />
  148. {{ subjectJson['6'].title}}
  149. </p>
  150. </div>
  151. <div class="cell" v-if="item.six">
  152. <img :src="subjectJson['6'].icon" class="icons" alt />
  153. {{ subjectJson['6'][item.six] }}
  154. </div>
  155. <div style="width:100%" v-if="item.seven">
  156. <p class="title">
  157. <img :src="imgList.squrt" class="squrt" alt />
  158. {{ subjectJson['7'].title}}
  159. </p>
  160. </div>
  161. <div class="cell" v-if="item.seven">
  162. <img :src="subjectJson['7'].icon" class="icons" alt />
  163. {{ subjectJson['7'][item.seven] }}
  164. </div>
  165. <div style="width:100%" v-if="item.eight">
  166. <p class="title">
  167. <img :src="imgList.squrt" class="squrt" alt />
  168. {{ subjectJson['8'].title}}
  169. </p>
  170. </div>
  171. <div class="cell" v-if="item.eight">
  172. <img :src="subjectJson['8'].icon" class="icons" alt />
  173. {{ subjectJson['8'][item.eight] }}
  174. </div>
  175. </div>
  176. </div>
  177. </div>
  178. <div class="titleWrap">
  179. <img :src="imgList.title3" alt />
  180. <p>老师评语是老师就学员的练习情况给予的总结,鼓励学员再接再厉哦!</p>
  181. </div>
  182. <div class="reportWrap2">
  183. <div class="border">
  184. <img :src="imgList.boxtitle1" width="100%" alt />
  185. <div class="boxWrap">
  186. <div class="teacherWrap">
  187. <img :src="imgList.logo" class="logo2" alt />
  188. <div class="left">
  189. <img :src="teacherInfo.avatar" alt />
  190. </div>
  191. <div class="right">
  192. <p class="name">{{teacherInfo.teacherName }}</p>
  193. <p class="subject">{{teacherInfo.subjectName }}</p>
  194. </div>
  195. </div>
  196. <div class="textWrap">{{comment}}</div>
  197. </div>
  198. </div>
  199. </div>
  200. <!-- <div class="button">继续学习</div> -->
  201. </div>
  202. </template>
  203. <script>
  204. import { browser } from "@/common/common";
  205. import { studyReport, getReviewsInfo } from "@/api/teacher";
  206. import { subjectJson } from "@/utils/questionJson";
  207. export default {
  208. data() {
  209. return {
  210. imgList: {
  211. title1: require("@/assets/images/start/title1.png"),
  212. title2: require("@/assets/images/start/title2.png"),
  213. title3: require("@/assets/images/start/title3.png"),
  214. title4: require("@/assets/images/start/title4.png"),
  215. default_head_img: require("@/assets/images/default_head_img.png"),
  216. logo: require("@/assets/images/start/logo.png"),
  217. excellent: require("@/assets/images/start/excellent.png"),
  218. good: require("@/assets/images/start/good.png"),
  219. normal: require("@/assets/images/start/normal.png"),
  220. squrt: require("@/assets/images/start/squrt.png"),
  221. boxtitle2: require("@/assets/images/start/boxtitle2.png"),
  222. boxtitle1: require("@/assets/images/start/boxtitle1.png"),
  223. theoryIcon: require("@/assets/images/start/theory-icon.png"),
  224. muiscIcon: require("@/assets/images/start/muisc-icon.png"),
  225. bookIcon: require("@/assets/images/start/book-icon.png")
  226. },
  227. classGroupId: null,
  228. token: null,
  229. comment: "",
  230. studentInfo: {
  231. name: "",
  232. subjectName: "",
  233. times: "",
  234. totalMinutes: "",
  235. avatar: ""
  236. },
  237. teacherInfo: {},
  238. item: [],
  239. subjectJson: subjectJson,
  240. musicTheory: [],
  241. song: "",
  242. teachingMaterial: []
  243. };
  244. },
  245. created() {
  246. this.id = this.$route.query.id;
  247. let params = this.$route.query;
  248. if (params.Authorization) {
  249. localStorage.setItem("Authorization", decodeURI(params.Authorization));
  250. localStorage.setItem("userInfo", decodeURI(params.Authorization));
  251. }
  252. if (!this.id) {
  253. this.onAppBack();
  254. return;
  255. }
  256. getReviewsInfo({ id: this.id }).then(res => {
  257. if (res.data.code == 200) {
  258. this.studentInfo = {
  259. name: (res.data.data.student && res.data.data.student.username) || "",
  260. avatar:
  261. (res.data.data.student && res.data.data.student.avatar) ||
  262. this.imgList.default_head_img,
  263. subjectName: res.data.data.subjectName,
  264. times: res.data.data.times,
  265. totalMinutes: res.data.data.totalMinutes
  266. };
  267. this.teacherInfo = {
  268. teacherName:
  269. (res.data.data.teacher && res.data.data.teacher.name) || "",
  270. subjectName: res.data.data.subjectName,
  271. avatar:
  272. (res.data.data.teacher && res.data.data.teacher.headUrl) ||
  273. this.imgList.default_head_img
  274. };
  275. this.teachingMaterial = JSON.parse(res.data.data.teachingMaterial);
  276. this.musicTheory = JSON.parse(res.data.data.musicTheory);
  277. this.song = res.data.data.song;
  278. // 处理数据 1.item
  279. this.item = JSON.parse(res.data.data.item);
  280. this.comment = res.data.data.comment;
  281. for (let key in this.item) {
  282. this.setIcon(this.subjectJson, this.item[key], key);
  283. }
  284. // for (let i = 1; i <= this.item.length; i++) {
  285. // this.setIcon(this.subjectJson, this.item[i - 1], i);
  286. // }
  287. }
  288. });
  289. },
  290. methods: {
  291. onAppBack() {
  292. if (browser().android) {
  293. DAYA.postMessage(JSON.stringify({ api: "back" }));
  294. } else if (browser().iPhone) {
  295. window.webkit.messageHandlers.DAYA.postMessage(
  296. JSON.stringify({ api: "back" })
  297. );
  298. }
  299. },
  300. setIcon(object, str, index) {
  301. let some = {
  302. one: 1,
  303. two: 2,
  304. three: 3,
  305. four: 4,
  306. five: 5,
  307. six: 6,
  308. seven: 7,
  309. eight: 8
  310. };
  311. switch (str) {
  312. case 1: {
  313. object[some[index]].icon = this.imgList.excellent;
  314. break;
  315. }
  316. case 2: {
  317. // console.log( object[some[index]].icon)
  318. object[some[index]].icon = this.imgList.good;
  319. break;
  320. }
  321. case 3: {
  322. // console.log( object[some[index]].icon)
  323. object[some[index]].icon = this.imgList.normal;
  324. break;
  325. }
  326. }
  327. if (index == "seven" || index == "six") {
  328. object[some[index]].icon == this.imgList.good
  329. ? (object[some[index]].icon = this.imgList.normal)
  330. : object[some[index]].icon;
  331. }
  332. }
  333. }
  334. };
  335. </script>
  336. <style lang="less" scoped>
  337. @font-face {
  338. font-family: myFirstFont;
  339. src: url("../../assets/images/start/din-bold.otf"),
  340. url("../../assets/images/start/din-bold.otf"); /* IE9+ */
  341. }
  342. img {
  343. vertical-align: middle;
  344. }
  345. div {
  346. box-sizing: border-box;
  347. }
  348. .container {
  349. font-size: 0.14rem;
  350. box-sizing: border-box;
  351. background-color: #fff;
  352. padding-top: 0.2rem;
  353. padding-bottom: 0.36rem;
  354. display: flex;
  355. flex-direction: column;
  356. align-items: center;
  357. .logo {
  358. width: 1.03rem;
  359. height: 0.77rem;
  360. position: absolute;
  361. right: -0.15rem;
  362. top: -0.2rem;
  363. }
  364. .logo1 {
  365. width: 1.03rem;
  366. height: 0.77rem;
  367. position: absolute;
  368. right: 0rem;
  369. top: -0.08rem;
  370. }
  371. .logo2 {
  372. width: 1.03rem;
  373. height: 0.77rem;
  374. position: absolute;
  375. right: -0.2rem;
  376. top: -0.1rem;
  377. }
  378. .topWrap {
  379. background-color: #f6f6f6;
  380. width: 3.51rem;
  381. border-radius: 10px;
  382. padding: 0.16rem;
  383. margin-bottom: 0.1rem;
  384. color: #333;
  385. p {
  386. font-size: 0.14rem;
  387. line-height: 0.23rem;
  388. span {
  389. color: #28babd;
  390. }
  391. }
  392. }
  393. .titleWrap.top {
  394. margin-bottom: 0.01rem;
  395. }
  396. .titleWrap {
  397. margin-bottom: 0.14rem;
  398. img {
  399. width: 1.37rem;
  400. height: 0.74;
  401. }
  402. p {
  403. color: #666;
  404. line-height: 0.2rem;
  405. padding: 0 0.22rem;
  406. }
  407. }
  408. .studyWrap {
  409. min-height: 200px;
  410. padding: 0 0.2rem;
  411. width: 100%;
  412. .border {
  413. width: 100%;
  414. background-color: #2dc5c5;
  415. min-height: 200px;
  416. border-radius: 5px;
  417. padding: 0.18rem;
  418. margin-bottom: 0.1rem;
  419. .logo1 {
  420. position: absolute;
  421. top: -0.2rem;
  422. z-index: 20;
  423. }
  424. img {
  425. vertical-align: middle;
  426. position: relative;
  427. top: 0.01rem;
  428. }
  429. .theoryIcon {
  430. width: 0.17rem;
  431. height: 0.17rem;
  432. position: relative;
  433. top: -0.02rem;
  434. }
  435. .muiscIcon {
  436. width: 0.17rem;
  437. height: 0.19rem;
  438. position: relative;
  439. top: -0.02rem;
  440. }
  441. .bookIcon {
  442. width: 0.16rem;
  443. height: 0.19rem;
  444. position: relative;
  445. top: -0.02rem;
  446. }
  447. .borderContainer {
  448. position: relative;
  449. border-radius: 0 0 10px 10px;
  450. z-index: 1;
  451. min-height: 200px;
  452. background-color: #fff;
  453. display: flex;
  454. flex-direction: column;
  455. padding-left: 0.18rem;
  456. .theoryBox {
  457. display: flex;
  458. flex-direction: row;
  459. justify-content: flex-start;
  460. margin-bottom: 0.25rem;
  461. .right {
  462. margin-left: 0.09rem;
  463. .subTitle {
  464. font-size: 0.13rem;
  465. color: #000;
  466. }
  467. .desc {
  468. font-size: 0.13rem;
  469. color: #808080;
  470. line-height: 0.2rem;
  471. }
  472. }
  473. }
  474. }
  475. }
  476. }
  477. .reportWrap {
  478. width: 100%;
  479. padding: 0 0.22rem;
  480. margin-bottom: 0.28rem;
  481. .imgBox {
  482. width: 3.3rem;
  483. height: 4rem;
  484. background: url("../../assets/images/start/box1.png") no-repeat;
  485. background-size: 100% 100%;
  486. // margin-top: 0.22rem;
  487. display: flex;
  488. flex-direction: column;
  489. padding: 0.74rem 0.35rem 0;
  490. .studentWrap {
  491. position: relative;
  492. display: flex;
  493. flex-direction: row;
  494. justify-content: flex-start;
  495. align-items: center;
  496. .left {
  497. width: 0.72rem;
  498. height: 0.72rem;
  499. border-radius: 50%;
  500. overflow: hidden;
  501. margin-right: 0.13rem;
  502. img {
  503. width: 0.72rem;
  504. height: 0.72rem;
  505. }
  506. }
  507. .right {
  508. .name {
  509. font-size: 0.19rem;
  510. }
  511. .subject {
  512. font-size: 0.15rem;
  513. }
  514. }
  515. }
  516. .studentTimeWrap {
  517. padding: 0 0.08rem;
  518. margin-top: 0.2rem;
  519. display: flex;
  520. flex-direction: row;
  521. justify-content: flex-start;
  522. margin-bottom: 0.3rem;
  523. div {
  524. .timeP {
  525. font-family: myFirstFont, Microsoft YaHei;
  526. font-size: 0.4rem;
  527. font-weight: bold;
  528. color: rgba(51, 51, 51, 1);
  529. line-height: 0.45rem;
  530. }
  531. .descP {
  532. font-size: 0.13rem;
  533. font-family: Microsoft YaHei;
  534. font-weight: 400;
  535. color: rgba(128, 128, 128, 1);
  536. line-height: 0.2rem;
  537. }
  538. }
  539. }
  540. .assess {
  541. width: 100%;
  542. display: flex;
  543. flex-direction: column;
  544. align-items: center;
  545. background-color: #f6f6f6;
  546. p {
  547. box-sizing: border-box;
  548. padding: 0.17rem 0.13rem 0.17rem;
  549. width: 2.5rem;
  550. background: rgba(246, 246, 246, 1);
  551. border-radius: 5px;
  552. color: #666;
  553. span {
  554. font-weight: bold;
  555. }
  556. }
  557. }
  558. }
  559. }
  560. .reportWrap1 {
  561. width: 100%;
  562. padding: 0 0.22rem;
  563. // margin-bottom: 0.28rem;
  564. .border {
  565. width: 100%;
  566. background-color: #2dc5c5;
  567. min-height: 200px;
  568. border-radius: 5px;
  569. padding: 0.18rem;
  570. margin-bottom: 0.1rem;
  571. img {
  572. vertical-align: middle;
  573. }
  574. .imgBox1 {
  575. background-color: #fff;
  576. border-radius: 0 0 10px 10px;
  577. position: relative;
  578. width: 100%;
  579. display: flex;
  580. flex-direction: column;
  581. align-items: center;
  582. padding-bottom: 0.15rem;
  583. .title {
  584. box-sizing: border-box;
  585. display: flex;
  586. flex-direction: row;
  587. justify-content: flex-start;
  588. align-items: center;
  589. font-size: 0.18rem;
  590. height: 0.3rem;
  591. line-height: 0.3rem;
  592. margin: 0.15rem 0;
  593. padding: 0 0.16rem;
  594. color: #006b6b;
  595. font-weight: bold;
  596. .squrt {
  597. width: 0.05rem;
  598. height: 0.22rem;
  599. margin-right: 0.1rem;
  600. }
  601. }
  602. .cell.activce {
  603. border: 1px solid #28babd;
  604. color: #28babd;
  605. }
  606. .cell {
  607. width: 2.6rem;
  608. padding: 0.08rem 0.17rem 0.08rem 0;
  609. box-sizing: border-box;
  610. display: flex;
  611. flex-direction: row;
  612. border-radius: 10px;
  613. box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.14);
  614. background-color: #fff;
  615. font-size: 0.12rem;
  616. border: 1px solid transparent;
  617. .icons {
  618. width: 0.22rem;
  619. height: 0.22rem;
  620. margin: 0 0.105rem;
  621. display: block;
  622. flex: 1;
  623. }
  624. }
  625. }
  626. }
  627. }
  628. .reportWrap2 {
  629. // padding: 0 0.22rem;
  630. // background: url("../../assets/images/start/box3.png") no-repeat;
  631. background-size: 100% 100%;
  632. width: 3.33rem;
  633. // min-height: 5.31rem;
  634. display: flex;
  635. flex-direction: column;
  636. align-items: center;
  637. .border {
  638. width: 100%;
  639. background-color: #2dc5c5;
  640. min-height: 200px;
  641. border-radius: 5px;
  642. padding: 0.18rem;
  643. margin-bottom: 0.1rem;
  644. .boxWrap {
  645. background-color: #fff;
  646. padding: 0 0.14rem;
  647. display: flex;
  648. flex-direction: column;
  649. align-items: center;
  650. padding-bottom: 0.27rem;
  651. border-radius: 0 0 10px 10px;
  652. .teacherWrap {
  653. width: 100%;
  654. top: -0.1rem;
  655. position: relative;
  656. display: flex;
  657. flex-direction: row;
  658. justify-content: flex-start;
  659. align-items: center;
  660. .left {
  661. width: 0.72rem;
  662. height: 0.72rem;
  663. border-radius: 50%;
  664. overflow: hidden;
  665. margin-right: 0.13rem;
  666. img {
  667. width: 0.72rem;
  668. height: 0.72rem;
  669. }
  670. }
  671. .right {
  672. .name {
  673. font-size: 0.19rem;
  674. }
  675. .subject {
  676. font-size: 0.15rem;
  677. }
  678. }
  679. }
  680. .textWrap {
  681. width: 100%;
  682. padding: 0.16rem 0.08rem 0.22rem;
  683. background-color: #f6f6f6;
  684. border-radius: 5px;
  685. margin-top: 0.1rem;
  686. min-height: 1.08rem;
  687. border-radius: 5px;
  688. p {
  689. display: flex;
  690. flex-direction: row;
  691. justify-content: flex-start;
  692. margin-bottom: 0.1rem;
  693. i {
  694. display: block;
  695. width: 0.19rem;
  696. height: 0.16rem;
  697. margin-right: 0.06rem;
  698. position: relative;
  699. top: 2px;
  700. }
  701. span {
  702. width: 2.25rem;
  703. font-size: 0.12rem;
  704. line-height: 0.18rem;
  705. color: #666;
  706. }
  707. }
  708. }
  709. }
  710. }
  711. }
  712. .topTitleImg {
  713. width: 1.21rem !important;
  714. vertical-align: middle;
  715. }
  716. .topTitleP {
  717. position: relative;
  718. top: -0.1rem;
  719. }
  720. .button {
  721. width: 3.2rem;
  722. height: 0.5rem;
  723. line-height: 0.5rem;
  724. text-align: center;
  725. margin-top: 0.27rem;
  726. font-size: 0.18rem;
  727. color: #fff;
  728. background: linear-gradient(
  729. 90deg,
  730. rgba(97, 194, 196, 1) 0%,
  731. rgba(62, 174, 176, 1) 100%
  732. );
  733. border-radius: 0.25rem;
  734. }
  735. }
  736. </style>