category.css
2.37 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
.categoryPage {
background-color: #FFF;
}
.categoryPage .addr-page {
position: fixed;
top: 0;
height: 100%;
bottom: 0;
left: 0;
width: 100%;
z-index: 10;
background-color: #fff;
overflow: hidden;
}
.categoryPage .addr-page .m-header {
background-color: #F8F8F8;
}
.categoryPage .addr-page .m-table-view {
border: none;
}
.categoryPage .addr-page .m-table-view .cell {
font-size: 14px;
padding: 0 0 0 10px;
overflow: hidden;
position: relative;
text-align: left;
border: none;
}
.categoryPage .addr-page .m-table-view .cell.selected {
background-color: #FFF;
}
.categoryPage .addr-page .m-table-view .cell.selected .title {
color: #23AC38;
}
.categoryPage .addr-page .m-table-view .cell.selected:after {
border-right: 1px solid #fff !important;
}
.categoryPage .addr-page .m-table-view .title {
font-size: 15px;
color: #999;
float: left;
font-weight: 400;
line-height: 44px;
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
text-align: left;
}
.categoryPage .addr-page .m-table-view .text {
margin-left: 75px;
display: block;
font-size: 15px;
color: #333;
line-height: 44px;
position: relative;
white-space: nowrap;
word-break: break-all;
text-overflow: ellipsis;
overflow: hidden;
}
.categoryPage .addr-page .m-table-view .text .m-input {
font-size: 15px;
}
.categoryPage .addr-page .border-1px-full:after {
border-width: 0 1px 1px 0;
border-color: #ddd;
}
.categoryPage .addr-page .m-content {
height: 100%;
box-sizing: border-box;
padding-top: 44px;
overflow: hidden;
margin-top: -44px;
}
.categoryPage .addr-page i {
font-style: normal;
}
.categoryPage .addr-page .cell-radio {
background-color: #FFF;
margin-bottom: 0;
}
.categoryPage .addr-section {
overflow-x: hidden;
overflow-y: scroll;
height: 100%;
-webkit-overflow-scrolling: touch;
position: relative;
}
.categoryPage .addr-section .m-table-view {
margin: 0;
}
.categoryPage .province {
width: 125px;
float: left;
background-color: #f8f8f8;
}
.categoryPage .province .m-table-view {
position: relative;
z-index: 2;
}
.categoryPage .province .cell {
background-color: #f8f8f8;
}
.categoryPage .province .cell.selected {
background-color: #FFF;
}
.categoryPage .province .cell.selected:after {
border-width: 0 0 1px 0;
}
.categoryPage .city {
margin-left: 135px;
}
.categoryPage .city .cell {
padding: 0;
}