userSecurity.css
1.78 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
.yes-verify,
.no-verify {
color: #f47163;
border: 1px solid #f47163;
border-radius: 3px;
height: 19px;
line-height: 19px;
font-size: 13px;
padding: 2px 5px;
display: inline-block;
vertical-align: middle;
}
.yes-verify {
color: #69b8dc;
border-color: #69b8dc;
}
.inline {
display: inline-block;
}
.uploadimages {
padding: 20px;
}
.uploadimages > ul {
text-align: justify;
}
.uploadimages li {
display: inline-block;
vertical-align: middle;
min-width: 32%;
text-align: center;
margin-bottom: 10px;
}
.uploadimages .justend {
width: 100%;
height: 0;
margin: 0;
visibility: hidden;
}
.upimages {
position: relative;
width: 80px;
height: 60px;
overflow: hidden;
display: inline-block;
vertical-align: middle;
}
.upimages img,
.upimages .preimg {
width: 80px;
height: 60px;
display: inline-block;
vertical-align: middle;
background-repeat: no-repeat;
}
.upimages .input-file {
font-size: 100px;
height: 100%;
opacity: 0;
position: absolute;
top: 0;
left: 0;
}
.upimages ~ p {
text-align: center;
color: #999;
font-size: 14px;
padding-top: 5px;
}
.usertitle,
.usertext {
text-align: right;
}
.usertitle span {
color: #333;
}
.tips-word {
background-color: transparent;
color: #333;
line-height: 40px;
}
.tips-word ~ ul {
margin-top: 0;
}
.line {
margin: 0 30px 10px 30px;
position: relative;
}
.subline {
padding: 0 10px 10px;
}
.tipword {
background-color: #fff;
padding: 15px 10px;
}
.formup {
margin-top: 20px;
}
.formup .btn-sub {
display: block;
width: 100%;
margin-top: 20px;
}
.vph {
float: left;
width: 55%;
}
.btn-lb {
float: right;
width: 30%;
line-height: 44px;
background-color: #69b8dc;
border-color: #69b8dc;
}
.m50 {
margin-top: 50px;
}
.upimages .preimg {
background-size: cover;
}