community.vue 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667
  1. <template>
  2. <view class="container">
  3. <view class="tabs">
  4. <scroll-view scroll-x class="nav" style="background-color: #efefef;color: #5b5b5b;">
  5. <view class="flex text-center">
  6. <view class="cu-item flex-sub" :class="index==subsectionCurrent?'text-checked':''" v-for="(item,index) in subsectionList" :key="index" @tap="subsectionChange(index)" >
  7. {{item.name}}
  8. </view>
  9. </view>
  10. </scroll-view>
  11. </view>
  12. <view style="height: 100%;">
  13. <swiper style="height: 100%;" :current="subsectionCurrent" @change="swiperChange"
  14. @animationfinish="animationfinish">
  15. <swiper-item >
  16. <scroll-view scroll-y style="height: 100%;">
  17. <view class="bg-white " >
  18. <view style="margin: 0 0rpx 40rpx;">
  19. <image style="width: 100%;" mode="widthFix" src="http://139.9.103.171:8888/group1/M00/00/01/iwlnq1-_4mqAf_t4AAKPnq9axkQ981.png" ></image>
  20. </view>
  21. <view class="bg-white padding-top-20" style="position: relative;top:-20rpx;">
  22. <view class="text-bold text-lg margin-left-30 margin-bottom-sm">
  23. <text class="cuIcon-titles text-blue margin-right-10 "></text>
  24. <text>通用服务</text>
  25. </view>
  26. <view class="cu-list grid col-4 no-border " style="border-radius: 50rpx;">
  27. <view class="cu-item" @click="goDetail(item)" v-for="(item,index) in commonList" :key="index">
  28. <view class="grid-icon ">
  29. <image :src="item.icon" mode="widthFix"/>
  30. </view>
  31. <view class="cu-tag bg-orange badge" v-if="item.badge>0">{{item.badge}}</view>
  32. <text class="text-sm ">{{item.title}}</text>
  33. </view>
  34. </view>
  35. </view>
  36. <view class="text-bold text-lg margin-left-30 margin-bottom-sm ">
  37. <text class="cuIcon-titles text-blue margin-right-10 "></text>
  38. <text>手机服务</text>
  39. </view>
  40. <view class="cu-list grid col-4 no-border " style="border-radius: 50rpx;">
  41. <view class="cu-item" @click="goDetail(item)" v-for="(item,index) in mobileList" :key="index">
  42. <view class="grid-icon ">
  43. <image :src="item.icon" mode="widthFix"/>
  44. </view>
  45. <view class="cu-tag bg-orange badge" v-if="item.badge>0">{{item.badge}}</view>
  46. <text class="text-sm ">{{item.title}}</text>
  47. </view>
  48. </view>
  49. </view>
  50. <view class="bg-white padding-top-20" style="position: relative;top:-10rpx;">
  51. <view class="text-bold text-lg margin-left-30 margin-bottom-sm">
  52. <text class="cuIcon-titles text-blue margin-right-10 "></text>
  53. <text>宽带服务</text>
  54. </view>
  55. <view class="cu-list grid col-4 no-border " style="border-radius: 50rpx;">
  56. <view class="cu-item" @click="goDetail(item)" v-for="(item,index) in broadbandList" :key="index">
  57. <view class="grid-icon ">
  58. <image :src="item.icon" mode="widthFix"/>
  59. </view>
  60. <view class="cu-tag bg-orange badge" v-if="item.badge>0">{{item.badge}}</view>
  61. <text class="text-sm ">{{item.title}}</text>
  62. </view>
  63. </view>
  64. </view>
  65. <view style="height: 80rpx;">
  66. <u-divider bgColor="#f1f1f1;" height="80">到底了</u-divider>
  67. </view>
  68. </scroll-view>
  69. </swiper-item>
  70. <swiper-item >
  71. <scroll-view scroll-y style="height: 100%;background-color: #F1F1F1;">
  72. <view style="margin: 0 20rpx;">
  73. <u-waterfall v-model="oldManList" ref="uWaterfall">
  74. <template v-slot:left="{leftList}">
  75. <view @click="goElderlyDetail(item)" class="demo-warter" v-for="(item, index) in leftList" :key="index">
  76. <image :src="item.image" mode="scaleToFill" class="demo-image" ></image>
  77. <view class="time">
  78. <text class="padding-bottom-10">抓拍时间:</text>
  79. <text>{{item.time}}</text>
  80. </view>
  81. <view class="flex justify-center margin-bottom-50">
  82. <view class="cu-btn line-blue round df" style="width: 70%;">
  83. 查看详情
  84. </view>
  85. </view>
  86. </view>
  87. </template>
  88. <template v-slot:right="{rightList}">
  89. <view @click="goElderlyDetail(item)" class="demo-warter" v-for="(item, index) in rightList" :key="index">
  90. <image :src="item.image" mode="scaleToFill" class="demo-image" ></image>
  91. <view class="time">
  92. <text class="padding-bottom-10">抓拍时间:</text>
  93. <text>{{item.time}}</text>
  94. </view>
  95. <view class="flex justify-center margin-bottom-50">
  96. <view class="cu-btn line-blue round df" style="width: 70%;">
  97. 查看详情
  98. </view>
  99. </view>
  100. </view>
  101. </template>
  102. </u-waterfall>
  103. </view>
  104. </scroll-view>
  105. </swiper-item>
  106. <swiper-item >
  107. <scroll-view scroll-y style="height: 100%;background-color: #F1F1F1;">
  108. <view style="margin: 0 20rpx;">
  109. <u-waterfall v-model="carList" ref="uWaterfall">
  110. <template v-slot:left="{leftList}">
  111. <view @click="goCarDetail(item)" class="demo-warter" v-for="(item, index) in leftList" :key="index">
  112. <image :src="item.image" class="demo-image" mode="scaleToFill"></image>
  113. <view class="time">
  114. <text class="padding-bottom-10">抓拍时间:</text>
  115. <text>{{item.time}}</text>
  116. </view>
  117. <view class="flex justify-center margin-bottom-50">
  118. <view class="cu-btn line-blue round df" style="width: 70%;">
  119. 查看详情
  120. </view>
  121. </view>
  122. </view>
  123. </template>
  124. <template v-slot:right="{rightList}">
  125. <view @click="goCarDetail(item)" class="demo-warter" v-for="(item, index) in rightList" :key="index">
  126. <image :src="item.image" class="demo-image" mode="scaleToFill"></image>
  127. <view class="time">
  128. <text class="padding-bottom-10">抓拍时间:</text>
  129. <text>{{item.time}}</text>
  130. </view>
  131. <view class="flex justify-center margin-bottom-50">
  132. <view class="cu-btn line-blue round df" style="width: 70%;">
  133. 查看详情
  134. </view>
  135. </view>
  136. </view>
  137. </template>
  138. </u-waterfall>
  139. </view>
  140. </scroll-view>
  141. </swiper-item>
  142. </swiper>
  143. </view>
  144. </view>
  145. </template>
  146. <script>
  147. var app=getApp()
  148. export default {
  149. components:{
  150. },
  151. data() {
  152. return {
  153. oldManList:[],
  154. carList:[],
  155. tabCurrent:0,
  156. subsectionCurrent: 0,
  157. subsectionList: [
  158. {
  159. name: '通讯服务'
  160. },
  161. {
  162. name: '老人关爱'
  163. },
  164. {
  165. name: '车辆关爱'
  166. },
  167. ],
  168. // 卡片列表
  169. cardList:[
  170. {
  171. title:'热门活动',
  172. subTiltle:'优惠多多',
  173. type:'url',
  174. target:'https://yx.nx.189.cn/u/public/index.php/index/index/rmhd.html'
  175. },
  176. {
  177. title:'充值交费',
  178. subTiltle:'用于充值交费',
  179. type:'url',
  180. target:'https://mp.weixin.qq.com/s/oGB5l9lZCQHHJJuXT0umRw'
  181. },
  182. {
  183. title:'宽带预约',
  184. subTiltle:'用于宽带预约',
  185. type:'url',
  186. target:'https://wap.nx.189.cn/pages/market/html/market.html'
  187. },
  188. {
  189. title:'充30减2',
  190. subTiltle:'手机充值满减活动',
  191. type:'url',
  192. target:'https://yx.nx.189.cn/t/public/index.php/dyq/index'
  193. },
  194. {
  195. title:'抽话费',
  196. subTiltle:'用于抽话费',
  197. type:'url',
  198. target:'https://pms.189.cn/cljy-web/static/chfchf/chfchf_zc_index.html?shopid=2000118600000002&cmpid=dp-002&number=undefined'
  199. },
  200. {
  201. title:'流量超市',
  202. subTiltle:'用于充值流量',
  203. type:'url',
  204. target:'https://yx.nx.189.cn/t/public/index.php/flowcs/index'
  205. },
  206. ],
  207. commonList:[
  208. // {
  209. // icon:'../../static/test/icon3.png',
  210. // title:"话费账单",
  211. // badge:0,
  212. // type:'url',
  213. // target:'https://yx.nx.189.cn/u/public/index.php/index/index/historyold'
  214. // },
  215. {
  216. icon:'../../static/test/paihao.png',
  217. title:"营业厅排号",
  218. badge:0,
  219. type:'url',
  220. target:'https://pdweb.360sides.com/?qudao=ningxia'
  221. },
  222. {
  223. icon:'../../static/test/xiaohu.png',
  224. title:"销户服务",
  225. badge:0,
  226. type:'url',
  227. target:'https://yx.nx.189.cn/t/public/index.php/hd2020zzyw/kuandai'
  228. },
  229. {
  230. icon:'../../static/test/tuiding-zengzhi.png',
  231. title:"增值服务退订",
  232. badge:0,
  233. type:'url',
  234. target:'http://im.189.cn/cw/index.html?cf=1&cid=6400'
  235. },
  236. {
  237. icon:'../../static/test/tuiding1.png',
  238. title:"应用功能退订",
  239. badge:0,
  240. type:'url',
  241. target:'https://yx.nx.189.cn/t/public/index.php/hd2020zzyw/yy'
  242. }
  243. ],
  244. mobileList:[
  245. {
  246. icon:'../../static/test/chongzhi.png',
  247. title:"话费充值",
  248. badge:0,
  249. type:'applet',
  250. target:'wxd4daf5a66b681275'
  251. },
  252. {
  253. icon:'../../static/test/liuliang.png',
  254. title:"流量充值",
  255. badge:0,
  256. type:'url',
  257. target:'https://yx.nx.189.cn/t/public/index.php/flowcs/index'
  258. },
  259. {
  260. icon:'../../static/test/icon21.png',
  261. title:"号卡精选",
  262. badge:0,
  263. type:'url',
  264. target:'https://yx.nx.189.cn/t/public/index.php/hkcs/index'
  265. },
  266. {
  267. icon:'../../static/test/xiehao.png',
  268. title:"携号转网",
  269. badge:0,
  270. type:'url',
  271. target:'https://yx.nx.189.cn/m_lx2020xhzw/login_xhzw.do'
  272. },
  273. {
  274. icon:'../../static/test/icon25.png',
  275. title:"手机挂失",
  276. badge:0,
  277. type:'url',
  278. target:'https://yx.nx.189.cn/t/public/index.php/hd2020zzyw/guashi.html'
  279. },
  280. {
  281. icon:'../../static/test/icon26.png',
  282. title:"手机补换卡",
  283. badge:0,
  284. type:'url',
  285. target:'https://yx.nx.189.cn/t/public/index.php/hd2020zzyw/buhuanka'
  286. },
  287. {
  288. icon:'../../static/test/icon24.png',
  289. title:"彩铃功能",
  290. badge:0,
  291. type:'url',
  292. target:'https://yx.nx.189.cn/t/public/index.php/hd2020zzyw/cailing'
  293. },
  294. ],
  295. broadbandList:[
  296. {
  297. icon:'../../static/test/icon31.png',
  298. title:"宽带订单查询",
  299. badge:0,
  300. type:'url',
  301. target:'https://yx.nx.189.cn/x/kd_yj/order.php'
  302. },
  303. {
  304. icon:'../../static/test/icon32.png',
  305. title:"宽带自助排障",
  306. badge:0,
  307. type:'url',
  308. target:'https://x.189.cn/tykf-services/sso?channel=NX_WEIXIN_Soo&reqMode=5&reqParam=hK8dQ%2F1J63ieVlPpE55UzGkn6hYdnMN25CW93bWD%2FTnwiQ2lOVtZ3E3higHv+%2BXd4tUIpuOnSY%2BVYTLziitWtYd2sArB68J422bltp46KFKLbr%2Fpx6l2JOKRI+a6OaIxCk'
  309. },
  310. {
  311. icon:'../../static/test/icon33.png',
  312. title:"宽带升级",
  313. badge:0,
  314. type:'url',
  315. target:'http://hd.nxeb.cc/pages/market/html/modify.html?client=0'
  316. },
  317. {
  318. icon:'../../static/test/icon34.png',
  319. title:"宽带移机",
  320. badge:0,
  321. type:'url',
  322. target:'https://yx.nx.189.cn/x/kd_yj/'
  323. },
  324. {
  325. icon:'../../static/test/icon35.png',
  326. title:"宽带超市",
  327. badge:0,
  328. type:'url',
  329. target:'http://hd.nxeb.cc/pages/market/html/market.html?rand=1535419737668&client=0'
  330. }
  331. ]
  332. }
  333. },
  334. onLoad() {
  335. this.fetchStaticData()
  336. },
  337. methods: {
  338. subsectionChange(index) {
  339. this.subsectionCurrent = index
  340. },
  341. tabChange(index){
  342. this.tabCurrent=index
  343. },
  344. swiperChange(e) {
  345. this.subsectionCurrent = e.detail.current
  346. },
  347. animationfinish({detail: { current }}) {
  348. this.swiperCurrent = current;
  349. this.subsectionCurrent = current;
  350. },
  351. goDetail(item){
  352. if (this.$isEmpty(item.type)) {
  353. uni.showToast({
  354. title:"即将推出",
  355. icon:"none"
  356. })
  357. return
  358. }
  359. if (item.type=='applet') {
  360. //小程序跳转
  361. uni.navigateToMiniProgram({
  362. appId: item.target,
  363. path: 'pages/index/index'
  364. })
  365. }else{
  366. //h5跳转
  367. uni.navigateTo({
  368. url:"../webview/webview?url="+item.target
  369. })
  370. }
  371. },
  372. goElderlyDetail(item){
  373. app.globalData.elderlyDetail=item
  374. uni.navigateTo({
  375. url:"./detail/elderlyDetail",
  376. })
  377. },
  378. goCarDetail(item){
  379. app.globalData.carDetail=item
  380. uni.navigateTo({
  381. url:"./detail/carDetail",
  382. })
  383. },
  384. fetchStaticData(){
  385. this.oldManList=[
  386. {
  387. name:'李爱琴',
  388. sex:'女',
  389. age:'64',
  390. temperature:'36.5',
  391. idCard:'640302195608152578',
  392. device:'阅海万家D区西北门',
  393. plotName:'阅海万家D区',
  394. image:'http://139.9.103.171:1888/miniofile/app/del/old01.jpg',
  395. time:'2020-12-06 09:52:28'
  396. },
  397. {
  398. name:'李爱琴',
  399. sex:'女',
  400. age:'64',
  401. temperature:'36.2',
  402. idCard:'640302195608152578',
  403. device:'阅海万家D区北门',
  404. plotName:'阅海万家D区',
  405. image:'http://139.9.103.171:1888/miniofile/app/del/1607607799(1).jpg',
  406. time:'2020-12-02 14:23:34'
  407. },
  408. {
  409. name:'李爱琴',
  410. sex:'女',
  411. age:'64',
  412. temperature:'36.2',
  413. idCard:'640302195608152578',
  414. device:'阅海万家D区西北门',
  415. plotName:'阅海万家D区',
  416. image:'http://139.9.103.171:1888/miniofile/app/del/1607607892(1).jpg',
  417. time:'2020-12-01 08:31:22'
  418. },
  419. {
  420. name:'李爱琴',
  421. sex:'女',
  422. age:'64',
  423. temperature:'36.6',
  424. idCard:'640302195608152578',
  425. device:'阅海万家D区北门',
  426. plotName:'阅海万家D区',
  427. image:'http://139.9.103.171:1888/miniofile/app/del/1607607824(1).jpg',
  428. time:'2020-12-02 16:31:22'
  429. },
  430. {
  431. name:'李爱琴',
  432. sex:'女',
  433. age:'64',
  434. temperature:'36.4',
  435. idCard:'640302195608152578',
  436. device:'阅海万家D区西北门',
  437. plotName:'阅海万家D区',
  438. image:'http://139.9.103.171:1888/miniofile/app/del/1607607748(1).jpg',
  439. time:'2020-12-05 09:31:22'
  440. },
  441. {
  442. name:'阮启方',
  443. sex:'男',
  444. age:'66',
  445. temperature:'36.1',
  446. idCard:'640302195804232481',
  447. device:'阅海万家D区北门',
  448. plotName:'阅海万家D区',
  449. image:'http://139.9.103.171:1888/miniofile/app/del/1607607925(1).jpg',
  450. time:'2020-12-01 15:36:24'
  451. },
  452. {
  453. name:'李爱琴',
  454. sex:'女',
  455. age:'64',
  456. temperature:'36.2',
  457. idCard:'640302195608152578',
  458. device:'阅海万家D区北门',
  459. plotName:'阅海万家D区',
  460. image:'http://139.9.103.171:1888/miniofile/app/del/1607607676(1).jpg',
  461. time:'2020-12-10 15:31:22'
  462. },
  463. {
  464. name:'阮启方',
  465. sex:'男',
  466. age:'66',
  467. temperature:'36.3',
  468. idCard:'640302195804232481',
  469. device:'阅海万家D区西北门',
  470. plotName:'阅海万家D区',
  471. image:'http://139.9.103.171:1888/miniofile/app/del/1607608168(1).jpg',
  472. time:'2020-11-20 15:31:22'
  473. }
  474. ,
  475. {
  476. name:'阮启方',
  477. sex:'男',
  478. age:'66',
  479. temperature:'36.6',
  480. idCard:'640302195804232481',
  481. device:'阅海万家D区西北门',
  482. plotName:'阅海万家D区',
  483. image:'http://139.9.103.171:1888/miniofile/app/del/1607608107.jpg',
  484. time:'2020-11-20 12:32:52'
  485. }
  486. ]
  487. this.carList=[
  488. {
  489. number:'宁A096L0',
  490. device:'粤海玩家D区西门',
  491. parking:'阅海万家D区西门停车场',
  492. image:'http://139.9.103.171:1888/miniofile/app/del/1607602946(1).jpg',
  493. time:'2020-12-10 12:38:26'
  494. },
  495. {
  496. number:'宁A096L0',
  497. device:'粤海玩家D区西门',
  498. parking:'阅海万家D区西门停车场',
  499. image:'http://139.9.103.171:1888/miniofile/app/del/1607602903(1).jpg',
  500. time:'2020-12-10 19:42:52'
  501. },
  502. {
  503. number:'宁A096L0',
  504. device:'粤海玩家D区西门',
  505. parking:'阅海万家D区西门停车场',
  506. image:'http://139.9.103.171:1888/miniofile/app/del/1607602845(1).jpg',
  507. time:'2020-12-05 11:32:16'
  508. },
  509. {
  510. number:'宁A096L0',
  511. device:'粤海玩家D区西门',
  512. parking:'阅海万家D区西门停车场',
  513. image:'http://139.9.103.171:1888/miniofile/app/del/cb034601a1594a248da5bef3d29fcebd.jpeg',
  514. time:'2020-12-05 14:46:32'
  515. },
  516. {
  517. number:'宁A096L0',
  518. device:'粤海玩家D区西门',
  519. parking:'阅海万家D区西门停车场',
  520. image:'http://139.9.103.171:1888/miniofile/app/del/1607602745(1).jpg',
  521. time:'2020-12-04 12:38:26'
  522. },
  523. {
  524. number:'宁A096L0',
  525. device:'粤海玩家D区西门',
  526. parking:'阅海万家D区西门停车场',
  527. image:'http://139.9.103.171:1888/miniofile/app/del/31ff5310f499d55764b24bf6c7c8083e.jpeg',
  528. time:'2020-12-04 18:22:52'
  529. },
  530. {
  531. number:'宁A096L0',
  532. device:'粤海玩家D区西门',
  533. parking:'阅海万家D区西门停车场',
  534. image:'http://139.9.103.171:1888/miniofile/app/del/1566433075317.jpg',
  535. time:'2020-12-01 11:26:32'
  536. },
  537. {
  538. number:'宁A096L0',
  539. device:'粤海玩家D区西门',
  540. parking:'阅海万家D区西门停车场',
  541. image:'http://139.9.103.171:1888/miniofile/app/del/1566433083707.jpg',
  542. time:'2020-12-01 16:42:52'
  543. },
  544. {
  545. number:'宁A096L0',
  546. device:'粤海玩家D区西门',
  547. parking:'阅海万家D区西门停车场',
  548. image:'http://139.9.103.171:1888/miniofile/app/1606682778(1).jpg',
  549. time:'2020-11-24 09:38:26'
  550. },
  551. {
  552. number:'宁A096L0',
  553. device:'粤海玩家D区西门',
  554. parking:'阅海万家D区西门停车场',
  555. image:'http://139.9.103.171:1888/miniofile/app/1606682866(1).jpg',
  556. time:'2020-11-24 16:42:52'
  557. }
  558. ]
  559. }
  560. }
  561. }
  562. </script>
  563. <style lang="scss">
  564. page{
  565. height: 100%;
  566. width: 100%;
  567. }
  568. .text-checked{
  569. font-weight: 800;
  570. background-color: #FFFFFF;
  571. color: #2f7ff5;
  572. font-size: 800;
  573. }
  574. .container {
  575. height: calc(100vh);
  576. background-color: #F6F6F6;
  577. padding: 90rpx 0rpx 0rpx;
  578. .tabs {
  579. height: 90rpx;
  580. position: fixed;
  581. top: 0rpx;
  582. left: 0;
  583. right: 0;
  584. width: 100%;
  585. z-index: 3;
  586. }
  587. }
  588. view{
  589. box-sizing: border-box;
  590. }
  591. .top1{
  592. border-radius: 40rpx 40rpx 0 0;
  593. position: relative;
  594. top: -30rpx;
  595. .card{
  596. border-radius: 20rpx;
  597. }
  598. }
  599. .grid-icon{
  600. image{
  601. width: 56rpx;height: 56rpx;
  602. }
  603. }
  604. .scroll-view {
  605. height: 150rpx;
  606. white-space: nowrap;
  607. width: 100%;
  608. position: relative;
  609. top: -30rpx;
  610. }
  611. .scroll-view-item {
  612. color: #FFFFFF;
  613. background-image: linear-gradient(to right, #2f7ff5, #2f7ff5);
  614. display: inline-block;
  615. text-align: left;
  616. padding: 20rpx 40rpx;
  617. margin:0 8rpx;
  618. width:24%;
  619. border-radius: 12rpx;
  620. }
  621. .scroll-view-item:first-child{
  622. margin-left: 30rpx;
  623. }
  624. .scroll-view-item:last-child{
  625. margin-right: 30rpx;
  626. }
  627. .demo-warter {
  628. height: 580rpx;
  629. margin: 20rpx 8rpx;
  630. background-color: #ffffff;
  631. position: relative;
  632. border-top-right-radius: 12rpx;
  633. border-top-left-radius: 12rpx;
  634. .time{
  635. display: flex;flex-direction: column;
  636. padding-left: 20rpx;
  637. padding-bottom: 40rpx;
  638. }
  639. }
  640. .demo-image {
  641. border-top-right-radius: 12rpx;
  642. border-top-left-radius: 12rpx;
  643. height: 360rpx;
  644. padding-bottom: 10rpx;
  645. width: 100%;
  646. }
  647. </style>