question_two.wxss
1.0 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
/* pages/my/editAddress2/editAddress2.wxss */
page {
background-color: #fafafa;
}
.common_problems {
font-size: 22rpx;
color: #888;
padding: 20rpx 25rpx;
}
.content_list {
background-color: #fff;
padding: 0 25rpx;
}
.list1 {
display: flex;
justify-content: space-between;
border-bottom: 1rpx solid #f2f2f2;
font-size: 26rpx;
color: #222;
padding: 30rpx 0;
}
.icon-jinru{
color: #C7C7C7;
}
.bottom_btn {
width: 100%;
height: 170rpx;
display: flex;
justify-content: center;
align-items: center;
background-color: #fff;
position: absolute;
bottom: 0;
}
.btn1 {
width: 362rpx;
height: 80rpx;
font-size: 26rpx;
color: #333;
text-align: center;
line-height: 80rpx;
background: rgba(255, 218, 68, 1);
border-radius: 40rpx;
box-shadow: 15rpx 0rpx 30rpx rgba(255, 204, 68, 0.6);
}
.btn2 {
width: 242rpx;
height: 80rpx;
font-size: 26rpx;
color: #888;
text-align: center;
line-height: 80rpx;
border-radius: 40rpx;
border: 1rpx solid #888888;
margin-left: 45rpx;
}