addaddress.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
76
77
78
79
80
page {
background: #f9f9f9;
}
.addressbox {
padding: 0 32rpx;
box-sizing: border-box;
background: #fff;
}
.addressright {
width: 12rpx;
height: 20rpx;
font-size: 0;
}
.addressright image {
width: 100%;
height: 100%;
}
.addressboxitemleftname {
width: 115rpx;
color: #3d444d;
font-size: 28rpx;
}
.addressboxitem {
display: flex;
align-items: center;
justify-content: space-between;
padding: 30rpx 0;
box-sizing: border-box;
border-bottom: 1rpx solid #f5f5f5;
}
.addressboxitemleft {
display: flex;
align-items: center;
}
.addressenter {
width: 475rpx;
color: #06121e;
font-size: 28rpx;
margin-left: 40rpx;
}
.addressenter input {
width: 100%;
height: 100%;
}
.enteradd {
color: #06121e;
font-size: 28rpx;
}
.save {
width: 686px;
height: 88px;
background: rgba(255, 90, 78, 1);
opacity: 1;
border-radius: 8px;
}
.adddizhibtn {
width: 686rpx;
height: 88rpx;
background: rgba(255, 90, 78, 1);
opacity: 1;
border-radius: 8rpx;
color: #fff;
font-size: 32rpx;
text-align: center;
line-height: 88rpx;
position: fixed;
bottom:40rpx;
left:24rpx;
}