移动端
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

societyList.vue 21 KiB

há 2 anos
há 2 anos
há 2 anos
há 2 anos
há 2 anos
há 2 anos
há 2 anos
há 2 anos
há 2 anos
há 2 anos
há 2 anos
há 2 anos
há 2 anos
há 2 anos
há 2 anos
há 2 anos
há 2 anos
há 2 anos
há 2 anos
há 2 anos
há 2 anos
há 2 anos
há 2 anos
há 2 anos
há 2 anos
há 2 anos
há 2 anos
há 2 anos
há 2 anos
há 2 anos
há 2 anos
há 2 anos
há 2 anos
há 2 anos
há 2 anos
há 2 anos
há 2 anos
há 2 anos
há 2 anos
há 2 anos
há 2 anos
há 2 anos
há 2 anos
há 2 anos
há 2 anos
há 2 anos
há 2 anos
há 2 anos
há 2 anos
há 2 anos
há 2 anos
há 2 anos
há 2 anos
há 2 anos
há 2 anos
há 2 anos
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690
  1. <template>
  2. <div class="home_wrapper">
  3. <!-- 头部开始 -->
  4. <div class="header">
  5. <div class="header_left" @click="onClickLeft">
  6. <img src="../../../../static/images/agriculturalTrusteeship/return.png">
  7. <p>社会化服务组织</p>
  8. </div>
  9. <p class="header_right" @click="showDeptId = true">{{deptName}}</p>
  10. <van-popup v-model="showDeptId" position="bottom" get-container="body">
  11. <van-cascader
  12. v-model="villageValue"
  13. title="请选择"
  14. :options="deptOptions"
  15. @close="showDeptId = false"
  16. @change="onConfirmDept"
  17. active-color="#1989fa"
  18. :field-names="hcAreaInfoFieldName"
  19. />
  20. </van-popup>
  21. </div>
  22. <!-- 头部结束 -->
  23. <!-- 内容开始 -->
  24. <div class="main">
  25. <van-tabs v-model="active" sticky animated>
  26. <van-tab title="服务组织">
  27. <div class="search">
  28. <img src="../../../../static/images/agriculturalTrusteeship/index/search_icon_01.png" />
  29. <input type="text" v-model="searchServiceInput" placeholder="输入需求进行搜索" />
  30. <img src="../../../../static/images/agriculturalTrusteeship/index/search_icon_02.png" @click="goSearchService" />
  31. </div>
  32. <van-list
  33. v-model="loading1"
  34. :finished="finished1"
  35. finished-text="没有更多了"
  36. :immediate-check="false"
  37. @load="getServiceList"
  38. >
  39. <div class="content" v-for="(item,index) in serviceList" :key="index" @click="$router.push({name:'agriculturalTrusteeshipSocietyProjectList',query:{id:item.id,entityName:item.entityName}})">
  40. <div class="boxParents" v-if="item.modelSocietyType != '非'">
  41. <p>{{item.modelSocietyType}}</p>
  42. <div class='box'></div>
  43. <div class='box2'></div>
  44. <div class='box3'></div>
  45. </div>
  46. <div class="tt_box">
  47. <p class="content_tt">{{item.entityName}}</p>
  48. <div class="tab_box">
  49. <div class="tab_left">
  50. <p>产品 <span>{{item.supplyDemands.length}}</span></p>
  51. <p>订单 <span>{{item.orderNum}}</span></p>
  52. </div>
  53. <div class="tab_right">
  54. <p>{{item.industryClassificationType}}</p>
  55. </div>
  56. </div>
  57. </div>
  58. <div class="content_con">
  59. <div class="content_con_left">
  60. <p>{{item.supplyDemands.length}}个产品</p>
  61. <p>{{item.principalName}}</p>
  62. <p>{{item.tal}}</p>
  63. </div>
  64. <div class="content_con_right">
  65. <img :src="itemChild" v-for="(itemChild,indexChild) in item.masterMap2" v-if="indexChild < 2" :key="indexChild" style="width: 22vw;height: 22vw;">
  66. <img v-if="!item.masterMap2 || item.masterMap2.length < 2" src="../../../../static/images/agriculturalTrusteeship/zwtp.png" style="width: 22vw;height: 22vw;">
  67. <img v-if="!item.masterMap2 || item.masterMap2.length < 1" src="../../../../static/images/agriculturalTrusteeship/zwtp.png" style="width: 22vw;height: 22vw;">
  68. <img src="../../../../static/images/agriculturalTrusteeship/insurance/insurance_go.png">
  69. </div>
  70. </div>
  71. </div>
  72. </van-list>
  73. </van-tab>
  74. <van-tab title="服务项目">
  75. <div class="search">
  76. <img src="../../../../static/images/agriculturalTrusteeship/index/search_icon_01.png" />
  77. <input type="text" v-model="searchInput" placeholder="输入需求进行搜索" />
  78. <img src="../../../../static/images/agriculturalTrusteeship/index/search_icon_02.png" @click="goSearch"/>
  79. </div>
  80. <div class="main_content">
  81. <div class="main_content_left">
  82. <van-sidebar v-model="activeKey" @change="onChangeIn">
  83. <van-sidebar-item title="全套服务" />
  84. <van-sidebar-item v-for="(item,index) in productList" :key="index" :title="item.dictName" />
  85. </van-sidebar>
  86. </div>
  87. <div class="main_content_right">
  88. <div class="main_content_right_header">
  89. <p class="main_content_right_header_tit">{{main_content_right_header_tit}}</p>
  90. <van-tabs v-model="activePs" animated @change="orderByChange">
  91. <van-tab title="评分排序"></van-tab>
  92. <van-tab title="销量排序"></van-tab>
  93. </van-tabs>
  94. </div>
  95. <div class="main_content_right_nav" v-if="activeKey!=0">
  96. <p v-for="(item,index) in productListChildren" :key="index">{{item.dictName}}</p>
  97. </div>
  98. <van-list
  99. v-model="loading"
  100. :finished="finished"
  101. finished-text="没有更多了"
  102. :immediate-check="false"
  103. @load="getList"
  104. >
  105. <!-- @load="onLoad" agriculturalTrusteeshipSocializationProjectDetail-->
  106. <div class="main_content_right_list" v-for="(item,index) in supplyDemandListYes" :key="index" @click="$router.push({name:'agriculturalTrusteeshipSocietyProjectDetail',query:{id:item.id}})">
  107. <img v-if="item.supplyMasterMap" :src="item.supplyMasterMap" style="width: 25vw;height: 25vw;">
  108. <img v-else src="../../../../static/images/agriculturalTrusteeship/zwtp.png" style="width: 25vw;height: 25vw;">
  109. <div class="main_content_right_list_content">
  110. <p class="tt">{{item.supplyDemandName}}</p>
  111. <div class="tab">
  112. <p>¥<span>{{item.unitPrice}}</span>.00/{{item.unit}}</p>
  113. <p><span>销 {{item.orderNum}}</span><span>分 {{item.orderScore}}</span></p>
  114. </div>
  115. <p class="name">{{item.entityName}}</p>
  116. </div>
  117. </div>
  118. </van-list>
  119. </div>
  120. </div>
  121. </van-tab>
  122. </van-tabs>
  123. </div>
  124. <!-- 内容结束 -->
  125. </div>
  126. </template>
  127. <script>
  128. import Cookies from "js-cookie";
  129. import {supplyDemandList, detailList, productTypes, treeselect} from "@/api/agriculturalTrusteeship";
  130. export default {
  131. name: "agriculturalTrusteeshipInsuranceList",
  132. data() {
  133. return {
  134. activeKey: 0,
  135. active: 0,
  136. activePs: 0,
  137. loading: false,
  138. finished: false,
  139. loading1: false,
  140. finished1: false,
  141. productList:[],
  142. supplyDemandListYes:[],
  143. supplyDemandList:[],
  144. serviceList:[],
  145. productListYes:[],
  146. financialTypeOptions:[],
  147. modelSocietyTypeOptions:[],
  148. productListChildren:[],
  149. main_content_right_header_tit:'全套服务',
  150. query:{
  151. entityId:'',
  152. serviceDeptId:'',
  153. entityName:'',
  154. productType:''
  155. },
  156. query2:{
  157. supplyDemandName:'',
  158. serviceDeptId:'',
  159. orderByColumn:'order_score'
  160. },
  161. searchServiceInput:'',
  162. searchInput:'',
  163. deptOptions:[],
  164. deptName:'',
  165. showDeptId:false,
  166. villageValue : '',
  167. hcAreaInfoFieldName: {
  168. text: "label",
  169. value: "value",
  170. children: "children",
  171. },
  172. };
  173. },
  174. created() {
  175. this.getDicts("Industrial_classification_type").then(response => {
  176. this.financialTypeOptions = response.data;
  177. });
  178. this.getDicts("model_society_type").then(response => {
  179. this.modelSocietyTypeOptions = response.data;
  180. });
  181. let query = {
  182. parentId : 0
  183. }
  184. productTypes(query).then(response => {
  185. this.productList = response.data;
  186. });
  187. treeselect().then(res=>{
  188. if (res.code == 200) {
  189. this.deptOptions = res.data;
  190. this.query.serviceDeptId = res.data[0].value;
  191. this.query2.serviceDeptId = res.data[0].value;
  192. this.deptName = res.data[0].label;
  193. this.serviceList = [];
  194. this.supplyDemandListYes = [];
  195. this.supplyDemandList = [];
  196. this.getServiceList();
  197. this.getList();
  198. }
  199. })
  200. },
  201. methods: {
  202. getServiceList(){
  203. detailList(this.query).then(response => {
  204. response.rows.map(res=>{
  205. res.industryClassificationType = this.selectDictLabel(this.financialTypeOptions, res.industryClassificationType);
  206. var modelSocietyType = this.selectDictLabel(this.modelSocietyTypeOptions, res.modelSocietyType);
  207. res.modelSocietyType = modelSocietyType.substr(0,modelSocietyType.length-3)
  208. if (res.masterMap){
  209. let supplyMasterMap = res.masterMap.split( "," )
  210. res.masterMap2 = []
  211. supplyMasterMap.map(rr=>{
  212. res.masterMap2.push('/api'+rr)
  213. })
  214. }
  215. this.serviceList.push(res);
  216. })
  217. console.log(this.serviceList)
  218. if(this.serviceList.length >= response.total){
  219. this.finished1 = true;
  220. return;
  221. }else{
  222. this.loading1 = false;
  223. this.query.pageNum += 1 ;
  224. }
  225. });
  226. },
  227. getList(){
  228. supplyDemandList(this.query2).then(response => {
  229. response.rows.map(res=>{
  230. if(res.publishStatus == 3){
  231. if (res.supplyMasterMap){
  232. let supplyMasterMap = res.supplyMasterMap.split( "," )
  233. res.supplyMasterMap = '/api'+supplyMasterMap[0]
  234. }
  235. this.supplyDemandListYes.push(res);
  236. }
  237. this.supplyDemandList.push(res);
  238. })
  239. if(this.supplyDemandList.length >= response.total){
  240. this.finished = true;
  241. return;
  242. }else{
  243. this.loading = false;
  244. this.query.pageNum += 1 ;
  245. }
  246. });
  247. },
  248. onChangeIn(val){
  249. this.supplyDemandListYes = [];
  250. if (val == 0){
  251. this.main_content_right_header_tit = '全套服务';
  252. this.query.productType = '';
  253. this.getList();
  254. return;
  255. }
  256. this.query.productType = this.productList[val-1].id;
  257. let parentId = this.productList[val-1].id;
  258. this.main_content_right_header_tit = this.productList[val-1].dictName
  259. let query1 = {
  260. parentId : parentId
  261. }
  262. productTypes(query1).then(response => {
  263. this.productListChildren = response.data;
  264. this.getList();
  265. });
  266. },
  267. goSearchService(){
  268. this.serviceList = [];
  269. this.query.entityName = this.searchServiceInput;
  270. this.getServiceList();
  271. },
  272. goSearch(){
  273. this.supplyDemandListYes = [];
  274. this.query2.supplyDemandName = this.searchInput;
  275. this.getList();
  276. },
  277. orderByChange(){
  278. if (this.activePs == 0){
  279. this.query2.orderByColumn = 'order_score'
  280. }
  281. if (this.activePs == 1){
  282. this.query2.orderByColumn = 'order_num'
  283. }
  284. this.supplyDemandListYes = [];
  285. this.getList();
  286. },
  287. //选择案件属地
  288. onConfirmDept({ selectedOptions }){
  289. this.query.serviceDeptId = selectedOptions[selectedOptions.length-1].value;
  290. this.query2.serviceDeptId = selectedOptions[selectedOptions.length-1].value;
  291. this.deptName = selectedOptions[selectedOptions.length-1].label;
  292. // this.showDeptId = false
  293. this.supplyDemandListYes = [];
  294. this.serviceList = [];
  295. this.getServiceList();
  296. this.getList();
  297. },
  298. },
  299. }
  300. </script>
  301. <style scoped lang="scss">
  302. .home_wrapper{
  303. height: 100vh;
  304. background: #ffffff;
  305. }
  306. .boxParents{
  307. position: absolute;
  308. top: -21PX;
  309. transform: rotateZ(45deg);
  310. right: -58PX;
  311. p{
  312. position: absolute;
  313. top: 37PX;
  314. left: 54PX;
  315. color: #fff;
  316. z-index: 9;
  317. }
  318. }
  319. .box,.box3
  320. {
  321. width:0px;
  322. height:0px;
  323. display:inline-block;
  324. border-top:50px solid rgba(0,0,0,0);
  325. border-right:50px solid rgba(0,0,0,0);
  326. border-bottom:50px solid #FF5E00;
  327. border-left:50px solid rgba(0,0,0,0);
  328. margin-bottom:10px;
  329. }
  330. .box2
  331. {
  332. width:25PX;
  333. height:25PX;
  334. background-color:#FF5E00;
  335. display:inline-block;
  336. }
  337. .box{
  338. transform: translate(56px,10px);
  339. }
  340. .box3{
  341. transform: translate(-54px,10px);
  342. }
  343. /*头部*/
  344. .header{
  345. display: flex;
  346. align-items: center;
  347. justify-content: space-between;
  348. background-image: linear-gradient(to right , #6E93F3 , #7E89E9 , #54C6E4);
  349. padding: 2vh 4% 2vh;
  350. .header_left{
  351. display: flex;
  352. align-items: center;
  353. p{
  354. font-size: .4rem;
  355. color: #ffffff;
  356. line-height: 1;
  357. margin-left: 10PX;
  358. }
  359. }
  360. .header_right{
  361. font-size: .35rem;
  362. background: #ffffff url("../../../../static/images/agriculturalTrusteeship/address.png") no-repeat 10PX center;
  363. padding: 2PX 15PX 2PX 25PX;
  364. border-radius: 50PX;
  365. }
  366. }
  367. /* 内容 */
  368. .main{
  369. background-image: linear-gradient(to right , #6E93F3 , #7E89E9 , #54C6E4);
  370. /deep/ .van-tabs__nav{
  371. border-top-left-radius: 25PX;
  372. border-top-right-radius: 25PX;
  373. overflow: hidden;
  374. }
  375. /deep/ .van-tabs__line{
  376. background: #334281;
  377. }
  378. /deep/ .van-tab--active{
  379. color: #334281;
  380. }
  381. /deep/ .van-tabs__content{
  382. background: #ffffff;
  383. padding-top: 2vh;
  384. }
  385. .search{
  386. display: flex;
  387. justify-content: space-between;
  388. align-items: center;
  389. width: 92%;
  390. margin: 0PX auto;
  391. border: 1px solid #6E93F3;
  392. padding: 1PX 1PX 1PX 12PX ;
  393. border-radius: 50PX;
  394. input{
  395. flex: 1;
  396. background: transparent;
  397. margin-left: 10PX;
  398. }
  399. }
  400. .content{
  401. width: 92%;
  402. margin: 0 auto;
  403. box-shadow: 0px 0px 10PX rgba(0,0,0,0.1);
  404. border-radius: 10PX;
  405. margin-top: 2vh;
  406. padding: 1.5vh 4%;
  407. position: relative;
  408. .content_tt{
  409. font-size: .35rem;
  410. margin-bottom: 1vh;
  411. }
  412. .tt_box{
  413. border-bottom: 1PX solid #D1D8EB;
  414. padding-bottom: 1.5vh;
  415. .tab_box{
  416. display: flex;
  417. justify-content: space-between;
  418. align-items: center;
  419. .tab_left{
  420. display: flex;
  421. p{
  422. &:nth-child(1){
  423. border-right: 1px solid;
  424. padding-right: 8PX;
  425. margin-right: 8PX;
  426. }
  427. span{
  428. color: #2B7EEC;
  429. }
  430. line-height: 1;
  431. }
  432. }
  433. .tab_right{
  434. display: flex;
  435. p{
  436. background: #F3F6FE;
  437. padding: 5PX 10PX;
  438. color: #497CE8;
  439. line-height: 1;
  440. border-radius: 5PX;
  441. margin-left: 10PX;
  442. }
  443. }
  444. }
  445. }
  446. .content_con{
  447. display: flex;
  448. justify-content: space-between;
  449. margin-top: 1.5vh;
  450. .content_con_left{
  451. display: flex;
  452. flex-direction:column;
  453. justify-content: space-between;
  454. p{
  455. font-size: .35rem;
  456. padding-left: 18PX;
  457. &:nth-child(1){
  458. background: url("../../../../static/images/agriculturalTrusteeship/insurance/insurance_list_project.png") no-repeat left center;
  459. }
  460. &:nth-child(2){
  461. background: url("../../../../static/images/agriculturalTrusteeship/insurance/insurance_list_name.png") no-repeat left center;
  462. }
  463. &:nth-child(3){
  464. background: url("../../../../static/images/agriculturalTrusteeship/insurance/insurance_list_iphone.png") no-repeat left center;
  465. }
  466. }
  467. }
  468. .content_con_right{
  469. display: flex;
  470. justify-content: end;
  471. align-items: center;
  472. img{
  473. border-radius: 10PX;
  474. width: 40%;
  475. margin-left: 5%;
  476. box-shadow: 0px 5PX 10PX rgba(0,0,0,0.2);
  477. &:last-child{
  478. width: auto;
  479. box-shadow: none;
  480. }
  481. }
  482. }
  483. }
  484. }
  485. .main_content{
  486. display: flex;
  487. width: 96%;
  488. margin-top: 2vh;
  489. height: 79.7vh;
  490. overflow: hidden;
  491. .van-sidebar-item{
  492. text-align: center;
  493. }
  494. /deep/ .van-sidebar-item--select::before{
  495. display: none;
  496. }
  497. .main_content_left{
  498. border-top-right-radius: 15PX;
  499. height: 100%;
  500. overflow-y: scroll;
  501. }
  502. .main_content_right{
  503. flex: 1;
  504. padding-left: 4%;
  505. height: 100%;
  506. overflow-y: scroll;
  507. .main_content_right_header{
  508. display: flex;
  509. justify-content: space-between;
  510. align-items: center;
  511. /deep/ .van-tabs--line .van-tabs__wrap{
  512. border-radius: 100rem;
  513. height: 25PX;
  514. }
  515. /deep/ .van-tab{
  516. z-index: 1;
  517. color: #8F8F8F;
  518. padding: 5PX 10PX;
  519. }
  520. /deep/ .van-tab--active{
  521. color: #334281;
  522. }
  523. /deep/ .van-tabs__nav{
  524. background: #ECECEC;
  525. border-radius: 100rem;
  526. }
  527. /deep/ .van-tabs__nav--line{
  528. padding: 0;
  529. }
  530. /deep/ .van-tabs__line{
  531. background: #D6D9E6;
  532. border-radius: 100rem;
  533. z-index: 0;
  534. width: 50%;
  535. height: 100%;
  536. bottom: 0;
  537. }
  538. /deep/ .van-tabs__content{
  539. padding: 0;
  540. }
  541. .main_content_right_header_tit{
  542. font-size: .4rem;
  543. color: #1A1D4A;
  544. }
  545. }
  546. .main_content_right_nav{
  547. display: flex;
  548. justify-content: space-between;
  549. margin-top: 2vh;
  550. p{
  551. padding: 5PX 10PX;
  552. background: #F5F5F5;
  553. color: #8F8F8F;
  554. border-radius: 4PX;
  555. }
  556. }
  557. .main_content_right_list{
  558. display: flex;
  559. margin-top: 2vh;
  560. width: 100%;
  561. img{
  562. border-radius: 15PX;
  563. margin-right: 4%;
  564. width: auto;
  565. }
  566. .main_content_right_list_content{
  567. display: flex;
  568. flex-direction:column;
  569. justify-content: space-between;
  570. flex: 1;
  571. .tt{
  572. color: #333333;
  573. font-size: .35rem;
  574. }
  575. .tab{
  576. display: flex;
  577. justify-content: space-between;
  578. p{
  579. &:nth-child(1){
  580. flex: 1;
  581. color: #FF5E00;
  582. span{
  583. font-size: .4rem;
  584. }
  585. }
  586. &:nth-child(2){
  587. flex: 1;
  588. span{
  589. width: 50%;
  590. display: inline-block;
  591. text-align: center;
  592. padding: 2PX 2PX;
  593. &:nth-child(1){
  594. color: #497CE8;
  595. background: #E2E9FD;
  596. border-top-left-radius: 10PX;
  597. }
  598. &:nth-child(2){
  599. color: #ffffff;
  600. background-image: linear-gradient(to right , #5D87FA , #5FD5F5);
  601. border-bottom-right-radius: 10PX;
  602. }
  603. }
  604. }
  605. }
  606. }
  607. .name{
  608. color: #8F8F8F;
  609. background: url("../../../../static/images/agriculturalTrusteeship/index/name_icon.png") no-repeat left center;
  610. padding-left: 14PX;
  611. }
  612. }
  613. }
  614. }
  615. }
  616. .main_content_right_list{
  617. display: flex;
  618. margin: 0 auto;
  619. margin-top: 2vh;
  620. width: 92%;
  621. img{
  622. border-radius: 15PX;
  623. margin-right: 4%;
  624. width: 20%;
  625. }
  626. .main_content_right_list_content{
  627. display: flex;
  628. flex-direction:column;
  629. justify-content: space-between;
  630. .tt{
  631. color: #333333;
  632. font-size: .35rem;
  633. }
  634. .tab{
  635. display: flex;
  636. justify-content: space-between;
  637. p{
  638. &:nth-child(1){
  639. flex: 1;
  640. color: #FF5E00;
  641. span{
  642. font-size: .4rem;
  643. }
  644. }
  645. &:nth-child(2){
  646. flex: 1;
  647. span{
  648. width: 50%;
  649. display: inline-block;
  650. text-align: center;
  651. padding: 2PX 2PX;
  652. &:nth-child(1){
  653. color: #497CE8;
  654. background: #E2E9FD;
  655. border-top-left-radius: 10PX;
  656. }
  657. &:nth-child(2){
  658. color: #ffffff;
  659. background-image: linear-gradient(to right , #5D87FA , #5FD5F5);
  660. border-bottom-right-radius: 10PX;
  661. }
  662. }
  663. }
  664. }
  665. }
  666. .name{
  667. color: #8F8F8F;
  668. background: url("../../../../static/images/agriculturalTrusteeship/index/name_icon.png") no-repeat left center;
  669. padding-left: 18PX;
  670. }
  671. }
  672. }
  673. }
  674. </style>