addressEditer.ttss
2.04 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
.addressEditerContainer {
position: absolute;
top: 0;
left: 0;
min-height: 100%;
background-color: #f0f0f0;
}
.addressEditerContainer .page-container {
background: white;
overflow: hidden;
/* border-top: 2rpx solid #e0e0e0; */
/* border-bottom: 2rpx solid #e0e0e0; */
}
.addressEditerContainer .view-splite {
height: 20rpx;
background-color: #f0f0f0;
}
.addressEditerContainer .page-container .cell-container {
width: 96%;
float:right;
}
.addressEditerContainer .cell-bottom-border{
border-bottom: 1rpx solid #e0e0e0;
}
.addressEditerContainer .page-container .cell-container .cell-float-left {
display: block;
float: left;
height: 88rpx;
line-height:88rpx;
font-family: PingFang-SC-Regular;
font-size: 16px;
color: #444444;
}
.addressEditerContainer .page-container .cell-container .cell-float-right {
display: block;
float: right;
width: 525rpx;
height: 90rpx;
line-height:90rpx;
z-index:0;
font-size: 28rpx;
color: #444444;
margin-right: 30rpx;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.addressEditerContainer .page-container .cell-container .cell-placeholder {
font-size: 28rpx;
color: #B0B0B0;
}
.addressEditerContainer .cell-float-over {
position: relative;
background:transparent;
width:100%;
height:90rpx;
z-index:900;
}
.addressEditerContainer .submit-btn {
position: relative;
margin: 60rpx 30rpx;
height: 44px;
background: #444444;
border-radius: 4px;
}
.addressEditerContainer .delete-btn {
margin-left: 30rpx;
margin-right: 30rpx;
margin-top: -30rpx;
height: 44px;
background: #B0B0B0;
border-radius: 4px;
}
.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;
}