reportDetailNew.vue 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757
  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 style="" />
  18. <div class="borderContainer">
  19. <img :src="imgList.logo" class="logo1" alt style="z-index:11;" />
  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. <p> {{ subjectJson['1'][item.one] }}</p>
  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. <p> {{ subjectJson['2'][item.two] }}</p>
  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. <p> {{ subjectJson['3'][item.three] }}</p>
  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. <p>{{ subjectJson['4'][item.four] }}</p>
  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. <p>{{ subjectJson['5'][item.five] }}</p>
  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. <p>{{ subjectJson['6'][item.six] }}</p>
  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. <p> {{ subjectJson['7'][item.seven] }}</p>
  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. <p>{{ subjectJson['8'][item.eight] }}</p>
  174. </div>
  175. </div>
  176. </div>
  177. </div>
  178. <div class="titleWrap" v-if="comment">
  179. <img :src="imgList.title3" alt />
  180. <p>老师评语是老师就学员的练习情况给予的总结,鼓励学员再接再厉哦!</p>
  181. </div>
  182. <div class="reportWrap2" v-if="comment">
  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. /* eslint-disable */
  205. import { browser } from "@/common/common";
  206. import { studyReport, getReviewsInfo } from "@/api/teacher";
  207. import { subjectJson } from "@/utils/questionJson";
  208. export default {
  209. data() {
  210. return {
  211. imgList: {
  212. title1: require("@/assets/images/start/title1.png"),
  213. title2: require("@/assets/images/start/title2.png"),
  214. title3: require("@/assets/images/start/title3.png"),
  215. title4: require("@/assets/images/start/title4.png"),
  216. default_head_img: require("@/assets/images/default_head_img.png"),
  217. logo: require("@/assets/images/start/logo.png"),
  218. excellent: require("@/assets/images/start/excellent.png"),
  219. good: require("@/assets/images/start/good.png"),
  220. normal: require("@/assets/images/start/normal.png"),
  221. squrt: require("@/assets/images/start/squrt.png"),
  222. boxtitle2: require("@/assets/images/start/boxtitle2.png"),
  223. boxtitle1: require("@/assets/images/start/boxtitle1.png"),
  224. theoryIcon: require("@/assets/images/start/theory-icon.png"),
  225. muiscIcon: require("@/assets/images/start/muisc-icon.png"),
  226. bookIcon: require("@/assets/images/start/book-icon.png")
  227. },
  228. classGroupId: null,
  229. token: null,
  230. comment: "",
  231. studentInfo: {
  232. name: "",
  233. subjectName: "",
  234. times: "",
  235. totalMinutes: "",
  236. avatar: ""
  237. },
  238. teacherInfo: {},
  239. item: [],
  240. subjectJson: subjectJson,
  241. musicTheory: [],
  242. song: "",
  243. teachingMaterial: []
  244. };
  245. },
  246. created() {
  247. this.id = this.$route.query.id;
  248. let params = this.$route.query;
  249. if (params.Authorization) {
  250. localStorage.setItem("Authorization", decodeURI(params.Authorization));
  251. localStorage.setItem("userInfo", decodeURI(params.Authorization));
  252. }
  253. if (!this.id) {
  254. this.onAppBack();
  255. return;
  256. }
  257. getReviewsInfo({ id: this.id }).then(res => {
  258. if (res.data.code == 200) {
  259. this.studentInfo = {
  260. name: (res.data.data.student && res.data.data.student.username) || "",
  261. avatar:
  262. (res.data.data.student && res.data.data.student.avatar) ||
  263. this.imgList.default_head_img,
  264. subjectName: res.data.data.subjectName,
  265. times: res.data.data.times,
  266. totalMinutes: res.data.data.totalMinutes
  267. };
  268. this.teacherInfo = {
  269. teacherName:
  270. (res.data.data.teacher && res.data.data.teacher.name) || "",
  271. subjectName: res.data.data.subjectName,
  272. avatar:
  273. (res.data.data.teacher && res.data.data.teacher.headUrl) ||
  274. this.imgList.default_head_img
  275. };
  276. this.teachingMaterial = JSON.parse(res.data.data.teachingMaterial);
  277. this.musicTheory = JSON.parse(res.data.data.musicTheory);
  278. this.song = res.data.data.song;
  279. // 处理数据 1.item
  280. this.item = JSON.parse(res.data.data.item);
  281. this.comment = res.data.data.comment;
  282. for (let key in this.item) {
  283. this.setIcon(this.subjectJson, this.item[key], key);
  284. }
  285. // for (let i = 1; i <= this.item.length; i++) {
  286. // this.setIcon(this.subjectJson, this.item[i - 1], i);
  287. // }
  288. }
  289. });
  290. },
  291. methods: {
  292. onAppBack() {
  293. if (browser().android) {
  294. DAYA.postMessage(JSON.stringify({ api: "back" }));
  295. } else if (browser().iPhone) {
  296. window.webkit.messageHandlers.DAYA.postMessage(
  297. JSON.stringify({ api: "back" })
  298. );
  299. }
  300. },
  301. setIcon(object, str, index) {
  302. let some = {
  303. one: 1,
  304. two: 2,
  305. three: 3,
  306. four: 4,
  307. five: 5,
  308. six: 6,
  309. seven: 7,
  310. eight: 8
  311. };
  312. switch (str) {
  313. case 1: {
  314. object[some[index]].icon = this.imgList.excellent;
  315. break;
  316. }
  317. case 2: {
  318. // console.log( object[some[index]].icon)
  319. object[some[index]].icon = this.imgList.good;
  320. break;
  321. }
  322. case 3: {
  323. // console.log( object[some[index]].icon)
  324. object[some[index]].icon = this.imgList.normal;
  325. break;
  326. }
  327. }
  328. if (index == "seven" || index == "six") {
  329. object[some[index]].icon == this.imgList.good
  330. ? (object[some[index]].icon = this.imgList.normal)
  331. : object[some[index]].icon;
  332. }
  333. }
  334. }
  335. };
  336. </script>
  337. <style lang="less" scoped>
  338. @font-face {
  339. font-family: myFirstFont;
  340. src: url("../../assets/images/start/din-bold.otf"),
  341. url("../../assets/images/start/din-bold.otf"); /* IE9+ */
  342. }
  343. img {
  344. vertical-align: bottom;
  345. }
  346. div {
  347. box-sizing: border-box;
  348. }
  349. .container {
  350. font-size: 0.14rem;
  351. box-sizing: border-box;
  352. background-color: #fff;
  353. padding-top: 0.2rem;
  354. padding-bottom: 0.36rem;
  355. display: flex;
  356. flex-direction: column;
  357. align-items: center;
  358. .logo {
  359. width: 1.03rem;
  360. height: 0.77rem;
  361. position: absolute;
  362. right: -0.15rem;
  363. top: -0.2rem;
  364. }
  365. .logo1 {
  366. width: 1.03rem;
  367. height: 0.77rem;
  368. position: absolute;
  369. right: 0rem;
  370. top: 0;
  371. }
  372. .logo2 {
  373. width: 1.03rem;
  374. height: 0.77rem;
  375. position: absolute;
  376. right: -0.2rem;
  377. top: -0.1rem;
  378. }
  379. .topWrap {
  380. background-color: #f6f6f6;
  381. width: 3.51rem;
  382. border-radius: 10px;
  383. padding: 0.16rem;
  384. margin-bottom: 0.1rem;
  385. color: #333;
  386. p {
  387. font-size: 0.14rem;
  388. line-height: 0.23rem;
  389. span {
  390. color: #28babd;
  391. }
  392. }
  393. }
  394. .titleWrap.top {
  395. margin-bottom: 0.01rem;
  396. }
  397. .titleWrap {
  398. margin-bottom: 0.14rem;
  399. img {
  400. width: 1.37rem;
  401. height: 0.74;
  402. }
  403. p {
  404. color: #666;
  405. line-height: 0.2rem;
  406. padding: 0 0.22rem;
  407. }
  408. }
  409. .studyWrap {
  410. min-height: 200px;
  411. padding: 0 0.2rem;
  412. width: 100%;
  413. .border {
  414. width: 100%;
  415. background-color: #2dc5c5;
  416. min-height: 200px;
  417. border-radius: 5px;
  418. padding: 0.18rem 0.18rem 0.25rem;
  419. margin-bottom: 0.1rem;
  420. .logo1 {
  421. position: absolute;
  422. top: -0.2rem;
  423. z-index: 20;
  424. }
  425. img {
  426. vertical-align: bottom;
  427. position: relative;
  428. top: 0.01rem;
  429. }
  430. .theoryIcon {
  431. width: 0.17rem;
  432. height: 0.17rem;
  433. position: relative;
  434. top: -0.02rem;
  435. }
  436. .muiscIcon {
  437. width: 0.17rem;
  438. height: 0.19rem;
  439. position: relative;
  440. top: -0.02rem;
  441. }
  442. .bookIcon {
  443. width: 0.16rem;
  444. height: 0.19rem;
  445. position: relative;
  446. top: -0.02rem;
  447. }
  448. .borderContainer {
  449. // top:-.15rem;
  450. position: relative;
  451. border-radius: 0 0 10px 10px;
  452. z-index: 1;
  453. min-height: 200px;
  454. background-color: #fff;
  455. display: flex;
  456. flex-direction: column;
  457. padding-left: 0.18rem;
  458. .theoryBox {
  459. display: flex;
  460. flex-direction: row;
  461. justify-content: flex-start;
  462. margin-bottom: 0.22rem;
  463. .right {
  464. margin-left: 0.09rem;
  465. .subTitle {
  466. font-size: 0.13rem;
  467. color: #000;
  468. }
  469. .desc {
  470. font-size: 0.13rem;
  471. color: #808080;
  472. line-height: 0.2rem;
  473. }
  474. }
  475. }
  476. }
  477. }
  478. }
  479. .reportWrap {
  480. width: 100%;
  481. padding: 0 0.22rem;
  482. margin-bottom: 0.14rem;
  483. .imgBox {
  484. width: 3.3rem;
  485. height: 4rem;
  486. background: url("../../assets/images/start/box1.png") no-repeat;
  487. background-size: 100% 100%;
  488. // margin-top: 0.22rem;
  489. display: flex;
  490. flex-direction: column;
  491. padding: 0.74rem 0.35rem 0;
  492. .studentWrap {
  493. position: relative;
  494. display: flex;
  495. flex-direction: row;
  496. justify-content: flex-start;
  497. align-items: center;
  498. .left {
  499. width: 0.72rem;
  500. height: 0.72rem;
  501. border-radius: 50%;
  502. overflow: hidden;
  503. margin-right: 0.13rem;
  504. img {
  505. width: 0.72rem;
  506. height: 0.72rem;
  507. }
  508. }
  509. .right {
  510. .name {
  511. font-size: 0.19rem;
  512. }
  513. .subject {
  514. font-size: 0.15rem;
  515. }
  516. }
  517. }
  518. .studentTimeWrap {
  519. padding: 0 0.08rem;
  520. margin-top: 0.2rem;
  521. display: flex;
  522. flex-direction: row;
  523. justify-content: flex-start;
  524. margin-bottom: 0.3rem;
  525. div {
  526. .timeP {
  527. font-family: myFirstFont, Microsoft YaHei;
  528. font-size: 0.4rem;
  529. font-weight: bold;
  530. color: rgba(51, 51, 51, 1);
  531. line-height: 0.45rem;
  532. }
  533. .descP {
  534. font-size: 0.13rem;
  535. font-family: Microsoft YaHei;
  536. font-weight: 400;
  537. color: rgba(128, 128, 128, 1);
  538. line-height: 0.2rem;
  539. }
  540. }
  541. }
  542. .assess {
  543. width: 100%;
  544. display: flex;
  545. flex-direction: column;
  546. align-items: center;
  547. background-color: #f6f6f6;
  548. p {
  549. box-sizing: border-box;
  550. padding: 0.17rem 0.13rem 0.17rem;
  551. width: 2.5rem;
  552. background: rgba(246, 246, 246, 1);
  553. border-radius: 5px;
  554. color: #666;
  555. span {
  556. font-weight: bold;
  557. }
  558. }
  559. }
  560. }
  561. }
  562. .reportWrap1 {
  563. width: 100%;
  564. padding: 0 0.22rem;
  565. // margin-bottom: 0.28rem;
  566. .border {
  567. width: 100%;
  568. background-color: #2dc5c5;
  569. min-height: 200px;
  570. border-radius: 5px;
  571. padding: 0.18rem;
  572. margin-bottom: 0.1rem;
  573. img {
  574. vertical-align: bottom;
  575. }
  576. .imgBox1 {
  577. margin-top: -1px;
  578. background-color: #fff;
  579. border-radius: 0 0 10px 10px;
  580. position: relative;
  581. width: 100%;
  582. display: flex;
  583. flex-direction: column;
  584. align-items: center;
  585. padding-bottom: 0.15rem;
  586. .title {
  587. box-sizing: border-box;
  588. display: flex;
  589. flex-direction: row;
  590. justify-content: flex-start;
  591. align-items: center;
  592. font-size: 0.18rem;
  593. height: 0.3rem;
  594. line-height: 0.3rem;
  595. margin: 0.15rem 0;
  596. padding: 0 0.16rem;
  597. color: #006b6b;
  598. font-weight: bold;
  599. .squrt {
  600. width: 0.05rem;
  601. height: 0.22rem;
  602. margin-right: 0.1rem;
  603. }
  604. }
  605. .cell.activce {
  606. border: 1px solid #28babd;
  607. color: #28babd;
  608. }
  609. .cell {
  610. width: 2.6rem;
  611. padding: 0.08rem 0.17rem 0.08rem 0;
  612. box-sizing: border-box;
  613. display: flex;
  614. flex-direction: row;
  615. border-radius: 10px;
  616. box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.14);
  617. background-color: #fff;
  618. font-size: 0.12rem;
  619. border: 1px solid transparent;
  620. p {width: 1.98rem;}
  621. .icons {
  622. width: 0.22rem;
  623. height: 0.22rem;
  624. margin: 0 0.105rem;
  625. display: block;
  626. }
  627. }
  628. }
  629. }
  630. }
  631. .reportWrap2 {
  632. // padding: 0 0.22rem;
  633. // background: url("../../assets/images/start/box3.png") no-repeat;
  634. background-size: 100% 100%;
  635. width: 3.33rem;
  636. // min-height: 5.31rem;
  637. display: flex;
  638. flex-direction: column;
  639. align-items: center;
  640. .border {
  641. width: 100%;
  642. background-color: #2dc5c5;
  643. min-height: 200px;
  644. border-radius: 5px;
  645. padding: 0.18rem;
  646. margin-bottom: 0.1rem;
  647. .boxWrap {
  648. background-color: #fff;
  649. padding: 0 0.14rem;
  650. display: flex;
  651. flex-direction: column;
  652. align-items: center;
  653. padding-bottom: 0.27rem;
  654. border-radius: 0 0 10px 10px;
  655. .teacherWrap {
  656. width: 100%;
  657. top: -0.1rem;
  658. position: relative;
  659. display: flex;
  660. flex-direction: row;
  661. justify-content: flex-start;
  662. align-items: center;
  663. .left {
  664. width: 0.72rem;
  665. height: 0.72rem;
  666. border-radius: 50%;
  667. overflow: hidden;
  668. margin-right: 0.13rem;
  669. img {
  670. width: 0.72rem;
  671. height: 0.72rem;
  672. }
  673. }
  674. .right {
  675. .name {
  676. font-size: 0.19rem;
  677. }
  678. .subject {
  679. font-size: 0.15rem;
  680. }
  681. }
  682. }
  683. .textWrap {
  684. width: 100%;
  685. padding: 0.16rem 0.08rem 0.22rem;
  686. background-color: #f6f6f6;
  687. border-radius: 5px;
  688. margin-top: 0.1rem;
  689. min-height: 1.08rem;
  690. border-radius: 5px;
  691. p {
  692. display: flex;
  693. flex-direction: row;
  694. justify-content: flex-start;
  695. margin-bottom: 0.1rem;
  696. i {
  697. display: block;
  698. width: 0.19rem;
  699. height: 0.16rem;
  700. margin-right: 0.06rem;
  701. position: relative;
  702. top: 2px;
  703. }
  704. span {
  705. width: 2.25rem;
  706. font-size: 0.12rem;
  707. line-height: 0.18rem;
  708. color: #666;
  709. }
  710. }
  711. }
  712. }
  713. }
  714. }
  715. .topTitleImg {
  716. width: 1.21rem !important;
  717. vertical-align: bottom;
  718. }
  719. .topTitleP {
  720. position: relative;
  721. top: -0.1rem;
  722. }
  723. .button {
  724. width: 3.2rem;
  725. height: 0.5rem;
  726. line-height: 0.5rem;
  727. text-align: center;
  728. margin-top: 0.27rem;
  729. font-size: 0.18rem;
  730. color: #fff;
  731. background: linear-gradient(
  732. 90deg,
  733. rgba(97, 194, 196, 1) 0%,
  734. rgba(62, 174, 176, 1) 100%
  735. );
  736. border-radius: 0.25rem;
  737. }
  738. }
  739. </style>