myPage.vue 25 KB

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