user-info.css
2.33 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
/*zzf*/
/***************************************************
* feature : 变量配置;
* update : 2015/02/05;
* use : ;
* extend : ;
* example : ;
* desc : ;
* feedback : 此处填入 issue, 并请附带以下信息[os_version, browser_version, page_path, issue_description]
* - demo => [windows 7, IE 8, http://diligrp.com/icon.html, 在不定height下未能垂直居中];
****************************************************/
.m-table-view .img {
height: 38px;
line-height: 38px;
}
.m-table-view .img img {
height: 40px;
width: 40px;
margin-right: 10px;
border-radius: 50%;
}
.m-table-view .title {
color: #666;
}
.m-table-view span.cont {
margin-right: 10px;
color: #333;
}
.m-table-view span.icon-more {
background: url("../../images/icon/icon.png") -31px -236px repeat;
width: 9px;
height: 16px;
display: inline-block;
background-size: 150px;
position: relative;
top: 4px;
}
.name-and-id .cell {
padding: 0 5px;
}
.name-and-id .cell .m-input {
width: 100%;
box-sizing: border-box;
}
.name-revise {
text-align: center;
}
.name-revise li.cell {
padding: 5px 15px;
}
.form-tip {
margin: 10px 15px;
color: #999;
font-size: 12px;
}
.user-upload .tip {
height: 30px;
background: #66cc22;
color: #fff;
font-size: 12px;
line-height: 30px;
text-align: center;
}
.user-upload .images {
text-align: center;
}
.user-upload .images li {
display: inline-block;
text-align: center;
margin: 10px 5px 0 5px;
}
.user-upload .images li p {
margin-top: 10px;
}
.user-upload .images .img {
width: 90px;
height: 90px;
border: 1px solid #dddddd;
background: #ffffff;
text-align: center;
color: #999;
}
.user-upload .images .img p {
margin-top: 0px;
}
.user-upload .images .img-1 {
background: url("../../images/icon/user-img.png") 0px 0px repeat;
display: inline-block;
background-size: 50px;
width: 50px;
height: 34px;
margin: 15px 8px 0px 8px;
}
.user-upload .images .img-2 {
background: url("../../images/icon/user-img.png") 0px -33px repeat;
display: inline-block;
background-size: 50px;
width: 50px;
height: 34px;
margin: 15px 8px 0px 8px;
}
.user-upload .images .img-3 {
background: url("../../images/icon/user-img.png") -50px -176px repeat;
display: inline-block;
background-size: 50px;
width: 33px;
height: 42px;
margin: 14px 8px 0px 8px;
}