mine_set.wxss
1.5 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
/* pages/mine_set/mine_set.wxss */
.layer_between {
display: flex;
justify-content: space-between;
align-items: center;
}
.layer_star {
display: flex;
justify-content: flex-start;
align-items: center;
}
page {
background: #f9f9f9;
}
.top_img {
background: #fff;
padding: 14rpx 32rpx;
box-sizing: border-box;
}
.title {
font-size: 28rpx;
font-weight: 400;
color: rgba(6, 18, 30, 1);
}
.img {
width: 120rpx;
height: 120rpx;
font-size: 0;
}
.img image {
width: 100%;
height: 100%;
}
.bottom {
margin-top: 24rpx;
background: #fdfdfd;
padding: 0 32rpx;
box-sizing: border-box;
}
.one {
border-bottom: 1rpx solid rgba(238, 238, 238, 1);
padding: 38rpx 0;
box-sizing: border-box;
}
.title {
font-size: 28rpx;
font-weight: 400;
color: rgba(6, 18, 30, 1);
}
.word {
font-size: 24rpx;
font-weight: 400;
color: rgba(140, 145, 152, 1);
}
.icon {
width: 22rpx;
height: 22rpx;
font-size: 0;
margin-left: 18rpx;
}
.icon image {
width: 100%;
height: 100%;
}
.btn {
width: 100%;
padding: 0 52rpx;
box-sizing: border-box;
position: fixed;
bottom: 80rpx;
}
.bot_btn {
background: linear-gradient(180deg, rgba(252, 169, 162, 1) 0%, rgba(255, 119, 117, 1) 100%);
border-radius: 50rpx;
font-size: 32rpx;
font-weight: 500;
color: rgba(255, 255, 255, 1);
text-align: center;
padding: 22rpx 0;
box-sizing: border-box;
}