userhome.less
2.96 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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
@import "m/var";
#userhome{
font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', SimHei, tahoma, sans-serif;
}
header {
margin: 0px;
padding: 0px;
}
.content {
background: @bg-f5;
}
/*用户信息*/
.user-info {
background: url("../../images/dist/9.maijia-bg.png") center center repeat-x;
width: 100%;
}
.m-table-view .cell{
line-height:28px;
padding: 11px 15px 11px 10px;
}
.m-table-view .all{
margin-right: 10px;
vertical-align:middle;
}
.m-table-view .title span{
margin-left:5px;
}
.user-login {
padding:20px 15px;
img {
width: 60px;
height: 60px;
background: @bg-fff;
border-radius: 50%;
display: inline-block;
vertical-align:top;
}
.msg {
display: inline-block;
color:#fff;
height:60px;
margin-left: 15px;
}
.msg p {
font-size: 18px;
margin-bottom: 5px;
line-height: 26px;
height: 26px;
overflow: hidden;
max-width: 200px;
}
.msg span {
font-size: 14px;
}
.icon-more-white {
float: right;
margin-top: 22px;
}
}
.user-tools {
height: 55px;
width: 100%;
background: rgba(0, 0, 0, 0.2);
margin-top: 17px;
li {
width: 33.1%;
float: left;
text-align: center;
margin: 6px 0;
color: @c-fff;
p {
color: @c-fff;
}
}
;
li.br {
border-right: 1px solid rgba(255, 255, 255, 0.4);
}
}
/*采购单*/
.user-po {
margin-top: 10px;
background: @br-fff;
border-top: 1px solid @br-ddd;
}
.user-po .po-list {
border-bottom: 1px solid @br-ddd;
height: 55px;
ul {
display:-moz-box;
display:-webkit-box;
display:box;
-webkit-flex-flow: row;
flex-flow: row;
width: 100%;
position: relative;
}
li {
text-align: center;
margin-top: 5px;
overflow: hidden;
-moz-box-flex:1;
-webkit-box-flex:1;
box-flex:1;
a {
display: block;
}
p {
font-size: 12px;
color: @c-666;
font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', SimHei, tahoma, sans-serif;
}
;
span {
font-size: 18px;
color:#000;
font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', SimHei, tahoma, sans-serif;
}
}
}
.icon-more {
background: url("../../images/icon.png") -31px -236px repeat;
width: 9px;
height: 16px;
display: inline-block;
background-size: 150px;
}
.icon-more-white {
background: url("../../images/icon.png") 0px -217px repeat;
width: 10px;
height: 21px;
display: inline-block;
background-size: 150px;
}
.logout-btn{
display: block;
border-radius: 3px;
text-align: center;
color: #fa4535;
font-size: 15px;
background-color: #FFF;
border: 1px solid #ddd;
line-height: 50px;
margin: 30px 10px 15px;
}