otherPage.vue 25 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027
  1. <template>
  2. <view class="page flex-col">
  3. <view class="group_1 flex-col justify-between">
  4. <view class="box_37 flex-col">
  5. <view class="box_3 flex-col">
  6. <view class="text-wrapper_25 flex-row">
  7. <text class="text_29">{{info.fans}}</text>
  8. <text class="text_30">粉丝</text>
  9. <text class="text_31">{{info.follow}}</text>
  10. <text class="text_32">关注</text>
  11. </view>
  12. <view class="box_38">
  13. <view class="image-text_45 flex-row u-flex u-row-between">
  14. <view class="u-flex">
  15. <text class="text_4">{{info.nickname}}</text>
  16. <!-- <text style="font-size: 24rpx;" v-if="info.username">(真实姓名·{{info.username}})</text> -->
  17. <view class="image-text_46 flex-row justify-between">
  18. <!-- <view class="box_21 flex-col"></view>
  19. <text class="text-group_20">已认证</text> -->
  20. <image src="../../static/profile/8@2x.png" mode="" style="width: 96rpx;height: 32rpx" v-show="info.vip_level==0"></image>
  21. </view>
  22. </view>
  23. <view class="box_20 flex-row u-row-between" style="align-items: center;">
  24. <!-- <view class="image-text_47 flex-row justify-between">
  25. <view class="box_21 flex-col"></view>
  26. <text class="text-group_20">已认证</text>
  27. </view> -->
  28. <image src="../../static/profile/ganxingqu@2x.png" mode="" style="width: 152rpx;height: 52rpx;margin-right: 30rpx;" v-show="info.is_interested==0" @click="getInter"></image>
  29. </view>
  30. </view>
  31. <view class="" style="font-size: 24rpx;color: #999999;" v-if="info.sex&&info.constellation">
  32. {{info.sex==1?'男·':'女·'}}{{info.constellation}}
  33. </view>
  34. </view>
  35. <image
  36. class="image_1"
  37. referrerpolicy="no-referrer"
  38. :src="info.headimg"
  39. mode="aspectFill"
  40. />
  41. </view>
  42. </view>
  43. <view class="box_22 flex-col">
  44. <view class="text-wrapper_26 flex-row justify-between">
  45. <text class="text_33" @click="itemclick(index)" :class="{'select':current==index}" :key="index" v-for="(item,index) in list">{{item}}</text>
  46. <!-- <text class="text_34">工作职业</text>
  47. <text class="text_35">家庭情况</text>
  48. <text class="text_36">相册</text> -->
  49. </view>
  50. <view class="" v-show="current==0">
  51. <view class="group_50 flex-row justify-between">
  52. <text class="text_49">性别</text>
  53. <view class="flex-row">
  54. <text class="text_50">{{info.sex==1?'男':'女'}}</text>
  55. </view>
  56. </view>
  57. <view class="group_50 flex-row justify-between">
  58. <text class="text_49">年龄</text>
  59. <view class="flex-row">
  60. <input type="text" disabled v-model='info.age' style="text-align: right;">
  61. </view>
  62. </view>
  63. <view class="group_50 flex-row justify-between">
  64. <text class="text_49">星座</text>
  65. <view class="flex-row">
  66. <input type="text" disabled v-model='info.constellation' style="text-align: right;">
  67. </view>
  68. </view>
  69. <view class="group_50 flex-row justify-between">
  70. <text class="text_49">身高</text>
  71. <view class="flex-row">
  72. <text class="text_50">{{info.height?info.height+'cm':''}}</text>
  73. <!-- <input type="text" disabled v-model='info.height' style="text-align: right;"> -->
  74. </view>
  75. </view>
  76. <view class="group_50 flex-row justify-between">
  77. <text class="text_49">体重</text>
  78. <view class="flex-row">
  79. <text class="text_50">{{info.weight?info.weight+'kg':''}}</text>
  80. <!-- <input type="text" disabled v-model='info.weight' style="text-align: right;"> -->
  81. </view>
  82. </view>
  83. <view class="group_50 flex-row justify-between">
  84. <text class="text_49">学历</text>
  85. <view class="flex-row">
  86. <text class="text_50">{{info.graduation_school||''}}</text>
  87. </view>
  88. </view>
  89. <view class="group_50 flex-row justify-between">
  90. <text class="text_49">毕业院校</text>
  91. <view class="flex-row">
  92. <input type="text" disabled v-model='info.graduation_school' style="text-align: right;">
  93. </view>
  94. </view>
  95. <view class="group_50 flex-row justify-between">
  96. <text class="text_49">兴趣爱好</text>
  97. <view class="flex-row">
  98. <text class="text_50">{{info.hobby||''}}</text>
  99. <!-- <input type="text" disabled v-model='info.hobby' style="text-align: right;"> -->
  100. </view>
  101. </view>
  102. </view>
  103. <view class="" v-show="current==1">
  104. <!-- <view class="group_50 flex-row justify-between">
  105. <text class="text_49">姓名</text>
  106. <view class="flex-row">
  107. <text class="text_50">{{info.username}}</text>
  108. </view>
  109. </view> -->
  110. <!-- <view class="group_50 flex-row justify-between">
  111. <text class="text_49">工作单位</text>
  112. <view class="flex-row">
  113. <text class="text_50">{{info.danwei||''}}</text>
  114. </view>
  115. </view> -->
  116. <view class="group_50 flex-row justify-between">
  117. <text class="text_49">工作性质</text>
  118. <view class="flex-row">
  119. <text class="text_50">{{info.xingzhi||''}}</text>
  120. </view>
  121. </view>
  122. <view class="group_50 flex-row justify-between">
  123. <text class="text_49">职务</text>
  124. <view class="flex-row">
  125. <input type="text" disabled v-model='info.position' style="text-align: right;">
  126. </view>
  127. </view>
  128. <view class="group_50 flex-row justify-between">
  129. <text class="text_49">月收入</text>
  130. <view class="flex-row">
  131. <input type="text" disabled v-model='info.income' style="text-align: right;">
  132. </view>
  133. </view>
  134. </view>
  135. <view class="" v-show="current==2">
  136. <view class="group_50 flex-row justify-between">
  137. <text class="text_49">婚史</text>
  138. <view class="flex-row">
  139. <!-- <input type="text" disabled v-model='info.hunshi' style="text-align: right;"> -->
  140. <text>{{info.status==1?'未婚':info.status==2?'离异':info.status==3?'丧偶':''}}</text>
  141. </view>
  142. </view>
  143. <view class="group_50 flex-row justify-between">
  144. <text class="text_49">有无子女</text>
  145. <view class="flex-row">
  146. <text>{{info.is_zinv==1?'有':info.is_zinv==2?'无':''}}</text>
  147. </view>
  148. </view>
  149. <view class="group_50 flex-row justify-between" v-if="info.is_zinv==1">
  150. <text class="text_49">子女性别</text>
  151. <view class="flex-row">
  152. <text>{{info.zinv_sex==1?'男':info.zinv_sex==2?'女':''}}</text>
  153. </view>
  154. </view>
  155. <view class="group_50 flex-row justify-between">
  156. <text class="text_49">是否独生子女</text>
  157. <view class="flex-row">
  158. <text>{{info.is_du==1?'是':info.is_du==2?'否':''}}</text>
  159. </view>
  160. </view>
  161. <view class="group_50 flex-row justify-between" v-if="info.is_du==2">
  162. <text class="text_49">兄弟姊妹几人</text>
  163. <view class="flex-row">
  164. <text>{{info.children||0}}</text>
  165. </view>
  166. </view>
  167. <view class="group_50 flex-row justify-between">
  168. <text class="text_49">居住情况</text>
  169. <view class="flex-row">
  170. <text>{{info.home==1?'自有产权房':info.home==2?'租住':info.home==3?'与父母同住':''}}</text>
  171. </view>
  172. </view>
  173. <view class="group_50 flex-row justify-between">
  174. <text class="text_49">是否有车</text>
  175. <view class="flex-row">
  176. <text>{{info.is_car==1?'是':info.is_car==2?'否':''}}</text>
  177. </view>
  178. </view>
  179. <!-- <view class="group_50 flex-row justify-between" v-if="info.is_car==1">
  180. <text class="text_49">车辆型号</text>
  181. <view class="flex-row">
  182. <text>{{info.car_model||''}}</text>
  183. </view>
  184. </view> -->
  185. <view class="group_50 flex-row justify-between">
  186. <text class="text_49">父亲工作</text>
  187. <view class="flex-row">
  188. <input type="text" :disabled="true" v-model='info.fa_work'
  189. style="text-align: right;">
  190. </view>
  191. </view>
  192. <view class="group_50 flex-row justify-between">
  193. <text class="text_49">母亲工作</text>
  194. <view class="flex-row">
  195. <input type="text" :disabled="true" v-model='info.ma_work'
  196. style="text-align: right;">
  197. </view>
  198. </view>
  199. </view>
  200. <view class="" v-show="current==3">
  201. <view class="person" @click="toPerson">
  202. <image :src="personPhoto[0].url" mode="aspectFill" v-if="personPhoto.length!=0" style="position: absolute;top: 0;right: 0;bottom: 0;left: 0;z-index: 1;width: 690rpx;height: 400rpx;"></image>
  203. <view class="bag">
  204. 个人照片
  205. </view>
  206. <view class="u-flex-col" style="margin-top: 98rpx;">
  207. <image src="../../static/auth/2@2x.png" mode="" style="width: 55rpx;height: 55rpx;"></image>
  208. <text style="font-size: 20rpx;color: #666666;margin-top: 28rpx;">暂无照片</text>
  209. </view>
  210. </view>
  211. <view class="person" @click="toLife">
  212. <image :src="lifePhoto[0].url" mode="aspectFill" v-if="lifePhoto.length!=0" style="position: absolute;top: 0;right: 0;bottom: 0;left: 0;z-index: 1;width: 690rpx;height: 400rpx;"></image>
  213. <view class="bag">
  214. 生活照片
  215. </view>
  216. <view class="u-flex-col" style="margin-top: 98rpx;" v-show="lifePhoto.length==0">
  217. <image src="../../static/auth/2@2x.png" mode="" style="width: 55rpx;height: 55rpx;"></image>
  218. <text style="font-size: 20rpx;color: #666666;margin-top: 28rpx;">暂无照片</text>
  219. </view>
  220. </view>
  221. </view>
  222. <view class="" style="text-align: center;font-size: 28rpx;color: #999999;position: fixed;bottom: 240rpx;width: 100%;" v-show="current!=3">
  223. 用户ID:{{info.vip_number}}
  224. </view>
  225. <!-- <view class="text-wrapper_13 flex-col" v-show="current!=3">
  226. <text class="text_46">保存修改</text>
  227. </view> -->
  228. <view v-show="current!=3" style="position: fixed;bottom: 84rpx;width: 690rpx;left: 50%;transform: translateX(-50%);" class="u-flex u-row-between">
  229. <image @click="tojubao" src="../../static/profile/jubao@2x.png" mode="" style="width: 210rpx;height: 100rpx;"></image>
  230. <image src="../../static/profile/dazhaohu@2x.png" mode="" style="width: 450rpx;height: 100rpx;" @click="tomessage()"></image>
  231. </view>
  232. </view>
  233. </view>
  234. <Showtoast @canceltoast='canceltoast' :showtoast='showtoast' />
  235. </view>
  236. </template>
  237. <script>
  238. import Showtoast from'../../components/Showtoast.vue'
  239. export default {
  240. components:{
  241. Showtoast
  242. },
  243. data() {
  244. return {
  245. showtoast:false,
  246. list: ['个人档案','工作职业','家庭情况','相册'],
  247. current:0,
  248. value:false,
  249. id:'',
  250. info:{},
  251. userInfo:JSON.parse(uni.getStorageSync('userInfo')),
  252. personPhoto:[],
  253. lifePhoto:[],
  254. };
  255. },
  256. onLoad(option) {
  257. this.id=option.id
  258. this.getInfo(option.id)
  259. },
  260. onShow() {
  261. this.getpersonPhoto()
  262. this.getlifePhoto()
  263. },
  264. methods: {
  265. canceltoast(){
  266. this.showtoast=false
  267. },
  268. tomessage(){
  269. if(this.userInfo.vip_level==0){
  270. this.showtoast=true
  271. return
  272. }
  273. if(this.userInfo.vip_level==2){
  274. this.$u.toast('经用户反馈,您账户存在违规行为,暂不支持使用该功能')
  275. return
  276. }
  277. if(this.userInfo.vip_level==3){
  278. this.$u.toast('您的账户已注销,暂不支持使用该功能')
  279. return
  280. }
  281. uni.navigateTo({
  282. url:'/pages/index/message?otherid='+this.info.im_id
  283. })
  284. },
  285. getpersonPhoto(){
  286. uni.$u.http.post('/api/user/personal_album',{id:this.info.id}).then(res => {
  287. if(res.code==1){
  288. this.personPhoto=res.data
  289. }
  290. })
  291. },
  292. getlifePhoto(){
  293. uni.$u.http.post('/api/user/life_album',{id:this.info.id}).then(res => {
  294. if(res.code==1){
  295. this.lifePhoto=res.data
  296. }
  297. })
  298. },
  299. getInter(){
  300. uni.$u.http.post('/api/user/user_interested',{mid:this.info.id}).then(res => {
  301. this.$u.toast(res.msg)
  302. this.getInfo(this.id)
  303. })
  304. },
  305. getInfo(id){
  306. uni.$u.http.post('/api/user/appointuserinfo',{m_id:id}).then(res => {
  307. this.info=res.data
  308. this.getpersonPhoto()
  309. this.getlifePhoto()
  310. })
  311. },
  312. itemclick(index){
  313. if(this.current!=index){
  314. this.current=index
  315. }
  316. },
  317. tojubao(){
  318. // if(this.userInfo.vip_level==0){
  319. // this.showtoast=true
  320. // return
  321. // }
  322. if(this.userInfo.vip_level==2){
  323. this.$u.toast('经用户反馈,您账户存在违规行为,暂不支持使用该功能')
  324. return
  325. }
  326. if(this.userInfo.vip_level==3){
  327. this.$u.toast('您的账户已注销,暂不支持使用该功能')
  328. return
  329. }
  330. uni.navigateTo({
  331. url:'./jubao?id='+this.info.id
  332. })
  333. },
  334. toPerson(){
  335. if(this.personPhoto.length==0){
  336. return
  337. }
  338. uni.navigateTo({
  339. url:'./personPhoto?id='+this.info.id
  340. })
  341. },
  342. toLife(){
  343. if(this.lifePhoto.length==0){
  344. return
  345. }
  346. uni.navigateTo({
  347. url:'./lifePhoto?id='+this.info.id
  348. })
  349. }
  350. },
  351. };
  352. </script>
  353. <style lang="scss">
  354. @import '@/common/common.css';
  355. page{
  356. }
  357. .person{
  358. position: relative;
  359. padding: 26rpx 20rpx;
  360. margin: 0 auto 20rpx;
  361. width: 690rpx;
  362. height: 400rpx;
  363. background: #F3F4F6;
  364. border-radius: 20rpx;
  365. .bag{
  366. position: relative;
  367. z-index: 11;
  368. text-align: center;
  369. width: 140rpx;
  370. height: 52rpx;
  371. line-height: 52rpx;
  372. background: #000000;
  373. border-radius: 26rpx;
  374. font-size: 24rpx;
  375. color: #fff;
  376. }
  377. }
  378. .page {
  379. background-color: #FBF8FD;
  380. position: relative;
  381. width: 750rpx;
  382. overflow: hidden;
  383. }
  384. .group_1 {
  385. width: 750rpx;
  386. /* height: 1624rpx; */
  387. }
  388. .box_37 {
  389. width: 750rpx;
  390. /* height: 514rpx; */
  391. }
  392. .group_45 {
  393. width: 680rpx;
  394. height: 34rpx;
  395. margin: 30rpx 0 0 42rpx;
  396. }
  397. .text-wrapper_24 {
  398. width: 108rpx;
  399. height: 34rpx;
  400. overflow-wrap: break-word;
  401. font-size: 0;
  402. letter-spacing: -0.2800000011920929px;
  403. font-family: Helvetica;
  404. text-align: center;
  405. white-space: nowrap;
  406. line-height: 34rpx;
  407. }
  408. .text_56 {
  409. width: 108rpx;
  410. height: 34rpx;
  411. overflow-wrap: break-word;
  412. color: rgba(0, 0, 0, 1);
  413. font-size: 28rpx;
  414. font-family: Helvetica;
  415. text-align: left;
  416. white-space: nowrap;
  417. line-height: 34rpx;
  418. }
  419. .text_57 {
  420. width: 108rpx;
  421. height: 34rpx;
  422. overflow-wrap: break-word;
  423. color: rgba(0, 0, 0, 1);
  424. font-size: 28rpx;
  425. font-family: Helvetica;
  426. text-align: left;
  427. white-space: nowrap;
  428. line-height: 34rpx;
  429. }
  430. .group_46 {
  431. width: 34rpx;
  432. height: 22rpx;
  433. background: url(https://oss.wdmeta.art/a7835b5dd05ecd99/011781dfdfb589a0.png) -2rpx -2rpx
  434. no-repeat;
  435. background-size: 36rpx 24rpx;
  436. margin: 6rpx 0 0 438rpx;
  437. }
  438. .group_47 {
  439. width: 30rpx;
  440. height: 22rpx;
  441. background: url(https://oss.wdmeta.art/a7835b5dd05ecd99/011781dfdfb589a0.png) -2rpx
  442. 0rpx no-repeat;
  443. background-size: 32rpx 24rpx;
  444. margin: 4rpx 0 0 10rpx;
  445. }
  446. .group_48 {
  447. width: 50rpx;
  448. height: 24rpx;
  449. background: url(https://oss.wdmeta.art/a7835b5dd05ecd99/011781dfdfb589a0.png)
  450. 100% no-repeat;
  451. background-size: 100% 100%;
  452. margin: 4rpx 0 0 10rpx;
  453. }
  454. .group_49 {
  455. width: 706rpx;
  456. height: 74rpx;
  457. margin: 24rpx 0 0 30rpx;
  458. }
  459. .section_4 {
  460. width: 64rpx;
  461. height: 64rpx;
  462. background: url(https://oss.wdmeta.art/a7835b5dd05ecd99/011781dfdfb589a0.png)
  463. 100% no-repeat;
  464. background-size: 100% 100%;
  465. }
  466. .text_3 {
  467. width: 146rpx;
  468. height: 50rpx;
  469. overflow-wrap: break-word;
  470. color: rgba(34, 34, 34, 1);
  471. font-size: 36rpx;
  472. letter-spacing: 0.2266666740179062px;
  473. font-family: PingFangSC-Medium;
  474. text-align: right;
  475. white-space: nowrap;
  476. line-height: 50rpx;
  477. margin: 22rpx 0 0 208rpx;
  478. }
  479. .section_33 {
  480. width: 168rpx;
  481. height: 60rpx;
  482. background: url(https://oss.wdmeta.art/a7835b5dd05ecd99/011781dfdfb589a0.png)
  483. 100% no-repeat;
  484. background-size: 100% 100%;
  485. margin: 14rpx 0 0 120rpx;
  486. }
  487. .box_3 {
  488. background-color: rgba(255, 255, 255, 1);
  489. border-radius: 14px 14px 0px 0px;
  490. height: 232rpx;
  491. width: 750rpx;
  492. position: relative;
  493. margin: 98rpx 0 22rpx 0;
  494. }
  495. .text-wrapper_25 {
  496. width: 318rpx;
  497. height: 60rpx;
  498. margin: 48rpx 0 0 336rpx;
  499. }
  500. .text_29 {
  501. width: 54rpx;
  502. height: 60rpx;
  503. overflow-wrap: break-word;
  504. color: rgba(34, 34, 34, 1);
  505. font-size: 52rpx;
  506. letter-spacing: 0.7607405185699463px;
  507. font-family: DINAlternate-Bold;
  508. text-align: left;
  509. white-space: nowrap;
  510. line-height: 60rpx;
  511. }
  512. .text_30 {
  513. width: 50rpx;
  514. height: 34rpx;
  515. overflow-wrap: break-word;
  516. color: rgba(34, 34, 34, 1);
  517. font-size: 24rpx;
  518. letter-spacing: 0.3511109948158264px;
  519. text-align: left;
  520. white-space: nowrap;
  521. line-height: 34rpx;
  522. margin: 20rpx 0 0 8rpx;
  523. }
  524. .text_31 {
  525. width: 28rpx;
  526. height: 60rpx;
  527. overflow-wrap: break-word;
  528. color: rgba(34, 34, 34, 1);
  529. font-size: 52rpx;
  530. letter-spacing: 0.7607405185699463px;
  531. font-family: DINAlternate-Bold;
  532. text-align: left;
  533. white-space: nowrap;
  534. line-height: 60rpx;
  535. margin-left: 120rpx;
  536. }
  537. .text_32 {
  538. width: 50rpx;
  539. height: 34rpx;
  540. overflow-wrap: break-word;
  541. color: rgba(34, 34, 34, 1);
  542. font-size: 24rpx;
  543. letter-spacing: 0.3511109948158264px;
  544. text-align: left;
  545. white-space: nowrap;
  546. line-height: 34rpx;
  547. margin: 20rpx 0 0 8rpx;
  548. }
  549. .box_38 {
  550. // width: 100%;
  551. height: 44rpx;
  552. margin: 50rpx 0 30rpx 40rpx;
  553. }
  554. .image-text_45 {
  555. width: 100%;
  556. height: 44rpx;
  557. }
  558. .text_4 {
  559. height: 44rpx;
  560. overflow-wrap: break-word;
  561. color: rgba(34, 34, 34, 1);
  562. font-size: 32rpx;
  563. letter-spacing: 0.46814799308776855px;
  564. font-family: PingFangSC-Medium;
  565. text-align: left;
  566. white-space: nowrap;
  567. line-height: 44rpx;
  568. }
  569. .box_20 {
  570. position: relative;
  571. height: 32rpx;
  572. background-size: 100% 100%;
  573. margin-top: 6rpx;
  574. }
  575. .image-text_46 {
  576. width: 86rpx;
  577. height: 28rpx;
  578. margin-left: 4rpx;
  579. }
  580. .box_21 {
  581. width: 24rpx;
  582. height: 24rpx;
  583. background: url(https://oss.wdmeta.art/a7835b5dd05ecd99/011781dfdfb589a0.png)
  584. 100% no-repeat;
  585. background-size: 100% 100%;
  586. margin-top: 4rpx;
  587. }
  588. .text-group_20 {
  589. width: 62rpx;
  590. height: 28rpx;
  591. overflow-wrap: break-word;
  592. color: rgba(255, 255, 255, 1);
  593. font-size: 20rpx;
  594. letter-spacing: 0.29259249567985535px;
  595. font-family: PingFangSC-Medium;
  596. text-align: left;
  597. white-space: nowrap;
  598. line-height: 28rpx;
  599. }
  600. .image-text_47 {
  601. position: absolute;
  602. left: 4rpx;
  603. top: 0;
  604. width: 86rpx;
  605. height: 28rpx;
  606. }
  607. .image_1 {
  608. border-radius: 50%;
  609. position: absolute;
  610. left: 40rpx;
  611. top: -60rpx;
  612. width: 200rpx;
  613. height: 200rpx;
  614. }
  615. .box_22 {
  616. background-color: rgba(255, 255, 255, 1);
  617. width: 750rpx;
  618. margin-top: -2rpx;
  619. }
  620. .text-wrapper_26 {
  621. width: 690rpx;
  622. height: 44rpx;
  623. margin: 36rpx 0 28rpx 30rpx;
  624. }
  625. .text_33 {
  626. position: relative;
  627. width: 130rpx;
  628. height: 44rpx;
  629. overflow-wrap: break-word;
  630. color: #999999;
  631. font-size: 32rpx;
  632. letter-spacing: 0.20148147642612457px;
  633. font-family: PingFangSC-Medium;
  634. text-align: center;
  635. white-space: nowrap;
  636. line-height: 44rpx;
  637. padding-bottom: 12rpx;
  638. }
  639. .select{
  640. position: relative;
  641. color: #222222;
  642. }
  643. .select::before{
  644. content: '';
  645. position: absolute;
  646. left: 50%;
  647. transform: translateX(-50%);
  648. bottom: 0;
  649. width: 40rpx;
  650. height: 8rpx;
  651. background: linear-gradient(270deg, #A890FE 0%, #FFAEAE 100%);
  652. border-radius: 4rpx;
  653. }
  654. .text_34 {
  655. width: 122rpx;
  656. height: 42rpx;
  657. overflow-wrap: break-word;
  658. color: rgba(153, 153, 153, 1);
  659. font-size: 30rpx;
  660. letter-spacing: 0.18888889253139496px;
  661. font-family: PingFangSC-Medium;
  662. text-align: left;
  663. white-space: nowrap;
  664. line-height: 42rpx;
  665. margin: 2rpx 0 0 84rpx;
  666. }
  667. .text_35 {
  668. width: 122rpx;
  669. height: 42rpx;
  670. overflow-wrap: break-word;
  671. color: rgba(153, 153, 153, 1);
  672. font-size: 30rpx;
  673. letter-spacing: 0.18888889253139496px;
  674. font-family: PingFangSC-Medium;
  675. text-align: left;
  676. white-space: nowrap;
  677. line-height: 42rpx;
  678. margin: 2rpx 0 0 86rpx;
  679. }
  680. .text_36 {
  681. width: 62rpx;
  682. height: 42rpx;
  683. overflow-wrap: break-word;
  684. color: rgba(153, 153, 153, 1);
  685. font-size: 30rpx;
  686. letter-spacing: 0.18888889253139496px;
  687. font-family: PingFangSC-Medium;
  688. text-align: left;
  689. white-space: nowrap;
  690. line-height: 42rpx;
  691. margin: 2rpx 0 0 84rpx;
  692. }
  693. .box_23 {
  694. width: 40rpx;
  695. height: 8rpx;
  696. background: url(https://oss.wdmeta.art/a7835b5dd05ecd99/011781dfdfb589a0.png)
  697. 100% no-repeat;
  698. background-size: 100% 100%;
  699. margin: 2rpx 0 0 76rpx;
  700. }
  701. .box_24 {
  702. background-color: rgba(242, 242, 242, 1);
  703. width: 690rpx;
  704. height: 2rpx;
  705. margin: 28rpx 0 0 30rpx;
  706. }
  707. .group_50 {
  708. width: 690rpx;
  709. height: 42rpx;
  710. margin: 20rpx 0 0 30rpx;
  711. }
  712. .text_49 {
  713. height: 42rpx;
  714. overflow-wrap: break-word;
  715. color: rgba(136, 136, 136, 1);
  716. font-size: 30rpx;
  717. letter-spacing: 0.18888889253139496px;
  718. text-align: right;
  719. white-space: nowrap;
  720. line-height: 42rpx;
  721. }
  722. .text_50 {
  723. height: 42rpx;
  724. overflow-wrap: break-word;
  725. color: rgba(34, 34, 34, 1);
  726. font-size: 30rpx;
  727. letter-spacing: 0.18888889253139496px;
  728. text-align: right;
  729. white-space: nowrap;
  730. line-height: 42rpx;
  731. }
  732. .section_32 {
  733. width: 28rpx;
  734. height: 28rpx;
  735. background: url(https://oss.wdmeta.art/a7835b5dd05ecd99/011781dfdfb589a0.png)
  736. 100% no-repeat;
  737. background-size: 100% 100%;
  738. margin: 8rpx 0 0 4rpx;
  739. }
  740. .group_51 {
  741. width: 690rpx;
  742. height: 112rpx;
  743. margin: 36rpx 0 0 30rpx;
  744. }
  745. .text-group_32 {
  746. width: 62rpx;
  747. height: 112rpx;
  748. }
  749. .text_44 {
  750. width: 62rpx;
  751. height: 42rpx;
  752. overflow-wrap: break-word;
  753. color: rgba(136, 136, 136, 1);
  754. font-size: 30rpx;
  755. letter-spacing: 0.18888889253139496px;
  756. text-align: right;
  757. white-space: nowrap;
  758. line-height: 42rpx;
  759. }
  760. .text_38 {
  761. width: 62rpx;
  762. height: 42rpx;
  763. overflow-wrap: break-word;
  764. color: rgba(136, 136, 136, 1);
  765. font-size: 30rpx;
  766. letter-spacing: 0.18888889253139496px;
  767. text-align: right;
  768. white-space: nowrap;
  769. line-height: 42rpx;
  770. margin-top: 28rpx;
  771. }
  772. .text-group_33 {
  773. width: 92rpx;
  774. height: 112rpx;
  775. }
  776. .text_45 {
  777. width: 92rpx;
  778. height: 42rpx;
  779. overflow-wrap: break-word;
  780. color: rgba(34, 34, 34, 1);
  781. font-size: 30rpx;
  782. letter-spacing: 0.18888889253139496px;
  783. text-align: right;
  784. white-space: nowrap;
  785. line-height: 42rpx;
  786. }
  787. .text-group_21 {
  788. width: 92rpx;
  789. height: 42rpx;
  790. overflow-wrap: break-word;
  791. color: rgba(34, 34, 34, 1);
  792. font-size: 30rpx;
  793. letter-spacing: 0.18888889253139496px;
  794. text-align: right;
  795. white-space: nowrap;
  796. line-height: 42rpx;
  797. margin-top: 28rpx;
  798. }
  799. .text-wrapper_27 {
  800. width: 690rpx;
  801. height: 42rpx;
  802. margin: 36rpx 0 0 30rpx;
  803. }
  804. .text_39 {
  805. width: 62rpx;
  806. height: 42rpx;
  807. overflow-wrap: break-word;
  808. color: rgba(136, 136, 136, 1);
  809. font-size: 30rpx;
  810. letter-spacing: 0.18888889253139496px;
  811. text-align: right;
  812. white-space: nowrap;
  813. line-height: 42rpx;
  814. }
  815. .text-group_22 {
  816. width: 72rpx;
  817. height: 42rpx;
  818. overflow-wrap: break-word;
  819. color: rgba(34, 34, 34, 1);
  820. font-size: 30rpx;
  821. letter-spacing: 0.18888889253139496px;
  822. text-align: right;
  823. white-space: nowrap;
  824. line-height: 42rpx;
  825. }
  826. .group_52 {
  827. width: 690rpx;
  828. height: 42rpx;
  829. margin: 36rpx 0 0 30rpx;
  830. }
  831. .text_41 {
  832. width: 62rpx;
  833. height: 42rpx;
  834. overflow-wrap: break-word;
  835. color: rgba(136, 136, 136, 1);
  836. font-size: 30rpx;
  837. letter-spacing: 0.18888889253139496px;
  838. text-align: right;
  839. white-space: nowrap;
  840. line-height: 42rpx;
  841. }
  842. .text-group_24 {
  843. width: 92rpx;
  844. height: 42rpx;
  845. overflow-wrap: break-word;
  846. color: rgba(34, 34, 34, 1);
  847. font-size: 30rpx;
  848. letter-spacing: 0.18888889253139496px;
  849. text-align: right;
  850. white-space: nowrap;
  851. line-height: 42rpx;
  852. margin-left: 504rpx;
  853. }
  854. .group_39 {
  855. width: 28rpx;
  856. height: 28rpx;
  857. background: url(https://oss.wdmeta.art/a7835b5dd05ecd99/011781dfdfb589a0.png)
  858. 100% no-repeat;
  859. background-size: 100% 100%;
  860. margin: 8rpx 0 0 4rpx;
  861. }
  862. .text-wrapper_28 {
  863. width: 690rpx;
  864. height: 42rpx;
  865. margin: 36rpx 0 0 30rpx;
  866. }
  867. .text_51 {
  868. width: 122rpx;
  869. height: 42rpx;
  870. overflow-wrap: break-word;
  871. color: rgba(136, 136, 136, 1);
  872. font-size: 30rpx;
  873. letter-spacing: 0.18888889253139496px;
  874. text-align: right;
  875. white-space: nowrap;
  876. line-height: 42rpx;
  877. }
  878. .text_52 {
  879. width: 122rpx;
  880. height: 42rpx;
  881. overflow-wrap: break-word;
  882. color: rgba(34, 34, 34, 1);
  883. font-size: 30rpx;
  884. letter-spacing: 0.18888889253139496px;
  885. text-align: right;
  886. white-space: nowrap;
  887. line-height: 42rpx;
  888. }
  889. .group_53 {
  890. width: 690rpx;
  891. height: 42rpx;
  892. margin: 36rpx 0 0 30rpx;
  893. }
  894. .text_53 {
  895. width: 122rpx;
  896. height: 42rpx;
  897. overflow-wrap: break-word;
  898. color: rgba(136, 136, 136, 1);
  899. font-size: 30rpx;
  900. letter-spacing: 0.18888889253139496px;
  901. text-align: right;
  902. white-space: nowrap;
  903. line-height: 42rpx;
  904. }
  905. .image-text_48 {
  906. width: 216rpx;
  907. height: 42rpx;
  908. }
  909. .text-group_29 {
  910. width: 184rpx;
  911. height: 42rpx;
  912. overflow-wrap: break-word;
  913. color: rgba(34, 34, 34, 1);
  914. font-size: 30rpx;
  915. letter-spacing: 0.18888889253139496px;
  916. text-align: right;
  917. white-space: nowrap;
  918. line-height: 42rpx;
  919. }
  920. .group_41 {
  921. width: 28rpx;
  922. height: 28rpx;
  923. background: url(https://oss.wdmeta.art/a7835b5dd05ecd99/011781dfdfb589a0.png)
  924. 100% no-repeat;
  925. background-size: 100% 100%;
  926. margin-top: 8rpx;
  927. }
  928. .text-wrapper_13 {
  929. position: fixed;
  930. bottom: 84rpx;
  931. left: 50%;
  932. transform: translateX(-50%);
  933. height: 92rpx;
  934. border-radius: 46rpx;
  935. background: linear-gradient(270deg, #A890FE 0%, #FFAEAE 100%);
  936. background-size: 100% 100%;
  937. width: 650rpx;
  938. }
  939. .text_46 {
  940. width: 146rpx;
  941. height: 50rpx;
  942. overflow-wrap: break-word;
  943. color: rgba(255, 255, 255, 1);
  944. font-size: 36rpx;
  945. letter-spacing: 0.2266666740179062px;
  946. font-family: PingFangSC-Medium;
  947. text-align: right;
  948. white-space: nowrap;
  949. line-height: 50rpx;
  950. margin: 22rpx 0 0 252rpx;
  951. }
  952. </style>