index.vue 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938
  1. <template name="apps">
  2. <view>
  3. <swiper class="swiper" circular :indicator-dots="true" :autoplay="true" :interval="3000" :duration="800">
  4. <swiper-item>
  5. <image src="../../static/img/titlebg.jpg" class="swiper-item"></image>
  6. </swiper-item>
  7. <swiper-item>
  8. <image src="../../static/img/titlebg.jpg" class="swiper-item"></image>
  9. </swiper-item>
  10. </swiper>
  11. <view class="line-box">
  12. <view class="center-box">
  13. <view class="center-left-box">
  14. <view class="btn-box-1 mart-t">
  15. {{pageInfo.enterprisec}}
  16. </view>
  17. <view class="btn-box-2 mart-t">
  18. {{pageInfo.todayc}}
  19. </view>
  20. <view class="btn-box-3 mart-t">
  21. {{pageInfo.samemonthc}}
  22. </view>
  23. <view class="btn-box-4 mart-t">
  24. {{pageInfo.industryc}}
  25. </view>
  26. </view>
  27. <view class="center-left-box">
  28. <view class="btn-box-text mart-t">
  29. 入库企业数
  30. </view>
  31. <view class="btn-box-text mart-t">
  32. 当日活跃数
  33. </view>
  34. <view class="btn-box-text mart-t">
  35. 当月活跃数
  36. </view>
  37. <view class="btn-box-text mart-t">
  38. 企业行业数
  39. </view>
  40. </view>
  41. </view>
  42. <view class="center-box">
  43. <view class="kuai-text">快捷入口</view>
  44. <view class="center-left-box">
  45. <view class="btn-Imbox" @click="totongxunlu">
  46. <image class="center-img" src="/static/img/icon1.png"></image>
  47. <p>重点园区</p>
  48. </view>
  49. <view class="btn-Imbox" @click="totongxunlu2">
  50. <image class="center-img" src="/static/img/icon2.png"></image>
  51. <p>产品图谱</p>
  52. </view>
  53. <view class="btn-Imbox" @click="totongxunlu3">
  54. <image class="center-img" src="/static/img/icon3.png"></image>
  55. <p>链主企业</p>
  56. </view>
  57. </view>
  58. <view class="center-left-box">
  59. <view class="btn-Imbox" @click="totongxunlu4">
  60. <image class="center-img" src="/static/img/icon4.png"></image>
  61. <p>产品供需</p>
  62. </view>
  63. <view class="btn-Imbox" @click="totongxunlu5">
  64. <image class="center-img" src="/static/img/icon5.png"></image>
  65. <p>我的发布</p>
  66. </view>
  67. <view class="btn-Imbox" v-if="isLogin!=null" @click="outlogin">
  68. <image class="center-img" src="/static/img/icon7.png"></image>
  69. <p>退出登录</p>
  70. </view>
  71. <view class="btn-Imbox" v-if="isLogin==null" @click="outlogin">
  72. <image class="center-img" src="/static/img/icon6.png"></image>
  73. <p>立即登录</p>
  74. </view>
  75. </view>
  76. </view>
  77. <!-- <view :style="[{top:CustomBar + 'px'}]">
  78. <view class="search-box">
  79. <view class="search-box1">
  80. <view class="choose-box">
  81. <input type="text" placeholder="输入或选择属地" v-model="searchForm.des1" confirm-type="search" style="padding-left: 28rpx;"
  82. ></input>
  83. <jp-picker class="choose-boxp" v-model="searchForm.des1" rangeKey="label" rangeValue="value"
  84. :range="parkList2" >
  85. </jp-picker>
  86. </view>
  87. <view class="choose-box">
  88. <input type="text" placeholder="输入或选择行业" v-model="searchForm.industry" confirm-type="search" style="padding-left: 28rpx;"
  89. ></input>
  90. <jp-picker class="choose-boxp" v-model="searchForm.industry" rangeKey="label" rangeValue="value"
  91. :range="parkList" >
  92. </jp-picker>
  93. </view>
  94. </view>
  95. <view class="choose-box2" style="margin-top: 20rpx;">
  96. <view class="choose-box3">
  97. <view style="width: 300rpx;display: flex;align-items: center;color: #666666;font-size: 33rpx;">
  98. 产业链上下游:
  99. </view>
  100. <DoublePicker
  101. :column1Label="''"
  102. :column2Label="''"
  103. :column1Data="parkList3"
  104. :column2Data="parkList4"
  105. v-model="ddd1"
  106. @update:column2Data="updateCities"
  107. />
  108. </view>
  109. </view>
  110. <view class="choose-box2" style="margin-top: 20rpx;">
  111. <view style="width: 520rpx;">
  112. <input type="text" placeholder="输入关键词产品或企业名称" v-model="searchForm.name" confirm-type="search"
  113. ></input>
  114. </view>
  115. <text style="padding-left: 40rpx;flex: 1;" class="cuIcon-search color-white" @click="doSearch"></text>
  116. </view>
  117. </view>
  118. <mescroll-body ref="mescrollRef" @init="mescrollInit" @down="downCallback" :up="upOption" @up="upCallback">
  119. <view class="cu-item" :class="modalName=='move-box-'+ index?'move-cur':''"
  120. v-for="(item, index) in dataList" :key="index" @touchstart="ListTouchStart"
  121. @touchmove="ListTouchMove" @touchend="ListTouchEnd" :data-target="'move-box-' + index">
  122. <view class="item-box" @click="gotoBuildInfo(item.id)">
  123. <view class="item-title">
  124. <view>
  125. {{item.name}}
  126. </view>
  127. </view>
  128. <view class="item-line">
  129. <view v-if="item.bz3!=''&&item.bz3!=undefined" class="item-name">{{item.bz1}}、{{item.bz3}}</view>
  130. <view v-if="item.bz3==''||item.bz3==undefined" class="item-name">{{item.bz1}}</view>
  131. </view>
  132. <view class="item-line">
  133. <view class="item-name2">{{item.industry}}</view>
  134. <view class="item-name3">{{item.des1}}</view>
  135. </view>
  136. </view>
  137. </view>
  138. </mescroll-body>
  139. <uni-fab :pattern=" {
  140. color: '#7A7E83',
  141. backgroundColor: '#fff',
  142. selectedColor: '#007AFF',
  143. buttonColor: '#007AFF'
  144. }" horizontal="right" vertical="bottom" @fabClick="add" v-if="stype == 5"></uni-fab>
  145. <view @click="outlogin" class="fixed-bottom-right" v-if="isLogin!=null">
  146. <image class="center-img2" src="/static/img/icon_logout.png"></image>
  147. </view>
  148. </view> -->
  149. </view>
  150. </view>
  151. </template>
  152. <script>
  153. import loginService from "@/api/auth/loginService";
  154. import uniFab from '@/components/uni-fab/uni-fab.vue';
  155. import DoublePicker from '@/components/DoublePicker/DoublePicker.vue'
  156. import MescrollMixin from "@/components/mescroll-uni/mescroll-mixins.js";
  157. import MescrollMoreItemMixin from "@/components/mescroll-uni/mixins/mescroll-more-item.js";
  158. import {mapActions} from 'vuex'
  159. export default {
  160. mixins: [MescrollMixin, MescrollMoreItemMixin], // 使用mixin (在main.js注册全局组件)
  161. name: "apps",
  162. components: {
  163. uniFab,
  164. DoublePicker
  165. },
  166. data() {
  167. return {
  168. isLogin:"",
  169. pageInfo: {},
  170. loginid:"",
  171. stype: "", // 企业 => 3 楼宇 => 2 园区 => 1 zfadmin => 4 admin=> 5
  172. searchForm: {
  173. des1:"",
  174. industry:"",
  175. name:"",
  176. },
  177. curWord: "", //当前搜索关键词
  178. dataList: [], // 数据列表
  179. modalName: null,
  180. tablePage: {
  181. total: 0,
  182. currentPage: 1,
  183. pageSize: 10,
  184. orders: []
  185. },
  186. loading: false,
  187. parkId: '',
  188. parkList: [],
  189. parkList2: [],
  190. parkList3: [],
  191. parkList4: [],
  192. ddd1:"" ,
  193. };
  194. },
  195. onLoad(query) {
  196. if(query!=undefined&&query!=null&&query!=''){
  197. if(query.loginid!=undefined){
  198. this.loginid=query.loginid
  199. this.autoLogin();
  200. }
  201. }
  202. },
  203. onShow() {
  204. this.isLogin=this.$auth.checkisLogin();
  205. },
  206. created() {
  207. this.getPageInfo();
  208. this.getParkList()
  209. this.getParkList2()
  210. this.getParkList3()
  211. },
  212. methods: {
  213. ...mapActions(['refreshUserInfo']),
  214. //选择产业链上下游
  215. getParkList3() {
  216. loginService.getIndustryChainList({
  217. }).then(({
  218. data
  219. }) => {
  220. // this.parkList3 = data.map((item) => {
  221. // return {
  222. // label: item.bz2,
  223. // value: item.bz2
  224. // }
  225. // });
  226. this.parkList3=[{label: '上游',value: '上游'},{label: '中游',value: '中游'},{label: '下游',value: '下游'}]
  227. this.parkList4 = data
  228. .map((item) => {
  229. const match = item.bz2.match(/\((.*?)\)/); // 匹配括号内的内容
  230. if (match) {
  231. return {
  232. label: match[1], // 括号内的内容
  233. value: match[1] // 括号内的内容
  234. };
  235. }
  236. return null; // 如果没有括号,返回 null
  237. })
  238. .filter((item) => item !== null) // 过滤掉 null 值
  239. .reduce((acc, current) => {
  240. // 使用 Set 去重
  241. const existingItem = acc.find((item) => item.value === current.value);
  242. if (!existingItem) {
  243. acc.push(current);
  244. }
  245. return acc;
  246. }, []);
  247. this.parkList3.unshift({
  248. label: "全部",
  249. value: ""
  250. });
  251. this.parkList4.unshift({
  252. label: "全部",
  253. value: ""
  254. });
  255. }).catch(e => {
  256. console.log(e)
  257. })
  258. },
  259. //选择属地
  260. getParkList2() {
  261. loginService.getAreaList({
  262. }).then(({
  263. data
  264. }) => {
  265. this.parkList2 = data.map((item) => {
  266. return {
  267. label: item.des1,
  268. value: item.des1
  269. }
  270. })
  271. this.parkList2.unshift({
  272. label: "盐都区",
  273. value: ""
  274. });
  275. }).catch(e => {
  276. console.log(e)
  277. })
  278. },
  279. //选择行业
  280. getParkList() {
  281. loginService.getHyList({
  282. }).then(({
  283. data
  284. }) => {
  285. this.parkList = data.map((item) => {
  286. return {
  287. label: item.industry,
  288. value: item.industry
  289. }
  290. })
  291. this.parkList.unshift({
  292. label: "全部",
  293. value: ""
  294. });
  295. }).catch(e => {
  296. console.log(e)
  297. })
  298. },
  299. /*获取数据列表 */
  300. upCallback(page) {
  301. this.loading = true
  302. loginService.comlist({
  303. current: page.num,
  304. size: page.size,
  305. name: this.curWord,
  306. des1: this.parkId,
  307. orders: [{ column: 'a.create_date', asc: false }],
  308. ...this.searchForm
  309. }).then(({
  310. data
  311. }) => {
  312. let curPageData = data.records
  313. this.mescroll.endBySize(curPageData.length, data.total);
  314. //如果是第一页需手动制空列表
  315. if (page.num == 1)
  316. this.dataList = [];
  317. //追加新数据
  318. this.dataList = this.dataList.concat(curPageData);
  319. }).catch(e => {
  320. //联网失败, 结束加载
  321. this.mescroll.endErr();
  322. })
  323. },
  324. gotoBuildInfo(id) {
  325. // uni.navigateTo({
  326. // url: `/pages/comEdit/comEdit?id=${id}&ischeck=1`
  327. // })
  328. window.location.href=`/yd_qycpfbH5/#/pages/comEdit/comEdit?id=${id}&ischeck=1`
  329. },
  330. updateCities(newCities) {
  331. this.cities = newCities;
  332. },
  333. // 搜索
  334. doSearch() {
  335. if(this.ddd1.column2!=''&&this.ddd1!=''){
  336. this.searchForm.bz2=this.ddd1.column1+'('+this.ddd1.column2+')';
  337. }else if(this.ddd1!=''){
  338. this.searchForm.bz2=this.ddd1.column1;
  339. }
  340. this.dataList = []; // 先清空列表,显示加载进度
  341. this.mescroll.resetUpScroll();
  342. },
  343. totongxunlu(){
  344. uni.navigateTo({
  345. url: '/pages/comList/comList'
  346. })
  347. },
  348. totongxunlu2(){
  349. uni.navigateTo({
  350. url: '/pages/buildList/buildList?w=1'
  351. })
  352. },
  353. totongxunlu3(){
  354. uni.navigateTo({
  355. url: '/pages/buildList/buildList?w=2'
  356. })
  357. },
  358. totongxunlu4(){
  359. uni.navigateTo({
  360. url: '/pages/product/productList?w=1'
  361. })
  362. },
  363. totongxunlu5(){
  364. if(this.isLogin==null){
  365. uni.showModal({
  366. title: '您还未登录,现在去登录?',
  367. showCancel: true,
  368. success: (res) => {
  369. if (res.confirm) {
  370. uni.showLoading()
  371. uni.reLaunch({
  372. url: '/pages/login/login'
  373. })
  374. }
  375. }
  376. });
  377. }else{
  378. uni.navigateTo({
  379. url: '/pages/product/productList?w=2'
  380. })
  381. }
  382. },
  383. getPageInfo() {
  384. loginService.InfoStatistics({}).then(({ data }) => {
  385. this.pageInfo = data;
  386. });
  387. },
  388. autoLogin(){
  389. console.log("登录id"+this.loginid);
  390. loginService.loginid( this.loginid).then(({data}) => {
  391. this.$store.commit('SET_TOKEN',data.token);
  392. this.refreshUserInfo();
  393. }).catch(e => {
  394. console.error(e)
  395. })
  396. },
  397. getRole() {
  398. let userInfo = uni.getStorageSync('WMS-userinfo')
  399. var officeId = userInfo.officeDTO.id;
  400. var roleIds = userInfo.roleIds;
  401. if (roleIds.indexOf("17bac1f980264e3e8193bc965538e2c6") != -1) {
  402. //// 管理员
  403. this.stype = 5
  404. uni.setStorageSync('stype', this.stype);
  405. } else if (roleIds.indexOf("ade960e8f02544998b07397304c059c1") != -1) {
  406. // 政府管理员
  407. this.stype = 4
  408. uni.setStorageSync('stype', this.stype);
  409. } else {
  410. console.log('==================>这里走了么','================>存一个stape')
  411. loginService
  412. .getOtherIdByOffceid({
  413. officeid: officeId,
  414. })
  415. .then(({
  416. data
  417. }) => {
  418. console.log(data, "====================>getOtherIdByOffceid");
  419. this.stype = data.stype;
  420. uni.setStorageSync('stype', this.stype);
  421. });
  422. }
  423. },
  424. outloginset(){
  425. loginService.logout().then(({
  426. data
  427. }) => {
  428. this.$store.commit('logout');
  429. uni.clearStorage();
  430. })
  431. this.$store.commit('logout');
  432. uni.clearStorage();
  433. this.isLogin=this.$auth.checkisLogin();
  434. uni.hideLoading()
  435. },
  436. outlogin() {
  437. uni.showModal({
  438. title: '您确认退出么?',
  439. showCancel: true,
  440. success: (res) => {
  441. if (res.confirm) {
  442. uni.showLoading()
  443. this.outloginset();
  444. // uni.reLaunch({
  445. // url: '/pages/login/login'
  446. // })
  447. }
  448. }
  449. });
  450. },
  451. tces() {
  452. uni.navigateTo({
  453. url: '/pages/index/AudioToWord'
  454. })
  455. },
  456. // ListTouch触摸开始
  457. ListTouchStart(e) {
  458. this.listTouchStart = e.touches[0].pageX
  459. },
  460. // ListTouch计算方向
  461. ListTouchMove(e) {
  462. this.listTouchDirection = e.touches[0].pageX - this.listTouchStart > -60 ? 'right' : 'left'
  463. },
  464. // ListTouch计算滚动
  465. ListTouchEnd(e) {
  466. if (this.listTouchDirection == 'left') {
  467. this.modalName = e.currentTarget.dataset.target
  468. } else {
  469. this.modalName = null
  470. }
  471. this.listTouchDirection = null
  472. }
  473. }
  474. }
  475. </script>
  476. <style>
  477. .page {
  478. height: 100vh;
  479. }
  480. .line-box {
  481. padding-left: 20rpx;
  482. padding-right: 20rpx;
  483. margin-top: 20rpx;
  484. }
  485. .mart-t {
  486. margin-top: 30rpx;
  487. }
  488. .center-box{
  489. margin-top: 20rpx;
  490. width: 100%;
  491. border-radius: 25rpx;
  492. border-radius: 25rpx;
  493. background: #fff;
  494. box-shadow: 0px 8px 16px 2px rgba(101, 101, 101, 0.2);
  495. padding-bottom: 30rpx;
  496. display: flex;
  497. flex-wrap: wrap;
  498. }
  499. .center-left-box {
  500. width: 100%;
  501. padding-bottom: 30rpx;
  502. display: flex;
  503. flex-wrap: wrap;
  504. }
  505. .btn-box-text {
  506. flex:1;
  507. height: 20rpx;
  508. text-align: center;
  509. color: #000000;
  510. font-size: 14px;
  511. font-weight: 700;
  512. }
  513. .btn-box-1 {
  514. flex:1;
  515. height: 30rpx;
  516. text-align: center;
  517. color: #36A7F3;
  518. font-size: x-large;
  519. font-weight: 700;
  520. }
  521. .btn-box-2 {
  522. flex:1;
  523. height: 30rpx;
  524. text-align: center;
  525. color:#F3365A;
  526. font-size: x-large;
  527. font-weight: 700;
  528. }
  529. .btn-box-3 {
  530. flex:1;
  531. height: 30rpx;
  532. text-align: center;
  533. color:#15D578;
  534. font-size: x-large;
  535. font-weight: 700;
  536. }
  537. .btn-box-4 {
  538. flex:1;
  539. height: 30rpx;
  540. text-align: center;
  541. color:#F1A31B;
  542. font-size: x-large;
  543. font-weight: 700;
  544. }
  545. .btn-Imbox {
  546. flex:1;
  547. height: 150rpx;
  548. padding-top: 8rpx;
  549. text-align: center;
  550. display: flex;
  551. flex-direction: column;
  552. justify-content: center; /* 子元素内部内容竖向居中 */
  553. align-items: center; /* 子元素内部内容水平居中 */
  554. text-align: center; /* 文字居中 */
  555. }
  556. .btn-Imbox p {
  557. font-size: 14px; /* 文字大小,可根据需要调整 */
  558. margin: 0; /* 去掉默认的外边距 */
  559. font-weight: 700;
  560. }
  561. .center-img{
  562. width: 90rpx;
  563. height: 90rpx;
  564. margin-bottom: 10rpx;
  565. text-align: center;
  566. }
  567. .center-img2{
  568. width: 70rpx;
  569. height: 70rpx;
  570. margin-top: 10rpx;
  571. margin-bottom: 20rpx;
  572. text-align: center;
  573. }
  574. .kuai-text{
  575. color: #000000;
  576. font-weight: 900;
  577. font-size: 34rpx;
  578. padding-top: 20rpx;
  579. padding-left: 20rpx;
  580. }
  581. .btn-box-5 {
  582. width: 337rpx;
  583. height: 200rpx;
  584. background-image: url('../../static/img/btn3.png');
  585. background-size: 100% 100%;
  586. }
  587. .btn-box-6 {
  588. width: 337rpx;
  589. height: 200rpx;
  590. background-image: url('../../static/img/btn6.png');
  591. background-size: 100% 100%;
  592. }
  593. .h-200 {
  594. height: 200rpx;
  595. }
  596. .swiper {
  597. width: 750rpx;
  598. height: 310rpx;
  599. }
  600. .swiper-item {
  601. width: 750rpx;
  602. height: 310rpx;
  603. background-color: aliceblue;
  604. }
  605. .font-size-35 {
  606. font-size: 35px !important;
  607. }
  608. .img-size {
  609. width: 80rpx;
  610. height: 80rpx;
  611. }
  612. .content-box {
  613. width: 437rpx;
  614. height: 200rpx;
  615. }
  616. .my-app .padding-sm {
  617. padding: 6px;
  618. }
  619. .grid .padding-sm .bg-white {
  620. box-shadow: 0 1px 4px #f9f9f9, 1px 1px 40px rgba(0, 0, 0, .06);
  621. }
  622. .bg-blue {
  623. background: #fff;
  624. color: #0081ff !important;
  625. }
  626. .text-white,
  627. .line-white,
  628. .lines-white {
  629. color: #0081ff !important;
  630. }
  631. .cu-bar .search-form {
  632. background-color: white;
  633. }
  634. .item-box{
  635. width: 710rpx;
  636. background: #FFFFFF;
  637. box-shadow: 0px 1px 3px 0px rgba(9,2,4,0.1);
  638. border-radius: 10px;
  639. padding-top: 20rpx;
  640. padding-left: 38rpx;
  641. padding-right: 10rpx;
  642. margin-top: 20rpx;
  643. }
  644. .item-title{
  645. position: relative;
  646. display: flex;
  647. justify-content: space-between;
  648. font-size: 30rpx;
  649. color: #010101;
  650. font-weight: bold;
  651. align-items: center;
  652. }
  653. .item-line{
  654. display: flex;
  655. height: 48rpx;
  656. margin-top: 20rpx;
  657. }
  658. .item-line2{
  659. height: 48rpx;
  660. margin-top: 20rpx;
  661. }
  662. .subtitle{
  663. color: #E5880E;
  664. }
  665. .item-name{
  666. margin-top: 5rpx;
  667. font-size: 29rpx;
  668. color: #666666;
  669. }
  670. .item-name2{
  671. font-size: 29rpx;
  672. color: #676D99;
  673. }
  674. .item-name3{
  675. display: flex;
  676. width: 100%;
  677. padding-right: 30rpx;
  678. flex: 1;
  679. justify-content: flex-end;
  680. font-size: 29rpx;
  681. color: #676D99;
  682. }
  683. .item-content{
  684. color: #1497EF;
  685. font-size: 30rpx;
  686. }
  687. .btn-box{
  688. display: flex;
  689. }
  690. .line-zs{
  691. width: 2rpx;
  692. height: 30rpx;
  693. background: #36A7F3;
  694. }
  695. .edit-botton{
  696. width: 100rpx;
  697. height: 48rpx;
  698. line-height: 48rpx;
  699. color: #fff;
  700. font-size: 28rpx;
  701. margin-right: 20rpx;
  702. border-radius: 10rpx;
  703. background: #5A9EE9;
  704. text-align: center;
  705. }
  706. .del-botton{
  707. width: 100rpx;
  708. height: 48rpx;
  709. line-height: 48rpx;
  710. color: #fff;
  711. font-size: 28rpx;
  712. margin-right: 20rpx;
  713. border-radius: 10rpx;
  714. background: #F27C85;
  715. text-align: center;
  716. }
  717. .color-white{
  718. color: #808080;
  719. font-size: 40rpx;
  720. line-height: 60rpx;
  721. }
  722. .search-box{
  723. padding-left: 20rpx;
  724. padding-right: 20rpx;
  725. padding-top: 20rpx;
  726. margin-top: 20rpx;
  727. width: 100%;
  728. border-radius: 25rpx;
  729. border-radius: 25rpx;
  730. background: #fff;
  731. box-shadow: 0px 8px 16px 2px rgba(101, 101, 101, 0.2);
  732. padding-bottom: 30rpx;
  733. display: flex;
  734. flex-wrap: wrap;
  735. }
  736. .search-box1{
  737. display: flex;
  738. }
  739. .input-box{
  740. background: #fff;
  741. height: 65rpx;
  742. width: 640rpx;
  743. display: flex;
  744. align-items: center;
  745. border-radius: 30rpx;
  746. padding-left: 30rpx;
  747. margin-right: 20rpx;
  748. }
  749. .input-boxinput{
  750. height: 75rpx;
  751. font-size: 15rpx;
  752. }
  753. .choose-box{
  754. background: #fff;
  755. width: 325rpx;
  756. border-radius: 23rpx;
  757. height: 70rpx;
  758. display: flex;
  759. align-items: center;
  760. justify-content: center;
  761. margin-right: 20rpx;
  762. border: 1rpx solid #808080;
  763. }
  764. .choose-box2{
  765. background: #fff;
  766. width: 100%;
  767. border-radius: 23rpx;
  768. height: 70rpx;
  769. display: flex;
  770. padding-left: 29rpx;
  771. align-items: center;
  772. border: 1rpx solid #808080;
  773. }
  774. .choose-box3{
  775. display: flex;
  776. }
  777. .choose-boxp{
  778. font-size: 32rpx;
  779. width: 80rpx;
  780. }
  781. .fixed-bottom-right {
  782. padding: 20rpx;
  783. position: fixed;
  784. bottom: 20px; /* 距离底部的距离 */
  785. right: 20px; /* 距离右侧的距离 */
  786. }
  787. </style>