addressEditer.wxss
1.58 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
.addressEditerContainer {
position: absolute;
top: 0;
left: 0;
min-height: 100%;
background-color: #f0f0f0;
}
.addressEditerContainer .page-container {
background: white;
border-top: 2rpx solid #e0e0e0;
border-bottom: 2rpx solid #e0e0e0;
}
.addressEditerContainer .view-splite {
height: 32rpx;
background-color: #f0f0f0;
}
.addressEditerContainer .page-container .cell-container {
width: 96%;
float:right;
}
.addressEditerContainer .cell-bottom-border{
border-bottom: 2rpx solid #e0e0e0;
}
.addressEditerContainer .page-container .cell-container .cell-float-left {
display: block;
float: left;
height: 90rpx;
line-height:90rpx;
font-size: 30rpx;
z-index:0;
}
.addressEditerContainer .page-container .cell-container .cell-float-right {
display: block;
float: right;
width: 525rpx;
height: 90rpx;
line-height:90rpx;
font-size: 30rpx;
z-index:0;
}
.addressEditerContainer .cell-float-over {
position: relative;
background:transparent;
width:100%;
height:90rpx;
z-index:1000;
}
.addressEditerContainer .submit-btn {
margin: 60rpx 30rpx;
}
.addressEditerContainer .delete-btn {
margin-left: 30rpx;
margin-right: 30rpx;
margin-top: -30rpx;
}
.addressEditerContainer .picker-view {
position: fixed;
left: 0;
bottom: 0;
}
.addressEditerContainer .addr-item {
line-height: 100rpx;
text-align: center;
}
.addressEditerContainer .show {
text-align: center;
margin: 40rpx;
height: 100rpx;
}
.addressEditerContainer .choose {
margin: 40rpx 0;
}