set.scss
1.2 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
.set-page {
padding: 0rpx 30rpx;
height: 100vh;
background-color: #f8f9fa;
.submit {
margin-top: 60rpx;
color: #fff;
width: 100%;
border: none;
border-radius: 40rpx;
}
}
.set-main {
border-radius: 10px;
margin-top: 37rpx;
padding-left: 15rpx;
justify-content: space-between;
width: 690rpx;
height: 200rpx;
background-color: #ffffff;
.main-image {
.image {
border-radius: 50px;
width: 130rpx;
height: 130rpx;
}
}
.main-right-image {
margin-right: 40rpx;
.image {
width: 13rpx;
height: 17rpx;
}
}
}
.basic-text {
.text {
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #666666;
}
}
.basic-main {
background-color: #ffffff;
border-radius: 10px;
margin-top: 20rpx;
padding-left: 15rpx;
}
.basic-bottom {
width: 750rpx;
justify-content: space-between;
.item {
width: 318rpx;
}
}
.logout-main {
flex-direction: column;
height: 300rpx;
margin: 30rpx 40rpx;
background: #f5f5f5;
border-radius: 20rpx;
.main {
width: 669rpx;
height: 100rpx;
border-bottom: 1rpx solid #d6d6d6;
text-align: center;
line-height: 86rpx;
}
.main1 {
width: 669rpx;
height: 100rpx;
text-align: center;
line-height: 86rpx;
}
}