table_view.less
1.91 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
117
118
119
120
121
122
123
124
125
126
127
.m-table-view{
// width: 100%;
// border-top: 1px solid #ddd;
margin-top: 10px;
.cell{
font-size: 14px;
padding: 0 0 0 10px;
// border-bottom: 1px solid #ddd;
background-color: #FFF;
overflow: hidden;
position: relative;
text-align: left;
}
.cell-header{
background-color: #f8f8f8;
padding: 0 10px;
.title{
font-size: 13px;
color: #333;
line-height: 35px;
width: auto;
}
.text{
font-size: 13px;
line-height: 35px;
float: right;
color: #9e9e9e;
text-align: right;
margin: 0;
}
}
.cell-basic{
padding: 11px 10px;
.title, .text{
float: none;
display: inline-block;
vertical-align: middle;
margin: 0 10px 0 0;
line-height: 1.5;
}
.sub-title{
padding-top: 10px;
font-size: 13px;
color: #999;
}
}
.cell-radio{
text-align: right;
padding: 0 10px;
margin-bottom: 10px;
background-color: #eee;
.title{
color: #333;
width: auto;
text-align: left;
}
.text{
float: none;
text-align: right;
}
.m-radio{
margin-left: 8px;
}
.m-table-view{
margin: 0 -10px;
.cell-radio{
margin: 0;
background-color: #FFF;
}
}
}
.cell-extend{
.m-table-view{
margin:0 0 0 45px;
.cell{
padding: 0;
}
.text{
margin-left: 0;
}
}
}
.acc-icon{
position: relative;
padding-right: 30px;
.acc{
text-align: right;
position: absolute;
right: 0;
top: 0;
min-width: 30px;
height: 100%;
line-height: 44px;
text-align: left;
color: #999;
text-align: right;
.m-icon{
margin-right: 5px;
}
}
}
.title{
font-size: 15px;
color: #999;
float: left;
font-weight: 400;
line-height: 44px;
width: 75px;
}
.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;
.m-input{
font-size: 15px;
}
}
}