myPage.vue 25 KB

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