myInfo.vue
1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<template>
</template>
<style scope lang="scss">
.wBox { position: relative;
background: #ffffff;
border-radius: 15px;
box-sizing: border-box;
}
:deep(.fixedbody .uni-group.uni-group--card){overflow:visible;}
:deep(.uni-tag){
padding: 4rpx 6rpx!important;font-size: 20rpx!important;
}
.avatarUrl{width: 200rpx;height:200rpx;}
.avatarUrl button{padding: 0;display: block;line-height: 1;}
.refreshIcon{width: 200rpx;height:200rpx;}
.matchItem{background: #FBFCFD; margin: 30rpx 0 90rpx;padding:20rpx;border: #eee solid 1rpx;
.bottomFunc{background: #FBFCFD;border: #eee solid 1rpx;}
}
.poKxBtn{position: absolute; top: -100rpx;
right: 0;
font-size: 24rpx;
line-height: 2;
}
.pp{display: flex;
.uni-data-tree{font-size: 24rpx;
.selected-list{padding: 0;}
.input-value{line-height:normal;padding: 0;}
}
}
.ttt{color: #2B3133;font-size: 30rpx;margin: 0 0 10rpx;
text{font-size: 24rpx;color: #DC0032;margin-left:10rpx;}
}
.idImgUrl{width: 500rpx;height: 300rpx;margin:20rpx auto 40rpx;
button {padding: 0;display: block;line-height: 1;}
.idImg{width: 500rpx;height: 300rpx;}
}
</style>