bodyWeght.wxss
818 字节
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
/* pages/signIn/bodyWeght/bodyWeght.wxss */
page {
background: #fcfbfa;
}
.list_box {
margin-top: 20rpx;
}
.item_list {
font-size: 30rpx;
color: #000;
border-bottom: 1rpx solid #ebebeb;
background: #fff;
padding: 28rpx 33rpx;
display: flex;
align-items: center;
justify-content: space-between;
}
.item_list:last-child {
border: 0;
}
.list_input {
font-size: 26rpx;
color: #666;
}
.list_input input {
text-align: right;
}
.input_color, .icon-arrow-right {
font-size: 26rpx;
color: #666;
}
.bottom_btn {
width: 90%;
height: 80rpx;
background: rgba(255, 173, 80, 1);
border-radius: 40rpx;
font-size: 30rpx;
color: #fff;
position: fixed;
bottom: 30rpx;
left: 50%;
transform: translateX(-50%);
display: flex;
align-items: center;
justify-content: center;
}