inspectAdd.vue 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787
  1. <!-- 开始检查 -->
  2. <template>
  3. <view class="inspectAdd">
  4. <scroll-view scroll-y @scrolltolower="scrollGet" class="info-max-box">
  5. <view class="tip">第一次检查</view>
  6. <view class="title">
  7. <view class="title-l">
  8. <view class="title-l-t">{{newData.data10}}</view>
  9. <view class="title-l-b">
  10. <view v-for="(item,index) in newData.data11" :key="index">{{item}}</view>
  11. </view>
  12. </view>
  13. <img class="title-r" src="@/pages_safetyCheck/images/icon_wd_gd@1x.png">
  14. </view>
  15. <view class="items">
  16. <view class="items-t">
  17. <view class="items-t-r">{{newData.data3}}</view>
  18. </view>
  19. <view class="items-b">< {{newData.data4}} <</view>
  20. </view>
  21. <view class="items-number">此检查项在当前实验室累计出现<text>{{newData.data5}}</text>次隐患</view>
  22. <view class="list">
  23. <view class="list-li">
  24. <view>检查要点</view>
  25. <view>
  26. <img src="@/pages_safetyCheck/images/icon_06.png">
  27. </view>
  28. </view>
  29. <view class="hidden-content">{{newData.data6}}
  30. </view>
  31. <view class="list-li">
  32. <view>检查隐患</view>
  33. <view>
  34. <img src="@/pages_safetyCheck/images/icon_06.png">
  35. </view>
  36. </view>
  37. <textarea class="describe" type="text" v-model="form.rectifyDescribe" maxlength="200"
  38. placeholder="请填写隐患描述" placeholder-style="font-size:24rpx;color:#999;"></textarea>
  39. <view class="check-for-img-max-box">
  40. <view class="left-title-p"></view>
  41. <view class="right-img-box">
  42. <view class="img-box" v-for="(imgUrl,imgIndex) in form.imgDtoList" :key="imgIndex">
  43. <img class="img-data" :src="baseUrl+imgUrl.fileUrl">
  44. <img class="position-img" src="@/pages_safetyCheck/images/icon_ssp_closure.png"
  45. @click="delImg(imgIndex)">
  46. </view>
  47. <img class="add-button" src="@/pages_safetyCheck/images/img_ssp_pz@1x.png"
  48. @click="selectImage()" v-if="form.imgDtoList.length<5">
  49. </view>
  50. </view>
  51. </view>
  52. <view class="voice">
  53. <view class="voice_t">
  54. <view class="voice_t_l">语音备注:(选填)</view>
  55. <!-- <img class="voice_t_r" src="@/pages_safetyExamine/images/icon_ksjc_yysr.png"
  56. @longpress.stop="recordButton(item,$event)" @touchmove.stop="cancelButton"
  57. @touchend.stop="sendButton(item,$event)"> -->
  58. </view>
  59. <view class="voice_b" v-for="(voiceItem,voiceIndex) in voiceList" :key="voiceIndex">
  60. <view class="voice_b_l" @tap="voicePlay(voiceItem.url)">
  61. <img class="add-button" src="@/pages_safetyCheck/images//icon_yybz_yy.png" />
  62. {{voiceItem.times}}″
  63. </view>
  64. <img class="voice_b_r" src="@/pages_safetyCheck/images/icon_yybz_sc.png"
  65. @tap="voiceDele('',voiceIndex)" />
  66. </view>
  67. <view class="voice-btn">
  68. <img class="voice_t_r" src="@/pages_safetyCheck/images/icon_sskz_azsh.png"
  69. @longpress.stop="recordButton(item,$event)" @touchmove.stop="cancelButton"
  70. @touchend.stop="sendButton(item,$event)"/>
  71. <text>按住说话</text>
  72. </view>
  73. </view>
  74. </scroll-view>
  75. <view class="sub-btn">
  76. <view>保存草稿</view>
  77. <view>符合</view>
  78. <view>不符合</view>
  79. </view>
  80. </view>
  81. </template>
  82. <script>
  83. import {
  84. config
  85. } from '@/api/request/config.js'
  86. export default {
  87. name: "inspectAdd",
  88. components: {
  89. },
  90. data() {
  91. return {
  92. baseUrl: config.base_url,
  93. form: {
  94. imgDtoList: [],
  95. },
  96. newData: {
  97. data1: '实验室名称(房间号)',
  98. data2: '学院单位名称',
  99. data3: '1.1.1 检查项检查项检查项检查',
  100. data4: '1.1 检查项检查项检查项检查项检查项检查项',
  101. data5: '19',
  102. data6: '(1)有学校相关会议(校务会议、党委常委会会议等)纪要,内容包含实验室安全工作。',
  103. data7: '内容内容内容内容内容内容内容内容内容内容内容内内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容',
  104. data8: '李瑶瑶',
  105. data9: '2024-01-01',
  106. data10: '计划标题计划标题计划标题计划标题计划标题计标题计划标题计划标题',
  107. data11: ['校级检查', '全面检查', '交叉检查'],
  108. rectificationStatus: 0, //整改状态 0待整改 1暂无法整改 2已整改
  109. },
  110. voiceList: [
  111. {
  112. 'times': '10',
  113. 'url': '2312312'
  114. },
  115. ],
  116. }
  117. },
  118. onLoad(option) {},
  119. onShow() {
  120. },
  121. mounted() {
  122. },
  123. methods: {
  124. //滚动事件
  125. scrollGet() {},
  126. /******图片上传******/
  127. selectImage() {
  128. let self = this;
  129. if (this.form.imgDtoList.length > 4) {
  130. uni.showToast({
  131. title: '最多上传5张图片',
  132. icon: "none",
  133. mask: true,
  134. duration: 2000
  135. });
  136. return
  137. }
  138. wx.chooseImage({
  139. count: 1,
  140. sizeType: ["original", "compressed"],
  141. sourceType: ["album", "camera"],
  142. success: function(res) {
  143. let tempFilePaths = res.tempFilePaths[0];
  144. self.uploadImg(tempFilePaths);
  145. }
  146. });
  147. },
  148. async uploadImg(tempFilePaths) {
  149. var self = this;
  150. uni.showLoading({
  151. title: '上传中',
  152. mask: true
  153. });
  154. uni.uploadFile({
  155. url: config.base_url + '/system/file/upload', //仅为示例,非真实的接口地址
  156. header: {
  157. 'Authorization': uni.getStorageSync('token')
  158. },
  159. filePath: tempFilePaths,
  160. name: 'file',
  161. formData: {
  162. 'user': 'test'
  163. },
  164. success: (uploadFileRes) => {
  165. let res = JSON.parse(uploadFileRes.data);
  166. if (res.code == 200) {
  167. this.form.imgDtoList.push({
  168. 'fileUrl': res.data.url,
  169. 'fileName': res.data.name
  170. });
  171. console.log(res.data.url)
  172. } else {
  173. uni.showToast({
  174. title: res.msg,
  175. icon: "none",
  176. mask: true,
  177. duration: 2000
  178. });
  179. }
  180. },
  181. fail: err => {},
  182. complete: () => {
  183. uni.hideLoading()
  184. }
  185. });
  186. },
  187. //删除图片
  188. delImg(minIndex) {
  189. this.form.imgDtoList.splice(minIndex, 1);
  190. this.$forceUpdate();
  191. },
  192. /******语音备注 *******/
  193. //语音备忘播放
  194. async voicePlay(item) {
  195. myaudio.src = config.base_url + item;
  196. myaudio.play();
  197. },
  198. //语音备忘删除
  199. async voiceDele(item, voiceIndex) {
  200. let self = this;
  201. uni.showModal({
  202. title: '',
  203. cancelColor: '#999999',
  204. confirmColor: '#FF6E6E',
  205. content: '确定删除此语音吗?',
  206. success(res) {
  207. if (res.confirm) {
  208. console.log('用户点击确定')
  209. this.voiceList.splice(voiceIndex, 1);
  210. self.$forceUpdate();
  211. } else if (res.cancel) {
  212. console.log('用户点击取消')
  213. }
  214. }
  215. })
  216. },
  217. //录制
  218. recordButton(item, e) {
  219. console.log("按下")
  220. let self = this;
  221. if (this.voiceList.length >= 5) {
  222. uni.showToast({
  223. title: '语音备忘最多只能上传5条',
  224. icon: "none",
  225. mask: true,
  226. duration: 2000
  227. });
  228. return
  229. }
  230. this.liveType = true;
  231. console.log('录制', e)
  232. this.startPoint = e.touches[0]; //记录长按时开始点信息,后面用于计算上划取消时手指滑动的距离。
  233. const options = {
  234. duration: 60000,
  235. sampleRate: 16000,
  236. numberOfChannels: 1,
  237. encodeBitRate: 48000,
  238. format: 'mp3',
  239. frameSize: 50
  240. }
  241. this.recorderManager.start(options); //开始录音
  242. this.recorderManager.onStart(() => {
  243. console.log('recorder start')
  244. })
  245. this.recorderManager.onError((res) => {
  246. console.log(res);
  247. })
  248. wx.showToast({
  249. title: "正在录音,上划取消发送",
  250. icon: "none",
  251. duration: 60000 //先定义个60秒,后面可以手动调用wx.hideToast()隐藏
  252. });
  253. this.sendLock = false; //长按时是不上锁的。
  254. },
  255. //取消
  256. cancelButton(e) {
  257. console.log("移动")
  258. let self = this;
  259. this.liveType = false;
  260. console.log('取消', e)
  261. let moveLenght = e.touches[e.touches.length - 1].clientY - this.startPoint.clientY; //移动距离
  262. if (Math.abs(moveLenght) > 50) {
  263. wx.showToast({
  264. title: "松开手指,取消发送",
  265. icon: "none",
  266. duration: 60000
  267. });
  268. this.sendLock = true; //触发了上滑取消发送,上锁
  269. } else {
  270. wx.showToast({
  271. title: "正在录音,上划取消发送",
  272. icon: "none",
  273. duration: 60000
  274. });
  275. this.sendLock = false; //上划距离不足,依然可以发送,不上锁
  276. }
  277. },
  278. //发送
  279. sendButton(item, e) {
  280. console.log("松开")
  281. let self = this;
  282. this.liveType = false;
  283. console.log('发送', e)
  284. wx.hideToast(); //结束录音、隐藏Toast提示框
  285. this.recorderManager.stop(); //结束录音
  286. this.recorderManager.onStop((res) => {
  287. if (!this.sendLock) {
  288. this.uploadVoice(item, res.duration, res.tempFilePath);
  289. }
  290. console.log('停止录音', res.tempFilePath)
  291. console.log("sendLock", this.sendLock);
  292. })
  293. },
  294. //上传MP3
  295. async uploadVoice(item, times, tempFilePaths) {
  296. console.log(item)
  297. console.log(times)
  298. console.log(tempFilePaths)
  299. var self = this;
  300. uni.uploadFile({
  301. url: config.base_url + '/system/file/upload', //仅为示例,非真实的接口地址
  302. header: {
  303. 'Authorization': uni.getStorageSync('token')
  304. },
  305. filePath: tempFilePaths,
  306. name: 'file',
  307. formData: {
  308. 'user': 'test'
  309. },
  310. success: (uploadFileRes) => {
  311. let res = JSON.parse(uploadFileRes.data);
  312. if (res.code == 200) {
  313. console.log("上传成功", res)
  314. console.log(item)
  315. let seconds = Math.round((parseInt(times) % (1000 * 60)) / 1000);
  316. this.voiceList.push({
  317. 'times': seconds,
  318. 'url': res.data.url
  319. })
  320. console.log(JSON.stringify(self.voice))
  321. //self.textParseUrlIps(res.data.url);
  322. // self.newData.imgList.push(res.data.url);
  323. } else {
  324. uni.showToast({
  325. title: res.msg,
  326. icon: "none",
  327. mask: true,
  328. duration: 2000
  329. });
  330. }
  331. },
  332. fail: err => {
  333. uni.hideLoading()
  334. },
  335. complete: () => {}
  336. });
  337. },
  338. }
  339. }
  340. </script>
  341. <style lang="stylus" scoped>
  342. .inspectAdd {
  343. height: 100%;
  344. display flex;
  345. box-sizing: border-box;
  346. padding-bottom: 160rpx;
  347. box-sizing: border-box;
  348. #bgColor-A {
  349. color: #FFD400;
  350. }
  351. #bgColor-B {
  352. color: #FF8C00;
  353. }
  354. #bgColor-C {
  355. color: #E11608;
  356. }
  357. .tip {
  358. width: 750rpx;
  359. height: 80rpx;
  360. background: rgba(1, 131, 250, 0.2);
  361. font-weight: normal;
  362. font-size: 28rpx;
  363. color: #0183FA;
  364. line-height: 80rpx;
  365. text-align: center;
  366. }
  367. .title {
  368. width: 690rpx;
  369. height: 150rpx;
  370. background: #FFFFFF;
  371. border-radius: 20rpx 20rpx 20rpx 20rpx;
  372. margin: 20rpx 30rpx 0;
  373. display: flex;
  374. justify-content: space-between;
  375. align-items: center;
  376. padding: 0 30rpx;
  377. box-sizing: border-box;
  378. .title-l {
  379. width: 594rpx;
  380. .title-l-t {
  381. font-size: 30rpx;
  382. color: #333333;
  383. line-height: 42rpx;
  384. text-align: left;
  385. overflow: hidden;
  386. text-overflow: ellipsis;
  387. white-space: nowrap;
  388. }
  389. .title-l-b {
  390. display: flex;
  391. justify-content: flex-start;
  392. margin-top: 16rpx;
  393. >view {
  394. width: 130rpx;
  395. height: 50rpx;
  396. background: rgba(1, 131, 250, 0.2);
  397. border-radius: 6rpx 6rpx 6rpx 6rpx;
  398. font-size: 24rpx;
  399. color: #0183FA;
  400. line-height: 50rpx;
  401. text-align: center;
  402. margin-right: 14rpx;
  403. }
  404. }
  405. }
  406. .title-r {
  407. width: 24rpx;
  408. height: 24rpx;
  409. }
  410. }
  411. .items {
  412. width: 690rpx;
  413. min-height: 165rpx;
  414. background: #FFFFFF;
  415. border-radius: 20rpx 20rpx 20rpx 20rpx;
  416. margin: 20rpx 0 0 30rpx;
  417. .items-li {
  418. display: flex;
  419. justify-content: space-between;
  420. align-items: center;
  421. padding: 0 30rpx;
  422. box-sizing: border-box;
  423. border-bottom: 1rpx solid #E0E0E0;
  424. >view:nth-of-type(1) {
  425. font-size: 30rpx;
  426. color: #333333;
  427. line-height: 80rpx;
  428. text-align: left;
  429. }
  430. >view:nth-of-type(2) {
  431. font-size: 28rpx;
  432. color: #666666;
  433. line-height: 80rpx;
  434. text-align: left;
  435. display: flex;
  436. justify-content: space-between;
  437. align-items: center;
  438. }
  439. }
  440. .items-t {
  441. border-bottom: 1rpx solid #E0E0E0;
  442. height: 80rpx;
  443. display: flex;
  444. justify-content: flex-start;
  445. align-items: center;
  446. padding: 0 30rpx;
  447. box-sizing: border-box;
  448. .items-t-l {
  449. width: 175rpx;
  450. height: 50rpx;
  451. background: #E11608;
  452. border-radius: 50rpx 50rpx 50rpx 50rpx;
  453. font-size: 30rpx;
  454. color: #FFFFFF;
  455. line-height: 50rpx;
  456. text-align: center;
  457. margin-right: 14rpx;
  458. }
  459. .items-t-r {
  460. font-size: 30rpx;
  461. color: #333333;
  462. line-height: 42rpx;
  463. text-align: left;
  464. }
  465. }
  466. .items-b {
  467. padding: 0 30rpx;
  468. box-sizing: border-box;
  469. height: 80rpx;
  470. font-size: 28rpx;
  471. color: #666666;
  472. line-height: 80rpx;
  473. text-align: left;
  474. }
  475. }
  476. .items-number {
  477. font-size: 24rpx;
  478. color: #3D3D3D;
  479. line-height: 34rpx;
  480. text-align: right;
  481. margin: 20rpx 60rpx 0 0;
  482. >text {
  483. font-size: 24rpx;
  484. color: #FF0000;
  485. line-height: 34rpx;
  486. text-align: right;
  487. }
  488. }
  489. .list {
  490. width: 690rpx;
  491. margin: 20rpx 30rpx 0;
  492. background: #FFFFFF;
  493. border-radius: 20rpx 20rpx 20rpx 20rpx;
  494. .list-li {
  495. display: flex;
  496. justify-content: space-between;
  497. align-items: center;
  498. padding: 0 30rpx;
  499. box-sizing: border-box;
  500. border-bottom: 1rpx solid #E0E0E0;
  501. >view:nth-of-type(1) {
  502. font-size: 30rpx;
  503. color: #333333;
  504. line-height: 80rpx;
  505. text-align: left;
  506. }
  507. >view:nth-of-type(2) {
  508. font-size: 28rpx;
  509. color: #666666;
  510. line-height: 80rpx;
  511. text-align: left;
  512. display: flex;
  513. justify-content: space-between;
  514. align-items: center;
  515. >img {
  516. width: 24rpx;
  517. height: 12rpx;
  518. margin-left: 10rpx;
  519. }
  520. }
  521. }
  522. .hidden-content {
  523. width: 630rpx;
  524. min-height: 200rpx;
  525. background: #F5F5F5;
  526. border-radius: 20rpx 20rpx 20rpx 20rpx;
  527. margin: 20rpx 30rpx 0;
  528. padding: 20rpx;
  529. box-sizing: border-box;
  530. font-size: 28rpx;
  531. color: #666666;
  532. line-height: 39rpx;
  533. text-align: left;
  534. }
  535. .photo {
  536. display: flex;
  537. justify-content: flex-start;
  538. flex-wrap: wrap;
  539. margin-top: 20rpx;
  540. padding: 0 30rpx;
  541. box-sizing: border-box;
  542. >img {
  543. width: 150rpx;
  544. height: 150rpx;
  545. border-radius: 10rpx 10rpx 10rpx 10rpx;
  546. margin: 0 10rpx 10rpx 0;
  547. }
  548. }
  549. .describe {
  550. width: 636rpx;
  551. height: 120rpx;
  552. border-radius: 10rpx 10rpx 10rpx 10rpx;
  553. border: 1rpx solid #E0E0E0;
  554. margin: 20rpx 0 0 28rpx;
  555. padding: 12rpx 16rpx;
  556. box-sizing: border-box;
  557. }
  558. .check-for-img-max-box {
  559. margin: 20px 28rpx;
  560. .left-title-p {
  561. width: 100%;
  562. text-align: left;
  563. font-size: 30rpx;
  564. font-family: PingFang SC-Medium, PingFang SC;
  565. font-weight: 400;
  566. color: #333333;
  567. line-height: 80rpx;
  568. }
  569. .right-img-box {
  570. .img-box {
  571. display inline-block;
  572. height: 150rpx;
  573. width: 150rpx;
  574. position relative;
  575. margin: 0 14rpx 20rpx 0;
  576. border-radius 10rpx;
  577. overflow hidden;
  578. .img-data {
  579. height: 150rpx;
  580. width: 150rpx;
  581. }
  582. .position-img {
  583. position absolute;
  584. right: 0;
  585. top: 0;
  586. width: 36rpx;
  587. height: 36rpx;
  588. }
  589. }
  590. .img-box:nth-of-type(3n+3) {
  591. margin-right: 0rpx;
  592. }
  593. .add-button {
  594. margin: 0 0rpx 20rpx 0;
  595. border-radius 10rpx;
  596. overflow hidden;
  597. display inline-block;
  598. height: 150rpx;
  599. width: 150rpx;
  600. }
  601. }
  602. }
  603. .list-li:last-of-type {
  604. border: none;
  605. }
  606. }
  607. /* 语音备注 */
  608. .voice {
  609. width: 690rpx;
  610. min-height: 440rpx;
  611. background: #FFFFFF;
  612. border-radius: 20rpx 20rpx 20rpx 20rpx;
  613. margin: 20rpx 30rpx;
  614. padding: 30rpx;
  615. box-sizing: border-box;
  616. .voice_t {
  617. height: 80rpx;
  618. display: flex;
  619. justify-content: space-between;
  620. align-items: center;
  621. .voice_t_l {
  622. font-size: 30rpx;
  623. font-family: PingFang SC-Medium, PingFang SC;
  624. font-weight: 400;
  625. color: #333333;
  626. line-height: 80rpx;
  627. }
  628. .voice_t_r {
  629. width: 170rpx;
  630. height: 50rpx;
  631. }
  632. }
  633. .voice_b {
  634. display flex;
  635. justify-content flex-start;
  636. align-items center;
  637. margin-bottom: 30rpx;
  638. .voice_b_l {
  639. width: 400rpx;
  640. height: 40rpx;
  641. background: #0183FA;
  642. border-radius: 10rpx;
  643. display flex;
  644. justify-content flex-start;
  645. align-items center;
  646. font-size: 24rpx;
  647. color: #FFFFFF;
  648. line-height: 30rpx;
  649. text-align: left;
  650. >img {
  651. width: 20rpx;
  652. height: 20rpx;
  653. margin-left: 16rpx;
  654. margin-right: 20rpx;
  655. }
  656. }
  657. .voice_b_r {
  658. width: 28rpx;
  659. height: 28rpx;
  660. margin-left: 20rpx;
  661. }
  662. }
  663. .voice-btn{
  664. width: 150rpx;
  665. height: 150rpx;
  666. position: relative;
  667. margin:62rpx 0 0 238rpx;
  668. >img{
  669. width: 150rpx;
  670. height: 150rpx;
  671. position: absolute;
  672. }
  673. >text{
  674. font-size: 24rpx;
  675. color: #999999;
  676. line-height: 30rpx;
  677. text-align: center;
  678. position: absolute;
  679. top: 84rpx;
  680. left: 26rpx;
  681. }
  682. }
  683. }
  684. }
  685. .sub-btn {
  686. display: flex;
  687. justify-content: center;
  688. position: fixed;
  689. left: 30rpx;
  690. bottom: 30rpx;
  691. >view:nth-of-type(1) {
  692. width: 230rpx;
  693. height: 100rpx;
  694. background: #009519;
  695. border-radius: 50rpx 0rpx 0rpx 50rpx;
  696. font-size: 30rpx;
  697. color: #FFFFFF;
  698. line-height: 100rpx;
  699. text-align: center;
  700. }
  701. >view:nth-of-type(2) {
  702. width: 230rpx;
  703. height: 100rpx;
  704. background: #0183FA;
  705. border-radius: 0rpx 0rpx 0rpx 0rpx;
  706. font-size: 30rpx;
  707. color: #FFFFFF;
  708. line-height: 100rpx;
  709. text-align: center;
  710. }
  711. >view:nth-of-type(3) {
  712. width: 230rpx;
  713. height: 100rpx;
  714. background: #FF8C00;
  715. border-radius: 0rpx 50rpx 50rpx 0rpx;
  716. font-size: 30rpx;
  717. color: #FFFFFF;
  718. line-height: 100rpx;
  719. text-align: center;
  720. }
  721. }
  722. </style>