user-collection.less
1.77 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
/*zzf*/
// @import "./m-public";/*基类*/
// @import "./m-btn";/*按钮类*/
// @import "./m-tab";/*切换*/
// @import "./m-form";/*表单*/
// @import "./m-list-view";/*列表显示类*/
@import "m/var";
.m-tab {
width: 100%;
.on {
width: 50%;
}
}
.list-view {
.info {
margin: 0 35px 25px 0;
}
a {
position: relative;
display: block;
.l-right {
position: absolute;
right: 15px;
top : 35px;
}
span.icon-more {
background: url("../../images/icon.png") -31px -236px repeat;
width: 9px;
height: 15px;
display: inline-block;
background-size: 150px;
}
}
}
.m-footer{
display: none;
-webkit-animation:fadeOutDownBig 1s .2s ease both;
-moz-animation:fadeOutDownBig 1s .2s ease both;
text-align: center;
.m-btn{
width: 130px;
}
}
.m-footer-am {
-webkit-animation:fadeInUpBig 1s .2s ease both;
-moz-animation:fadeInUpBig 1s .2s ease both;
}
.m-tab{
li{
padding-right: 0;
}
}
.m-table-view{
.cell{
overflow: initial;
padding-left: 110px;
-webkit-animation:fadeIn 1s .2s ease both;
-moz-animation:fadeIn 1s .2s ease both;
.pic{
width: 80px;
height: 80px;
margin-left: -95px;
}
.title{
font-size: 14px;
}
.m-radio {
position: absolute;
right: 15px;
top: 50%;
margin-top: -10px;
display: none;
-webkit-animation:fadeOutRight 1s .2s ease both;
-moz-animation:fadeOutRight 1s .2s ease both;
}
.m-radio-am {
-webkit-animation:fadeInRightBig 1s .2s ease both;
-moz-animation:fadeInRightBig 1s .2s ease both;
}
}
.cell-am:after {
-webkit-animation:fadeOut 1s .2s ease both;
-moz-animation:fadeOut 1s .2s ease both;
}
margin-top: 0;
border-top: none;
}