set.scss
800 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
46
47
48
49
50
51
.set-page {
padding: 0rpx 30rpx;
.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: 500rpx;
margin-left: 86rpx;
}