index.scss
1.87 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
@import url('@/styles/theme.scss');
.sex-popup{
::v-deep .uni-popup__wrapper {
height: 680rpx;
background-color: white !important;
border-radius: 24rpx 24rpx 0 0;
}
}
.my{
position: relative;
.banner{
width: 100%;
height: 542rpx;
background-repeat: no-repeat;
background-size: cover;
overflow: hidden;
border:none;
background-image: url('../../static/new-my-banner.png');
}
.headBox{
display: flex;
align-items: center;
margin-left: 48rpx;
margin-top: 200rpx;
image{
width: 108rpx;
height: 108rpx;
border-radius: 50%;
}
.userName{
font-size: 34rpx;
color: white;
font-weight: bold;
margin-left: 32rpx;
}
}
.list-top,.list-bottom{
height: 330rpx;
margin: 0 29rpx;
border-radius: 24rpx;
box-shadow: 0 4rpx 38rpx 0 rgba(66,77,84,0.00);
background: #FFFFFF;
position: relative;
bottom: 170rpx;
.list-item{
height: 110rpx;
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 2rpx solid #F4F4F4;
.left{
display: flex;
align-items: center;
margin-left: 32rpx;
}
.icon{
width: 48rpx;
height: 48rpx;
}
.label{
font-size: 28rpx;
font-weight: bold;
margin-left: 20rpx;
}
.arrow{
width: 12rpx;
height: 18rpx;
margin-right: 27rpx;
}
.item-value{
margin-left: 323rpx;
}
}
.list-item.sex{
.item-value{
margin-left: 463rpx;
}
}
.list-item:last-child{
border-bottom: none;
}
}
.list-bottom{
height: 220rpx;
margin-top: 32rpx;
.list-item{
.label{
margin-left: 32rpx;
}
}
.line{
height: 3rpx;
background-color: #F4F4F4;
width: 100%;
}
}
.logout{
height: 88rpx;
width: 644rpx;
background-color: white;
border-radius: 45rpx;
font-size: 30rpx;
text-align: center;
line-height: 88rpx;
margin: 0 auto;
position: relative;
bottom: 96rpx;
}
}