1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027 |
- <template>
- <view class="page flex-col">
- <view class="group_1 flex-col justify-between">
- <view class="box_37 flex-col">
-
-
- <view class="box_3 flex-col">
- <view class="text-wrapper_25 flex-row">
- <text class="text_29">{{info.fans}}</text>
- <text class="text_30">粉丝</text>
- <text class="text_31">{{info.follow}}</text>
- <text class="text_32">关注</text>
- </view>
- <view class="box_38">
- <view class="image-text_45 flex-row u-flex u-row-between">
- <view class="u-flex">
- <text class="text_4">{{info.nickname}}</text>
- <!-- <text style="font-size: 24rpx;" v-if="info.username">(真实姓名·{{info.username}})</text> -->
- <view class="image-text_46 flex-row justify-between">
- <!-- <view class="box_21 flex-col"></view>
- <text class="text-group_20">已认证</text> -->
- <image src="../../static/profile/8@2x.png" mode="" style="width: 96rpx;height: 32rpx" v-show="info.vip_level==0"></image>
- </view>
- </view>
- <view class="box_20 flex-row u-row-between" style="align-items: center;">
-
- <!-- <view class="image-text_47 flex-row justify-between">
- <view class="box_21 flex-col"></view>
- <text class="text-group_20">已认证</text>
- </view> -->
- <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>
- </view>
- </view>
- <view class="" style="font-size: 24rpx;color: #999999;" v-if="info.sex&&info.constellation">
- {{info.sex==1?'男·':'女·'}}{{info.constellation}}
- </view>
- </view>
- <image
- class="image_1"
- referrerpolicy="no-referrer"
- :src="info.headimg"
- mode="aspectFill"
- />
- </view>
- </view>
-
- <view class="box_22 flex-col">
- <view class="text-wrapper_26 flex-row justify-between">
- <text class="text_33" @click="itemclick(index)" :class="{'select':current==index}" :key="index" v-for="(item,index) in list">{{item}}</text>
- <!-- <text class="text_34">工作职业</text>
- <text class="text_35">家庭情况</text>
- <text class="text_36">相册</text> -->
- </view>
-
- <view class="" v-show="current==0">
- <view class="group_50 flex-row justify-between">
- <text class="text_49">性别</text>
- <view class="flex-row">
- <text class="text_50">{{info.sex==1?'男':'女'}}</text>
- </view>
- </view>
- <view class="group_50 flex-row justify-between">
- <text class="text_49">年龄</text>
- <view class="flex-row">
- <input type="text" disabled v-model='info.age' style="text-align: right;">
- </view>
- </view>
- <view class="group_50 flex-row justify-between">
- <text class="text_49">星座</text>
- <view class="flex-row">
- <input type="text" disabled v-model='info.constellation' style="text-align: right;">
- </view>
- </view>
- <view class="group_50 flex-row justify-between">
- <text class="text_49">身高</text>
- <view class="flex-row">
- <text class="text_50">{{info.height?info.height+'cm':''}}</text>
- <!-- <input type="text" disabled v-model='info.height' style="text-align: right;"> -->
- </view>
- </view>
- <view class="group_50 flex-row justify-between">
- <text class="text_49">体重</text>
- <view class="flex-row">
- <text class="text_50">{{info.weight?info.weight+'kg':''}}</text>
- <!-- <input type="text" disabled v-model='info.weight' style="text-align: right;"> -->
- </view>
- </view>
- <view class="group_50 flex-row justify-between">
- <text class="text_49">学历</text>
- <view class="flex-row">
- <text class="text_50">{{info.graduation_school||''}}</text>
- </view>
- </view>
-
- <view class="group_50 flex-row justify-between">
- <text class="text_49">毕业院校</text>
- <view class="flex-row">
- <input type="text" disabled v-model='info.graduation_school' style="text-align: right;">
- </view>
- </view>
- <view class="group_50 flex-row justify-between">
- <text class="text_49">兴趣爱好</text>
- <view class="flex-row">
- <text class="text_50">{{info.hobby||''}}</text>
- <!-- <input type="text" disabled v-model='info.hobby' style="text-align: right;"> -->
- </view>
- </view>
-
- </view>
- <view class="" v-show="current==1">
- <!-- <view class="group_50 flex-row justify-between">
- <text class="text_49">姓名</text>
- <view class="flex-row">
- <text class="text_50">{{info.username}}</text>
- </view>
- </view> -->
- <!-- <view class="group_50 flex-row justify-between">
- <text class="text_49">工作单位</text>
- <view class="flex-row">
- <text class="text_50">{{info.danwei||''}}</text>
- </view>
- </view> -->
- <view class="group_50 flex-row justify-between">
- <text class="text_49">工作性质</text>
- <view class="flex-row">
- <text class="text_50">{{info.xingzhi||''}}</text>
- </view>
- </view>
- <!-- <view class="group_50 flex-row justify-between">
- <text class="text_49">职务</text>
- <view class="flex-row">
- <input type="text" disabled v-model='info.position' style="text-align: right;">
- </view>
- </view> -->
- <view class="group_50 flex-row justify-between">
- <text class="text_49">月收入</text>
- <view class="flex-row">
- <input type="text" disabled v-model='info.income' style="text-align: right;">
- </view>
- </view>
- </view>
- <view class="" v-show="current==2">
- <view class="group_50 flex-row justify-between">
- <text class="text_49">婚史</text>
- <view class="flex-row">
- <!-- <input type="text" disabled v-model='info.hunshi' style="text-align: right;"> -->
- <text>{{info.status==1?'未婚':info.status==2?'离异':info.status==3?'丧偶':''}}</text>
- </view>
- </view>
- <view class="group_50 flex-row justify-between">
- <text class="text_49">有无子女</text>
- <view class="flex-row">
- <text>{{info.is_zinv==1?'有':info.is_zinv==2?'无':''}}</text>
- </view>
- </view>
- <view class="group_50 flex-row justify-between" v-if="info.is_zinv==1">
- <text class="text_49">子女性别</text>
- <view class="flex-row">
- <text>{{info.zinv_sex==1?'男':info.zinv_sex==2?'女':''}}</text>
- </view>
- </view>
- <view class="group_50 flex-row justify-between">
- <text class="text_49">是否独生子女</text>
- <view class="flex-row">
- <text>{{info.is_du==1?'是':info.is_du==2?'否':''}}</text>
- </view>
- </view>
- <view class="group_50 flex-row justify-between" v-if="info.is_du==2">
- <text class="text_49">兄弟姊妹几人</text>
- <view class="flex-row">
- <text>{{info.children||0}}</text>
- </view>
- </view>
- <view class="group_50 flex-row justify-between">
- <text class="text_49">居住情况</text>
- <view class="flex-row">
- <text>{{info.home==1?'自有产权房':info.home==2?'租住':info.home==3?'与父母同住':''}}</text>
- </view>
- </view>
- <view class="group_50 flex-row justify-between">
- <text class="text_49">是否有车</text>
- <view class="flex-row">
- <text>{{info.is_car==1?'是':info.is_car==2?'否':''}}</text>
- </view>
- </view>
- <!-- <view class="group_50 flex-row justify-between" v-if="info.is_car==1">
- <text class="text_49">车辆型号</text>
- <view class="flex-row">
- <text>{{info.car_model||''}}</text>
- </view>
- </view> -->
- <view class="group_50 flex-row justify-between">
- <text class="text_49">父亲工作</text>
- <view class="flex-row">
- <input type="text" :disabled="true" v-model='info.fa_work'
- style="text-align: right;">
- </view>
- </view>
- <view class="group_50 flex-row justify-between">
- <text class="text_49">母亲工作</text>
- <view class="flex-row">
- <input type="text" :disabled="true" v-model='info.ma_work'
- style="text-align: right;">
- </view>
- </view>
- </view>
-
- <view class="" v-show="current==3">
- <view class="person" @click="toPerson">
- <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>
- <view class="bag">
- 个人照片
- </view>
- <view class="u-flex-col" style="margin-top: 98rpx;">
- <image src="../../static/auth/2@2x.png" mode="" style="width: 55rpx;height: 55rpx;"></image>
- <text style="font-size: 20rpx;color: #666666;margin-top: 28rpx;">暂无照片</text>
- </view>
- </view>
- <view class="person" @click="toLife">
- <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>
- <view class="bag">
- 生活照片
- </view>
- <view class="u-flex-col" style="margin-top: 98rpx;" v-show="lifePhoto.length==0">
- <image src="../../static/auth/2@2x.png" mode="" style="width: 55rpx;height: 55rpx;"></image>
- <text style="font-size: 20rpx;color: #666666;margin-top: 28rpx;">暂无照片</text>
- </view>
- </view>
- </view>
- <view class="" style="text-align: center;font-size: 28rpx;color: #999999;position: fixed;bottom: 240rpx;width: 100%;" v-show="current!=3">
- 用户ID:{{info.vip_number}}
- </view>
- <!-- <view class="text-wrapper_13 flex-col" v-show="current!=3">
- <text class="text_46">保存修改</text>
- </view> -->
- <view v-show="current!=3" style="position: fixed;bottom: 84rpx;width: 690rpx;left: 50%;transform: translateX(-50%);" class="u-flex u-row-between">
- <image @click="tojubao" src="../../static/profile/jubao@2x.png" mode="" style="width: 210rpx;height: 100rpx;"></image>
- <image src="../../static/profile/dazhaohu@2x.png" mode="" style="width: 450rpx;height: 100rpx;" @click="tomessage()"></image>
- </view>
- </view>
- </view>
- <Showtoast @canceltoast='canceltoast' :showtoast='showtoast' />
- </view>
- </template>
- <script>
- import Showtoast from'../../components/Showtoast.vue'
- export default {
- components:{
- Showtoast
- },
- data() {
- return {
- showtoast:false,
- list: ['个人档案','工作职业','家庭情况','相册'],
- current:0,
- value:false,
- id:'',
- info:{},
- userInfo:JSON.parse(uni.getStorageSync('userInfo')),
- personPhoto:[],
- lifePhoto:[],
- };
- },
- onLoad(option) {
- this.id=option.id
- this.getInfo(option.id)
- },
- onShow() {
- this.getpersonPhoto()
- this.getlifePhoto()
- },
- methods: {
- canceltoast(){
- this.showtoast=false
- },
- tomessage(){
- if(this.userInfo.vip_level==0){
- this.showtoast=true
- return
- }
- if(this.userInfo.vip_level==2){
- this.$u.toast('经用户反馈,您账户存在违规行为,暂不支持使用该功能')
- return
- }
- if(this.userInfo.vip_level==3){
- this.$u.toast('您的账户已注销,暂不支持使用该功能')
- return
- }
- uni.navigateTo({
- url:'/pages/index/message?otherid='+this.info.im_id
- })
- },
- getpersonPhoto(){
- uni.$u.http.post('/api/user/personal_album',{id:this.info.id}).then(res => {
- if(res.code==1){
- this.personPhoto=res.data
- }
- })
- },
- getlifePhoto(){
- uni.$u.http.post('/api/user/life_album',{id:this.info.id}).then(res => {
- if(res.code==1){
- this.lifePhoto=res.data
- }
- })
- },
- getInter(){
- uni.$u.http.post('/api/user/user_interested',{mid:this.info.id}).then(res => {
- this.$u.toast(res.msg)
- this.getInfo(this.id)
- })
- },
- getInfo(id){
- uni.$u.http.post('/api/user/appointuserinfo',{m_id:id}).then(res => {
- this.info=res.data
- this.getpersonPhoto()
- this.getlifePhoto()
- })
- },
- itemclick(index){
- if(this.current!=index){
- this.current=index
- }
- },
- tojubao(){
- // if(this.userInfo.vip_level==0){
- // this.showtoast=true
- // return
- // }
- if(this.userInfo.vip_level==2){
- this.$u.toast('经用户反馈,您账户存在违规行为,暂不支持使用该功能')
- return
- }
- if(this.userInfo.vip_level==3){
- this.$u.toast('您的账户已注销,暂不支持使用该功能')
- return
- }
- uni.navigateTo({
- url:'./jubao?id='+this.info.id
- })
- },
- toPerson(){
- if(this.personPhoto.length==0){
- return
- }
- uni.navigateTo({
- url:'./personPhoto?id='+this.info.id
- })
- },
- toLife(){
- if(this.lifePhoto.length==0){
- return
- }
- uni.navigateTo({
- url:'./lifePhoto?id='+this.info.id
- })
- }
- },
- };
- </script>
- <style lang="scss">
- @import '@/common/common.css';
- page{
-
- }
- .person{
- position: relative;
- padding: 26rpx 20rpx;
- margin: 0 auto 20rpx;
- width: 690rpx;
- height: 400rpx;
- background: #F3F4F6;
- border-radius: 20rpx;
- .bag{
- position: relative;
- z-index: 11;
- text-align: center;
- width: 140rpx;
- height: 52rpx;
- line-height: 52rpx;
- background: #000000;
- border-radius: 26rpx;
- font-size: 24rpx;
- color: #fff;
- }
- }
- .page {
- background-color: #FBF8FD;
- position: relative;
- width: 750rpx;
- overflow: hidden;
- }
- .group_1 {
- width: 750rpx;
- /* height: 1624rpx; */
-
- }
- .box_37 {
- width: 750rpx;
- /* height: 514rpx; */
- }
- .group_45 {
- width: 680rpx;
- height: 34rpx;
- margin: 30rpx 0 0 42rpx;
- }
- .text-wrapper_24 {
- width: 108rpx;
- height: 34rpx;
- overflow-wrap: break-word;
- font-size: 0;
- letter-spacing: -0.2800000011920929px;
- font-family: Helvetica;
- text-align: center;
- white-space: nowrap;
- line-height: 34rpx;
- }
- .text_56 {
- width: 108rpx;
- height: 34rpx;
- overflow-wrap: break-word;
- color: rgba(0, 0, 0, 1);
- font-size: 28rpx;
- font-family: Helvetica;
- text-align: left;
- white-space: nowrap;
- line-height: 34rpx;
- }
- .text_57 {
- width: 108rpx;
- height: 34rpx;
- overflow-wrap: break-word;
- color: rgba(0, 0, 0, 1);
- font-size: 28rpx;
- font-family: Helvetica;
- text-align: left;
- white-space: nowrap;
- line-height: 34rpx;
- }
- .group_46 {
- width: 34rpx;
- height: 22rpx;
- background: url(https://oss.wdmeta.art/a7835b5dd05ecd99/011781dfdfb589a0.png) -2rpx -2rpx
- no-repeat;
- background-size: 36rpx 24rpx;
- margin: 6rpx 0 0 438rpx;
- }
- .group_47 {
- width: 30rpx;
- height: 22rpx;
- background: url(https://oss.wdmeta.art/a7835b5dd05ecd99/011781dfdfb589a0.png) -2rpx
- 0rpx no-repeat;
- background-size: 32rpx 24rpx;
- margin: 4rpx 0 0 10rpx;
- }
- .group_48 {
- width: 50rpx;
- height: 24rpx;
- background: url(https://oss.wdmeta.art/a7835b5dd05ecd99/011781dfdfb589a0.png)
- 100% no-repeat;
- background-size: 100% 100%;
- margin: 4rpx 0 0 10rpx;
- }
- .group_49 {
- width: 706rpx;
- height: 74rpx;
- margin: 24rpx 0 0 30rpx;
- }
- .section_4 {
- width: 64rpx;
- height: 64rpx;
- background: url(https://oss.wdmeta.art/a7835b5dd05ecd99/011781dfdfb589a0.png)
- 100% no-repeat;
- background-size: 100% 100%;
- }
- .text_3 {
- width: 146rpx;
- height: 50rpx;
- overflow-wrap: break-word;
- color: rgba(34, 34, 34, 1);
- font-size: 36rpx;
- letter-spacing: 0.2266666740179062px;
- font-family: PingFangSC-Medium;
- text-align: right;
- white-space: nowrap;
- line-height: 50rpx;
- margin: 22rpx 0 0 208rpx;
- }
- .section_33 {
- width: 168rpx;
- height: 60rpx;
- background: url(https://oss.wdmeta.art/a7835b5dd05ecd99/011781dfdfb589a0.png)
- 100% no-repeat;
- background-size: 100% 100%;
- margin: 14rpx 0 0 120rpx;
- }
- .box_3 {
- background-color: rgba(255, 255, 255, 1);
- border-radius: 14px 14px 0px 0px;
- height: 232rpx;
- width: 750rpx;
- position: relative;
- margin: 98rpx 0 22rpx 0;
- }
- .text-wrapper_25 {
- width: 318rpx;
- height: 60rpx;
- margin: 48rpx 0 0 336rpx;
- }
- .text_29 {
- width: 54rpx;
- height: 60rpx;
- overflow-wrap: break-word;
- color: rgba(34, 34, 34, 1);
- font-size: 52rpx;
- letter-spacing: 0.7607405185699463px;
- font-family: DINAlternate-Bold;
- text-align: left;
- white-space: nowrap;
- line-height: 60rpx;
- }
- .text_30 {
- width: 50rpx;
- height: 34rpx;
- overflow-wrap: break-word;
- color: rgba(34, 34, 34, 1);
- font-size: 24rpx;
- letter-spacing: 0.3511109948158264px;
- text-align: left;
- white-space: nowrap;
- line-height: 34rpx;
- margin: 20rpx 0 0 8rpx;
- }
- .text_31 {
- width: 28rpx;
- height: 60rpx;
- overflow-wrap: break-word;
- color: rgba(34, 34, 34, 1);
- font-size: 52rpx;
- letter-spacing: 0.7607405185699463px;
- font-family: DINAlternate-Bold;
- text-align: left;
- white-space: nowrap;
- line-height: 60rpx;
- margin-left: 120rpx;
- }
- .text_32 {
- width: 50rpx;
- height: 34rpx;
- overflow-wrap: break-word;
- color: rgba(34, 34, 34, 1);
- font-size: 24rpx;
- letter-spacing: 0.3511109948158264px;
- text-align: left;
- white-space: nowrap;
- line-height: 34rpx;
- margin: 20rpx 0 0 8rpx;
- }
- .box_38 {
- // width: 100%;
- height: 44rpx;
- margin: 50rpx 0 30rpx 40rpx;
- }
- .image-text_45 {
- width: 100%;
- height: 44rpx;
- }
- .text_4 {
- height: 44rpx;
- overflow-wrap: break-word;
- color: rgba(34, 34, 34, 1);
- font-size: 32rpx;
- letter-spacing: 0.46814799308776855px;
- font-family: PingFangSC-Medium;
- text-align: left;
- white-space: nowrap;
- line-height: 44rpx;
- }
- .box_20 {
- position: relative;
- height: 32rpx;
- background-size: 100% 100%;
- margin-top: 6rpx;
- }
- .image-text_46 {
- width: 86rpx;
- height: 28rpx;
- margin-left: 4rpx;
- }
- .box_21 {
- width: 24rpx;
- height: 24rpx;
- background: url(https://oss.wdmeta.art/a7835b5dd05ecd99/011781dfdfb589a0.png)
- 100% no-repeat;
- background-size: 100% 100%;
- margin-top: 4rpx;
- }
- .text-group_20 {
- width: 62rpx;
- height: 28rpx;
- overflow-wrap: break-word;
- color: rgba(255, 255, 255, 1);
- font-size: 20rpx;
- letter-spacing: 0.29259249567985535px;
- font-family: PingFangSC-Medium;
- text-align: left;
- white-space: nowrap;
- line-height: 28rpx;
- }
- .image-text_47 {
- position: absolute;
- left: 4rpx;
- top: 0;
- width: 86rpx;
- height: 28rpx;
- }
- .image_1 {
- border-radius: 50%;
- position: absolute;
- left: 40rpx;
- top: -60rpx;
- width: 200rpx;
- height: 200rpx;
- }
- .box_22 {
- background-color: rgba(255, 255, 255, 1);
- width: 750rpx;
- margin-top: -2rpx;
- }
- .text-wrapper_26 {
- width: 690rpx;
- height: 44rpx;
- margin: 36rpx 0 28rpx 30rpx;
- }
- .text_33 {
- position: relative;
- width: 130rpx;
- height: 44rpx;
- overflow-wrap: break-word;
- color: #999999;
- font-size: 32rpx;
- letter-spacing: 0.20148147642612457px;
- font-family: PingFangSC-Medium;
- text-align: center;
- white-space: nowrap;
- line-height: 44rpx;
- padding-bottom: 12rpx;
- }
- .select{
- position: relative;
- color: #222222;
- }
- .select::before{
- content: '';
- position: absolute;
- left: 50%;
- transform: translateX(-50%);
- bottom: 0;
- width: 40rpx;
- height: 8rpx;
- background: linear-gradient(270deg, #A890FE 0%, #FFAEAE 100%);
- border-radius: 4rpx;
- }
- .text_34 {
- width: 122rpx;
- height: 42rpx;
- overflow-wrap: break-word;
- color: rgba(153, 153, 153, 1);
- font-size: 30rpx;
- letter-spacing: 0.18888889253139496px;
- font-family: PingFangSC-Medium;
- text-align: left;
- white-space: nowrap;
- line-height: 42rpx;
- margin: 2rpx 0 0 84rpx;
- }
- .text_35 {
- width: 122rpx;
- height: 42rpx;
- overflow-wrap: break-word;
- color: rgba(153, 153, 153, 1);
- font-size: 30rpx;
- letter-spacing: 0.18888889253139496px;
- font-family: PingFangSC-Medium;
- text-align: left;
- white-space: nowrap;
- line-height: 42rpx;
- margin: 2rpx 0 0 86rpx;
- }
- .text_36 {
- width: 62rpx;
- height: 42rpx;
- overflow-wrap: break-word;
- color: rgba(153, 153, 153, 1);
- font-size: 30rpx;
- letter-spacing: 0.18888889253139496px;
- font-family: PingFangSC-Medium;
- text-align: left;
- white-space: nowrap;
- line-height: 42rpx;
- margin: 2rpx 0 0 84rpx;
- }
- .box_23 {
- width: 40rpx;
- height: 8rpx;
- background: url(https://oss.wdmeta.art/a7835b5dd05ecd99/011781dfdfb589a0.png)
- 100% no-repeat;
- background-size: 100% 100%;
- margin: 2rpx 0 0 76rpx;
- }
- .box_24 {
- background-color: rgba(242, 242, 242, 1);
- width: 690rpx;
- height: 2rpx;
- margin: 28rpx 0 0 30rpx;
- }
- .group_50 {
- width: 690rpx;
- height: 42rpx;
- margin: 20rpx 0 0 30rpx;
- }
- .text_49 {
- height: 42rpx;
- overflow-wrap: break-word;
- color: rgba(136, 136, 136, 1);
- font-size: 30rpx;
- letter-spacing: 0.18888889253139496px;
- text-align: right;
- white-space: nowrap;
- line-height: 42rpx;
- }
- .text_50 {
- height: 42rpx;
- overflow-wrap: break-word;
- color: rgba(34, 34, 34, 1);
- font-size: 30rpx;
- letter-spacing: 0.18888889253139496px;
- text-align: right;
- white-space: nowrap;
- line-height: 42rpx;
- }
- .section_32 {
- width: 28rpx;
- height: 28rpx;
- background: url(https://oss.wdmeta.art/a7835b5dd05ecd99/011781dfdfb589a0.png)
- 100% no-repeat;
- background-size: 100% 100%;
- margin: 8rpx 0 0 4rpx;
- }
- .group_51 {
- width: 690rpx;
- height: 112rpx;
- margin: 36rpx 0 0 30rpx;
- }
- .text-group_32 {
- width: 62rpx;
- height: 112rpx;
- }
- .text_44 {
- width: 62rpx;
- height: 42rpx;
- overflow-wrap: break-word;
- color: rgba(136, 136, 136, 1);
- font-size: 30rpx;
- letter-spacing: 0.18888889253139496px;
- text-align: right;
- white-space: nowrap;
- line-height: 42rpx;
- }
- .text_38 {
- width: 62rpx;
- height: 42rpx;
- overflow-wrap: break-word;
- color: rgba(136, 136, 136, 1);
- font-size: 30rpx;
- letter-spacing: 0.18888889253139496px;
- text-align: right;
- white-space: nowrap;
- line-height: 42rpx;
- margin-top: 28rpx;
- }
- .text-group_33 {
- width: 92rpx;
- height: 112rpx;
- }
- .text_45 {
- width: 92rpx;
- height: 42rpx;
- overflow-wrap: break-word;
- color: rgba(34, 34, 34, 1);
- font-size: 30rpx;
- letter-spacing: 0.18888889253139496px;
- text-align: right;
- white-space: nowrap;
- line-height: 42rpx;
- }
- .text-group_21 {
- width: 92rpx;
- height: 42rpx;
- overflow-wrap: break-word;
- color: rgba(34, 34, 34, 1);
- font-size: 30rpx;
- letter-spacing: 0.18888889253139496px;
- text-align: right;
- white-space: nowrap;
- line-height: 42rpx;
- margin-top: 28rpx;
- }
- .text-wrapper_27 {
- width: 690rpx;
- height: 42rpx;
- margin: 36rpx 0 0 30rpx;
- }
- .text_39 {
- width: 62rpx;
- height: 42rpx;
- overflow-wrap: break-word;
- color: rgba(136, 136, 136, 1);
- font-size: 30rpx;
- letter-spacing: 0.18888889253139496px;
- text-align: right;
- white-space: nowrap;
- line-height: 42rpx;
- }
- .text-group_22 {
- width: 72rpx;
- height: 42rpx;
- overflow-wrap: break-word;
- color: rgba(34, 34, 34, 1);
- font-size: 30rpx;
- letter-spacing: 0.18888889253139496px;
- text-align: right;
- white-space: nowrap;
- line-height: 42rpx;
- }
- .group_52 {
- width: 690rpx;
- height: 42rpx;
- margin: 36rpx 0 0 30rpx;
- }
- .text_41 {
- width: 62rpx;
- height: 42rpx;
- overflow-wrap: break-word;
- color: rgba(136, 136, 136, 1);
- font-size: 30rpx;
- letter-spacing: 0.18888889253139496px;
- text-align: right;
- white-space: nowrap;
- line-height: 42rpx;
- }
- .text-group_24 {
- width: 92rpx;
- height: 42rpx;
- overflow-wrap: break-word;
- color: rgba(34, 34, 34, 1);
- font-size: 30rpx;
- letter-spacing: 0.18888889253139496px;
- text-align: right;
- white-space: nowrap;
- line-height: 42rpx;
- margin-left: 504rpx;
- }
- .group_39 {
- width: 28rpx;
- height: 28rpx;
- background: url(https://oss.wdmeta.art/a7835b5dd05ecd99/011781dfdfb589a0.png)
- 100% no-repeat;
- background-size: 100% 100%;
- margin: 8rpx 0 0 4rpx;
- }
- .text-wrapper_28 {
- width: 690rpx;
- height: 42rpx;
- margin: 36rpx 0 0 30rpx;
- }
- .text_51 {
- width: 122rpx;
- height: 42rpx;
- overflow-wrap: break-word;
- color: rgba(136, 136, 136, 1);
- font-size: 30rpx;
- letter-spacing: 0.18888889253139496px;
- text-align: right;
- white-space: nowrap;
- line-height: 42rpx;
- }
- .text_52 {
- width: 122rpx;
- height: 42rpx;
- overflow-wrap: break-word;
- color: rgba(34, 34, 34, 1);
- font-size: 30rpx;
- letter-spacing: 0.18888889253139496px;
- text-align: right;
- white-space: nowrap;
- line-height: 42rpx;
- }
- .group_53 {
- width: 690rpx;
- height: 42rpx;
- margin: 36rpx 0 0 30rpx;
- }
- .text_53 {
- width: 122rpx;
- height: 42rpx;
- overflow-wrap: break-word;
- color: rgba(136, 136, 136, 1);
- font-size: 30rpx;
- letter-spacing: 0.18888889253139496px;
- text-align: right;
- white-space: nowrap;
- line-height: 42rpx;
- }
- .image-text_48 {
- width: 216rpx;
- height: 42rpx;
- }
- .text-group_29 {
- width: 184rpx;
- height: 42rpx;
- overflow-wrap: break-word;
- color: rgba(34, 34, 34, 1);
- font-size: 30rpx;
- letter-spacing: 0.18888889253139496px;
- text-align: right;
- white-space: nowrap;
- line-height: 42rpx;
- }
- .group_41 {
- width: 28rpx;
- height: 28rpx;
- background: url(https://oss.wdmeta.art/a7835b5dd05ecd99/011781dfdfb589a0.png)
- 100% no-repeat;
- background-size: 100% 100%;
- margin-top: 8rpx;
- }
- .text-wrapper_13 {
- position: fixed;
- bottom: 84rpx;
- left: 50%;
- transform: translateX(-50%);
- height: 92rpx;
-
- border-radius: 46rpx;
- background: linear-gradient(270deg, #A890FE 0%, #FFAEAE 100%);
- background-size: 100% 100%;
- width: 650rpx;
- }
- .text_46 {
- width: 146rpx;
- height: 50rpx;
- overflow-wrap: break-word;
- color: rgba(255, 255, 255, 1);
- font-size: 36rpx;
- letter-spacing: 0.2266666740179062px;
- font-family: PingFangSC-Medium;
- text-align: right;
- white-space: nowrap;
- line-height: 50rpx;
- margin: 22rpx 0 0 252rpx;
- }
- </style>
|