group.vue 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806
  1. <template>
  2. <view class="content">
  3. <!-- 自定义导航 -->
  4. <view class="zdyNavBox">
  5. <view class="status_bar" :style="{height: iStatusBarHeight + 'px'}"></view>
  6. <view class="zdyNav">
  7. <view class="zdyNavLeft">
  8. <div @click="goback" class="uni-page-head-btn"><i class="uni-btn-icon"
  9. style="color: #333333; font-size: 27px;" ></i></div>
  10. </view>
  11. <view class="xx" style="margin-left: -70rpx;" @click="goToSelectCarModel">
  12. <image src="/static/img/group2.png" style="width: 27rpx;height: 27rpx;"></image>
  13. </view>
  14. <view class="tab-box2" v-if="type!=2">车型件</view>
  15. <view class="tab-box" v-if="type==2">
  16. <span class="tab-box-title jian" :class="{clickbu:clickType==1}" @click="clickbu(1)">简易版</span>
  17. <span class="tab-box-title zhuan" :class="{clickbu:clickType==2}" @click="clickbu(2)">专业版</span>
  18. </view>
  19. <view v-if="param.length != 0 " class="zdyNavRight"></view>
  20. <view v-else style="width: 120rpx;"></view>
  21. </view>
  22. </view>
  23. <view class="status_bar" :style="{height: iStatusBarHeight + 'px'}"></view>
  24. <view style="height: 44px;"></view>
  25. <!-- <view v-if="type != 2" class="top">
  26. <view class="topCont">
  27. <view class="carBox">
  28. <view class="carTxt" v-if="!description">{{brand_name}}</view>
  29. <view class="carTxt" v-if="description">{{description}}</view>
  30. </view>
  31. <view class="vinBox">
  32. <view class="vinBox2">
  33. <view class="vinB">VIN</view>
  34. <view class="vinNum">{{vin}}</view>
  35. </view>
  36. <view v-if="chexingMesList.length != 0" class="vinBox2">
  37. <view class="vindetail" @click="goCarDetail()">车型详情</view>
  38. <image src="../../static/img/icon_arrow_blue_r@2x.png" mode=""
  39. style="width: 24rpx; height: 24rpx"></image>
  40. </view>
  41. </view>
  42. </view>
  43. </view> -->
  44. <!-- <view class="top" v-if="type !=2">
  45. <view class="carBox2">
  46. <view class="carTxt2" v-if="!description">{{brand_name}}</view>
  47. <view class="carTxt2" v-if="description">{{description}}</view>
  48. </view>
  49. </view> -->
  50. <view class="top" >
  51. <!-- <view class="carBox2">
  52. <view class="carTxt2" v-if="!description">{{brand_name}}</view>
  53. <view class="carTxt2" v-if="description">{{description}}</view>
  54. </view> -->
  55. <view class="head-box">
  56. <view class="searchBtn" @click="goOemSearch()">
  57. <image src="../../static/img/icon_search.png" class="searchImg"></image>
  58. <view class="searchTitle">搜索配件名称/OE号</view>
  59. </view>
  60. <view class="cardDetail" :class="{novin: vin ==undefined || vin=='undefined' || vin =='' }">
  61. <view class="image-box" v-if="vin ==undefined || vin=='undefined' || vin ==''">
  62. <image :src="imageicon" style="width: 78rpx;height: 78rpx;"></image>
  63. </view>
  64. <view class="detail" :class="{detailNoVin: vin ==undefined || vin=='undefined' || vin =='' }">
  65. <view class="code" v-if="vin !=undefined" >
  66. <view>{{vin}}</view>
  67. </view>
  68. <view class="head-this-title" >{{description}}</view>
  69. </view>
  70. </view>
  71. </view>
  72. </view>
  73. <!--车辆配置 -->
  74. <view class="mainBox" v-if="restrainShow">
  75. <view class="maintitle">{{caption}}</view>
  76. <view class="mainLine" v-for="(item,index) in restrains" @click="restrainsClick(item)">
  77. <view class="lineName">{{item.combine_cp}}</view>
  78. <image src="../../static/img/jt.png" mode="" class="mainLineJt"></image>
  79. </view>
  80. </view>
  81. <!-- 总组 -->
  82. <view class="mainBox" :style="{background: type==2 ? '#F4F5F7' : ''}" v-if="groupShow">
  83. <view class="mainBoxChildJian" v-if="type == 2 && clickType==1">
  84. <!-- 简版 -->
  85. <view class="childTitle">选择分类</view>
  86. <view class="jianShowContent">
  87. <view class="jianChildbox" v-for="item in groupList" @click="toDetail(item)">
  88. <view class="childBoxImage">
  89. <image :src="item.image" mode="aspectFit" style="width: 230rpx;height: 300rpx;"></image>
  90. </view>
  91. <view class="childBoxTitle">
  92. {{item.title}}
  93. </view>
  94. </view>
  95. </view>
  96. </view>
  97. <view class="mainBoxChildZhuan" style="margin-top: 20rpx;" v-if="clickType==2 || type != 2">
  98. <!-- 专业版 -->
  99. <view class="maintitle">{{caption}}</view>
  100. <view class="mainLine" v-for="(item,index) in zlist" @click="goTwo(item)">
  101. <view class="lineName">{{item.caption}}</view>
  102. <image src="../../static/img/jt.png" mode="" class="mainLineJt"></image>
  103. </view>
  104. </view>
  105. </view>
  106. </view>
  107. </template>
  108. <script>
  109. export default {
  110. data() {
  111. return {
  112. vin: '',
  113. iStatusBarHeight: '',
  114. restrains: '',
  115. zlist: '',
  116. brand_name: '',
  117. brand_id: '',
  118. access_time: '',
  119. zzTime: '',
  120. caption: '',
  121. restrainShow: false,
  122. groupShow: false,
  123. param: '',
  124. token: '',
  125. epc_id: '',
  126. chexingMesList: [],
  127. chexing: '',
  128. description: '',
  129. type: '',
  130. clickType:1,
  131. brand_id:'',
  132. groupList:[],
  133. imageicon:'',
  134. captionOld:'', //名称
  135. }
  136. },
  137. onLoad(opt) {
  138. this.iStatusBarHeight = uni.getSystemInfoSync().statusBarHeight;
  139. this.vin = opt.vin;
  140. this.type = 2;
  141. if (opt.type == 2 && (this.vin == undefined || this.vin=='')) {
  142. this.token = opt.token;
  143. this.param = opt.param;
  144. this.access_time = opt.access_time;
  145. this.epc_id = opt.epc_id;
  146. this.description = opt.modelname;
  147. this.brand_id = opt.brand_id;
  148. this.imageicon = opt.imageicon;
  149. this.captionOld = opt.caption;
  150. //车型点选
  151. this.getModelGroup()
  152. this.getDataByBtnType()
  153. } else {
  154. this.vin = opt.vin
  155. this.getData()
  156. }
  157. },
  158. methods: {
  159. getModelGroup() {
  160. uni.showLoading({
  161. title: '加载中'
  162. });
  163. this.$http('advancedEpc/getModelGroup', {
  164. token: this.token,
  165. param: this.param,
  166. epc_id: this.epc_id,
  167. access_time: this.access_time
  168. }, 'GET').then(res => {
  169. uni.hideLoading();
  170. //console.log(res.data.number);
  171. if (res.data.number == 200 || res.data.number == 5212) {
  172. this.brand_name = res.data.result.brand_name;
  173. this.brand_id = res.data.result.brand_id;
  174. this.access_time = res.data.result.access_time;
  175. this.caption = res.data.result.caption
  176. this.epc_id = res.data.result.epc_id;
  177. if (res.data.result.restrains.length > 0) {
  178. this.restrains = res.data.result.restrains;
  179. this.restrainShow = true;
  180. } else {
  181. this.zzTime = res.data.result.access_time;
  182. this.zlist = res.data.result.list;
  183. this.restrainShow = false;
  184. this.groupShow = true;
  185. this.token = res.data.result.list[0].token;
  186. this.param = res.data.result.list[0].param;
  187. if (res.data.result.vehicle.description) {
  188. this.description = res.data.result.vehicle.description
  189. }
  190. }
  191. if (Object.keys(res.data.result.vehicle).length != 0) {
  192. this.chexingMesList = res.data.result.vehicle.tree;
  193. this.chexing = res.data.result.vehicle.description;
  194. }
  195. } else {
  196. uni.showToast({
  197. title: res.data.message,
  198. icon: 'none',
  199. duration: 3000
  200. });
  201. }
  202. });
  203. },
  204. getData() {
  205. uni.showLoading({
  206. title: '加载中'
  207. });
  208. this.$http('advancedEpc/getVinGroup', {
  209. vin: this.vin,
  210. }, 'GET').then(res => {
  211. uni.hideLoading();
  212. //console.log(res.data.number);
  213. if (res.data.number == 200 || res.data.number == 5212) {
  214. this.brand_name = res.data.result.brand_name;
  215. this.brand_id = res.data.result.brand_id;
  216. this.access_time = res.data.result.access_time;
  217. this.caption = res.data.result.caption
  218. this.epc_id = res.data.result.epc_id;
  219. if (res.data.result.restrains.length > 0) {
  220. this.restrains = res.data.result.restrains;
  221. this.restrainShow = true;
  222. } else {
  223. this.zzTime = res.data.result.access_time;
  224. this.zlist = res.data.result.list;
  225. this.restrainShow = false;
  226. this.groupShow = true;
  227. this.token = res.data.result.list[0].token;
  228. this.param = res.data.result.list[0].param;
  229. if (res.data.result.vehicle.description) {
  230. this.description = res.data.result.vehicle.description
  231. }
  232. }
  233. if(res.data.number == 200 || res.data.number == 5212){
  234. let data = res.data.result;
  235. this.brand_name = data.brand_name;
  236. this.brand_id = data.brand_id;
  237. this.epc_id = data.epc_id;
  238. this.getModelGroup()
  239. this.getDataByBtnType()
  240. }
  241. if (Object.keys(res.data.result.vehicle).length != 0) {
  242. this.chexingMesList = res.data.result.vehicle.tree;
  243. this.chexing = res.data.result.vehicle.description;
  244. }
  245. } else {
  246. uni.showToast({
  247. title: res.data.message,
  248. icon: 'none',
  249. duration: 3000
  250. });
  251. }
  252. });
  253. },
  254. restrainsClick(item) {
  255. this.param = item.param;
  256. this.token = item.token;
  257. this.getcarVinGroup()
  258. },
  259. getcarVinGroup() {
  260. uni.showLoading({
  261. title: '加载中'
  262. });
  263. this.$http('advancedEpc/getVinGroup', {
  264. vin: this.vin,
  265. access_time: this.access_time,
  266. param: this.param,
  267. token: this.token
  268. }, 'GET').then(res => {
  269. uni.hideLoading();
  270. //console.log(res.data.number);
  271. if (res.data.number == 200 || res.data.number == 5212) {
  272. this.brand_name = res.data.result.brand_name;
  273. this.access_time = res.data.result.access_time;
  274. this.caption = res.data.result.caption
  275. if (res.data.result.restrains.length > 0) {
  276. this.restrains = res.data.result.restrains;
  277. this.restrainShow = true;
  278. this.token = res.data.result.restrains[0].token;
  279. this.param = res.data.result.restrains[0].param;
  280. } else {
  281. this.token = res.data.result.list[0].token;
  282. this.param = res.data.result.list[0].param;
  283. this.zzTime = res.data.result.access_time;
  284. this.zlist = res.data.result.list;
  285. this.restrainShow = false;
  286. this.groupShow = true;
  287. if (res.data.result.vehicle.description) {
  288. this.description = res.data.result.vehicle.description
  289. }
  290. }
  291. if (Object.keys(res.data.result.vehicle).length != 0) {
  292. this.chexingMesList = res.data.result.vehicle.tree;
  293. this.chexing = res.data.result.vehicle.description;
  294. }
  295. } else {
  296. uni.showToast({
  297. title: res.data.message,
  298. icon: 'none',
  299. duration: 3000
  300. });
  301. }
  302. });
  303. },
  304. goCarDetail() {
  305. var that = this;
  306. uni.setStorage({
  307. key: 'chexing',
  308. data: that.chexing,
  309. success: function() {
  310. uni.setStorage({
  311. key: 'chexingMesList',
  312. data: that.chexingMesList,
  313. success: function() {
  314. uni.navigateTo({
  315. url: 'CarDetail'
  316. })
  317. }
  318. });
  319. }
  320. });
  321. },
  322. goOemSearch() {
  323. uni.navigateTo({
  324. url: 'OemSearch?brand=' + this.brand_name + '&epc_id=' + this.epc_id + '&vin=' + this.vin +
  325. '&param=' + this.param +
  326. '&token=' + this.token + '&access_time=' + this.access_time
  327. })
  328. },
  329. goback() {
  330. uni.navigateBack({})
  331. //判断返回
  332. // let vin = this.vin;
  333. // if(vin ==undefined || vin =='' || vin == 'undefined' ){
  334. // uni.navigateTo({url:'SelectCarModel'});
  335. // }else{
  336. // uni.navigateTo({url:'index'});
  337. // }
  338. },
  339. //返回选品牌
  340. goToSelectCarModel(){
  341. let vin = this.vin;
  342. if(vin ==undefined || vin =='' || vin == 'undefined' ){
  343. uni.navigateTo({url:'SelectCarModel'});
  344. }else{
  345. uni.navigateTo({url:'index'});
  346. }
  347. },
  348. goTwo(item) {
  349. var that = this;
  350. console.log(item);
  351. console.log("进来了");
  352. uni.setStorage({
  353. key: 'chexing',
  354. data: that.chexing,
  355. success: function() {
  356. uni.setStorage({
  357. key: 'chexingMesList',
  358. data: that.chexingMesList,
  359. success: function() {
  360. uni.navigateTo({
  361. url: 'modelTwo?vin=' + that.vin + '&zzTime=' + that
  362. .zzTime + '&param=' + item.param +
  363. '&token=' + item.token + '&epc_id=' + that.epc_id +
  364. '&description=' + that.description + '&type=' + that.type+"&image="+that.imageicon
  365. })
  366. }
  367. });
  368. }
  369. });
  370. },
  371. clickbu(type){
  372. this.clickType = type;
  373. },
  374. /**
  375. * 查询简版数据
  376. */
  377. getDataByBtnType(){
  378. uni.showLoading({
  379. title: '加载中'
  380. });
  381. this.$http('simpleEpc/getAllCata', {
  382. token: this.token,
  383. param: this.param,
  384. epc_id: this.epc_id,
  385. access_time: this.access_time,
  386. brand_id: this.brand_id,
  387. }, 'GET').then(res => {
  388. uni.hideLoading();
  389. //console.log(res.data.number);
  390. if (res.data.number == 200 || res.data.number == 5212) {
  391. //查询成功
  392. this.groupList = res.data.result.list;
  393. let size = Object.keys(res.data.result.list).length;
  394. if(size == 0){
  395. //没有简版
  396. this.type = 1;
  397. this.clickType = 2;
  398. }
  399. } else {
  400. uni.showToast({
  401. title: res.data.message,
  402. icon: 'none',
  403. duration: 3000
  404. });
  405. }
  406. });
  407. },
  408. toDetail(item){
  409. uni.removeStorageSync('epcChildren');
  410. uni.removeStorageSync('epcAllChildren');
  411. uni.setStorageSync('epcChildren', item);
  412. uni.setStorageSync('epcAllChildren', this.groupList);
  413. uni.navigateTo({
  414. url: 'epcSimpleDetailOne?type=2&token='+this.token+'&param='+this.param+'&access_time='+this.access_time+'&epc_id='
  415. +this.epc_id+'&brand_id='+this.brand_id+"&brand_name="+this.brand_name+"&caption="+this.captionOld+"&vin="+this.vin
  416. +"&imageicon="+this.imageicon+"&modelname="+this.description
  417. })
  418. }
  419. }
  420. }
  421. </script>
  422. <style scoped>
  423. .content {
  424. background: #ffffff;
  425. min-height: 100vh;
  426. padding-bottom: constant(safe-area-inset-bottom);
  427. padding-bottom: env(safe-area-inset-bottom);
  428. }
  429. .zdyNavBox {
  430. width: 100vw;
  431. background: #FFFFFF;
  432. position: fixed;
  433. top: 0;
  434. left: 0;
  435. z-index: 9999999;
  436. }
  437. .zdyNav {
  438. display: flex;
  439. justify-content: space-between;
  440. align-items: center;
  441. padding: 14rpx 6rpx;
  442. }
  443. .zdyNavLeft {
  444. width: 120rpx;
  445. }
  446. .zdyNavTitle {
  447. background: #FFFFFF;
  448. text-align: center;
  449. font-size: 32rpx;
  450. font-weight: bold;
  451. }
  452. .zdyNavRight {
  453. background: #FFFFFF;
  454. text-align: center;
  455. font-size: 28rpx;
  456. color: #3F90F7;
  457. width: 120rpx;
  458. }
  459. .top {
  460. padding: 20rpx 0;
  461. background-color: #ffffff;
  462. margin-bottom: 10rpx;
  463. }
  464. .topCont {
  465. width: 750rpx;
  466. height: 160rpx;
  467. background: #FFFFFF;
  468. }
  469. .carLogo {
  470. width: 72rpx;
  471. height: 72rpx;
  472. }
  473. .carTxt {
  474. font-size: 28rpx;
  475. font-family: PingFangSC-Medium, PingFang SC;
  476. font-weight: 500;
  477. color: #333333;
  478. line-height: 36rpx;
  479. width: 606rpx;
  480. }
  481. .carJt {
  482. width: 25rpx;
  483. height: 24rpx;
  484. margin-top: 6rpx;
  485. }
  486. .carBox {
  487. display: flex;
  488. justify-content: space-between;
  489. padding: 30rpx 24rpx 24rpx 34rpx;
  490. }
  491. .carBox2{
  492. background-color: #FFFFFF;
  493. padding: 30rpx 24rpx;
  494. }
  495. .carTxt2 {
  496. font-size: 28rpx;
  497. font-family: PingFangSC-Medium, PingFang SC;
  498. font-weight: 500;
  499. color: #333333;
  500. line-height: 36rpx;
  501. /* width: 606rpx; */
  502. height: 75rpx;
  503. /* 隐藏文字显示 ...超过2行省略 */
  504. overflow: hidden;
  505. -webkit-line-clamp: 2;
  506. text-overflow: ellipsis;
  507. display: -webkit-box;
  508. -webkit-box-orient: vertical;
  509. }
  510. .vinBox {
  511. display: flex;
  512. justify-content: space-between;
  513. padding-left: 34rpx;
  514. padding-right: 24rpx;
  515. }
  516. .vinBox2 {
  517. display: flex;
  518. align-items: center;
  519. }
  520. .vindetail {
  521. color: #3F90F7;
  522. font-size: 24rpx;
  523. margin-right: 10rpx;
  524. }
  525. .cardDetail{
  526. display: flex;
  527. flex-direction: row;
  528. width: 100%;
  529. height: 78rpx;
  530. margin: 20rpx 0;
  531. }
  532. .image-box{
  533. background-color: #ffffff;
  534. width: 80rpx;
  535. height: 80rpx;
  536. border-radius: 80rpx;
  537. }
  538. .detail{
  539. color: #333333;
  540. width: 500rpx;
  541. height: 78rpx;
  542. font-size: 20rpx;
  543. margin: 20rpx 10rpx;
  544. }
  545. .detailNoVin{
  546. display: flex;
  547. flex-direction: row;
  548. align-items: center;
  549. }
  550. .head-title{
  551. height: 24rpx;
  552. }
  553. .head-this-title{
  554. font-size: 28rpx;
  555. display: -webkit-box;
  556. -webkit-box-orient: vertical;
  557. -webkit-line-clamp: 2; /* 控制显示的行数 */
  558. overflow: hidden;
  559. text-overflow: ellipsis;
  560. }
  561. .novin{
  562. align-items: center;
  563. }
  564. .vinB {
  565. background: #F19D01;
  566. width: 60rpx;
  567. height: 30rpx;
  568. text-align: center;
  569. line-height: 30rpx;
  570. color: #FFFFFF;
  571. font-size: 22rpx;
  572. border-radius: 5rpx;
  573. }
  574. .vinNum {
  575. color: #999999;
  576. font-size: 24rpx;
  577. line-height: 30rpx;
  578. padding-left: 10rpx;
  579. }
  580. .mainBox {
  581. background: #FFFFFF;
  582. }
  583. .maintitle {
  584. font-size: 28rpx;
  585. font-family: PingFangSC-Medium, PingFang SC;
  586. font-weight: 500;
  587. color: #333333;
  588. text-align: center;
  589. line-height: 88rpx;
  590. border-bottom: 1px solid #EEEEEE;
  591. }
  592. .mainLineJt {
  593. width: 25rpx;
  594. height: 24rpx;
  595. margin-top: 8rpx;
  596. }
  597. .mainLine {
  598. display: flex;
  599. justify-content: space-between;
  600. border-bottom: 1px solid #EEEEEE;
  601. padding: 24rpx;
  602. }
  603. .lineName {
  604. font-size: 28rpx;
  605. font-family: PingFangSC-Regular, PingFang SC;
  606. font-weight: 400;
  607. color: #333333;
  608. line-height: 40rpx;
  609. }
  610. .tab-box{
  611. width: 360rpx;
  612. display: flex;
  613. height: 65rpx;
  614. background-color: #EFEFEF;
  615. border-radius: 10rpx;
  616. align-items: center;
  617. }
  618. .tab-box2{
  619. width: 360rpx;
  620. display: flex;
  621. height: 65rpx;
  622. align-items: center;
  623. justify-content: center;
  624. /* font-size: 32rpx;
  625. font-weight: bold; */
  626. }
  627. .tab-box-title{
  628. width: 175rpx;
  629. height: 55rpx;
  630. font-size: 28rpx;
  631. border-radius: 10rpx;
  632. font-weight: 400;
  633. text-align: center;
  634. line-height: 55rpx;
  635. margin: 0 5rpx;
  636. }
  637. .clickbu{
  638. background-color: #FFFFFF;
  639. font-weight: 700;
  640. }
  641. .tab-box-jian{
  642. }
  643. .tab-box-zhuan{
  644. }
  645. .head-box{
  646. width: 660rpx;
  647. height: 160rpx;
  648. margin: 10rpx auto;
  649. }
  650. .searchBtn{
  651. background-color: #F8FBFF;
  652. width: 100%;
  653. height: 80rpx;
  654. border-radius: 10rpx;
  655. display: flex;
  656. align-items: center;
  657. }
  658. .searchImg{
  659. width: 27rpx;
  660. height: 27rpx;
  661. margin: auto 20rpx;
  662. padding-top: 10rpx;
  663. }
  664. .searchTitle{
  665. font-size: 26rpx;
  666. color: #9E9E9E;
  667. padding-top: 10rpx;
  668. }
  669. .mainBoxChildJian{
  670. width:100%;
  671. padding: 10rpx;
  672. background: #ffffff;
  673. }
  674. .childTitle{
  675. /* text-align: center;
  676. font-size: 24rpx;
  677. font-weight: 700;
  678. margin-bottom: 10rpx; */
  679. font-size: 28rpx;
  680. font-family: PingFangSC-Medium, PingFang SC;
  681. font-weight: 500;
  682. color: #333333;
  683. text-align: center;
  684. line-height: 88rpx;
  685. margin-bottom: -20rpx;
  686. }
  687. .jianShowContent{
  688. display: grid;
  689. grid-template-columns: repeat(2, 1fr);
  690. background: #ffffff;
  691. place-items: center;
  692. }
  693. .jianChildbox{
  694. background: #ffffff;
  695. min-height: 200rpx;
  696. width: 345rpx;
  697. height: 421rpx;
  698. border-radius: 10rpx;
  699. margin: 6rpx 10rpx 10rpx 0rpx;
  700. /* box-shadow: 1rpx -1rpx 3rpx 1rpx #999999; */
  701. border: 1rpx solid #dddddd;
  702. }
  703. .childBoxImage{
  704. width: 230rpx;
  705. height: 300rpx;
  706. margin: 20rpx auto;
  707. }
  708. .childBoxTitle{
  709. font-size: 28rxp;
  710. text-align: center;
  711. margin-top: 20rpx;
  712. }
  713. </style>