user-info.css
3.19 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
/*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下未能垂直居中];
****************************************************/
.bg-img {
background: url('../../images/icon/icon.png') no-repeat;
background-size: 150px;
}
.userInfoPage {
background: #F5F5F5;
}
.userInfoPage .m-table-view .img {
height: 38px;
line-height: 38px;
position: relative;
}
.userInfoPage .m-table-view .img img {
height: 40px;
width: 40px;
margin-right: 10px;
border-radius: 50%;
}
.userInfoPage .m-table-view .img input {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
opacity: 0;
}
.userInfoPage .m-table-view .title {
color: #666;
}
.userInfoPage .m-table-view span.cont {
margin-right: 10px;
color: #333;
}
.userInfoPage .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;
}
.userInfoPage .name-and-id .cell {
padding: 0 5px;
}
.userInfoPage .name-and-id .cell .m-input {
width: 100%;
box-sizing: border-box;
}
.userInfoPage .name-revise {
text-align: center;
}
.userInfoPage .name-revise li.cell {
padding: 5px 15px;
}
.userInfoPage .form-tip {
margin: 10px 15px;
color: #999;
font-size: 12px;
}
.userInfoPage .user-upload .tip {
height: 30px;
background: #66cc22;
color: #fff;
font-size: 12px;
line-height: 30px;
text-align: center;
}
.userInfoPage .user-upload .images {
text-align: center;
}
.userInfoPage .user-upload .images li {
display: inline-block;
text-align: center;
margin: 10px 5px 0 5px;
position: relative;
vertical-align: text-top;
}
.userInfoPage .user-upload .images li p {
margin-top: 10px;
}
.userInfoPage .user-upload .images li input {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
opacity: 0;
}
.userInfoPage .user-upload .images .img {
width: 90px;
height: 90px;
border: 1px solid #dddddd;
background: #ffffff;
text-align: center;
color: #999;
position: relative;
}
.userInfoPage .user-upload .images .img p {
margin-top: 0px;
}
.userInfoPage .user-upload .images .img img {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
}
.userInfoPage .user-upload .images .img-1 {
background: url("../../images/user-img.png") 0px 0px repeat;
display: inline-block;
background-size: 50px;
width: 50px;
height: 34px;
margin: 15px 8px 0px 8px;
}
.userInfoPage .user-upload .images .img-2 {
background: url("../../images/user-img.png") 0px -33px repeat;
display: inline-block;
background-size: 50px;
width: 50px;
height: 34px;
margin: 15px 8px 0px 8px;
}
.userInfoPage .user-upload .images .img-3 {
background: url("../../images/user-img.png") -50px -176px repeat;
display: inline-block;
background-size: 50px;
width: 33px;
height: 42px;
margin: 14px 8px 0px 8px;
}