otherPage.vue 25 KB

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