index.less
770 Bytes
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
.my-page {
.user-wrapper {
position: relative;
display: flex;
align-items: center;
background-color: #3a2013;
color: #fff;
padding: 40rpx 0 40rpx 25rpx;
.user-info {
flex: 6;
display: flex;
align-items: center;
}
.edit {
flex: 1;
}
.wrapper-bottom {
position: absolute;
left: 0%;
right: 0%;
bottom: 0%;
height: 20rpx;
width: 100%;
background-color: #fff;
border-top-left-radius: 20rpx;
border-top-right-radius: 20rpx;
}
}
.list-wrapper {
.title {
padding-left: 1.5rem;
font-size: 35rpx;
font-weight: bold;
}
}
}
.nut-tab-pane {
padding: 0;
}
:root,
page {
--nut-tabs-titles-item-active-color: #6a4925;
}