_content.css
1.61 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
.setting-page {
width: 60%;
font-size: 14px;
.form-group {
clear: both;
margin-bottom: 20px;
}
select {
width: 60px;
}
.form-group-address {
clear: both;
margin-bottom: 70px;
}
.label-name {
text-align: right;
float: left;
line-height: 26px;
margin-right: 20px;
width: 70px;
}
.input {
width: 200px;
margin-right: 5px;
}
.no-edit {
width: 100px;
border: none;
}
.big-input {
width: 300px;
margin-left: 7px;
}
.btn {
margin-left: 83px;
}
.input-radio {
line-height: 26px;
padding-right: 10px;
.iconfont {
font-size: 14px;
}
}
.error-tips {
font-size: 12px;
height: 26px;
line-height: 26px;
margin-left: 20px;
display: none;
.iconfont {
font-size: 12px;
margin-right: 5px;
}
}
}
.user-icon {
cursor: pointer;
overflow: hidden;
margin-right: 100px;
float: right;
img {
height: 120px;
width: 120px;
border-radius: 50%;
}
.show-ico {
height: 120px;
width: 120px;
background-image: resolve('me/setting/default-head.png');
background-repeat: no-repeat;
background-size: 120px 120px;
}
.edit-ico {
height: 120px;
width: 120px;
background-image: resolve('me/setting/edit-icon.png');
background-repeat: no-repeat;
background-size: 120px 120px;
}
}