123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955 |
- <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"
- />
- </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">
- <text class="text_50">{{info.constellation||'暂无'}}</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.height?info.height+'cm':'暂无'}}</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.weight?info.weight+'kg':'暂无'}}</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.education||'暂无'}}</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.graduation_school||'暂无'}}</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.address||'暂无'}}</text>
- </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.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">
- <text class="text_50">{{info.position||'暂无'}}</text>
- </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">
- <u-switch v-model="info.is_du==2" :disabled="true" size="18"></u-switch>
- </view>
- </view>
- <view class="group_50 flex-row justify-between">
- <text class="text_49">父亲工作</text>
- <view class="flex-row">
- <text class="text_50">{{info.fa_work||'暂无'}}</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.ma_work||'暂无'}}</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.home||'暂无'}}</text>
- </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>
- </view>
- </template>
- <script>
- export default {
- data() {
- return {
- 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: {
- tomessage(){
- if(this.userInfo.vip_level==0){
- this.$u.toast('您暂未认证')
- 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.$u.toast('您暂未认证')
- 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>
|