commonProblems.wxss
1.1 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
/* pages/my/editAddress2/editAddress2.wxss */
page {
background-color: #fafafa;
}
.ticket{
font-size: 28rpx;
color: #222;
}
.content_list {
background-color: #fff;
padding: 0 25rpx;
}
.list1 {
border-bottom: 1rpx solid #f2f2f2;
font-size: 26rpx;
font-weight: bold;
color: #222;
padding: 30rpx 0;
}
.list2{
font-size: 24rpx;
color: #273639;
padding: 30rpx 0;
}
.list_img{
width: 100%;
margin: 20rpx 0;
}
.list_img image{
width: 100%;
height: 300rpx;
}
.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;
}