otherPage.vue 22 KB

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