forked from BelinChung/HiApp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetting.less
103 lines (88 loc) · 1.77 KB
/
setting.less
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
@import "../../style/less/mixins";
.setting-page{
margin: 0 5px 15px;
.spring {
background: url("../../style/img/[email protected]") no-repeat;
background-size: 200%;
}
>ul {
background-color: transparent;
.item-link {
&:active {
.item-content {
transition-duration: 0ms;
background-color: #e9e9e9 !important;
}
}
}
.item-content {
margin: 0;
margin-top: 10px;
background: #ffffff;
box-shadow: 0 2px 2px rgba(0, 0, 0, .05);
padding: 0;
padding-left: 10px;
border: 1px solid #EBE9E9;
.item-title {
font-size: 14px;
}
.item-inner {
border: 0;
&:after{
background-color: transparent;
}
}
}
.item-media {
width: 30px;
height: 30px;
color: #ffffff;
font-size: 28px;
text-align: center;
padding: 0;
}
.update {
background-color: #fca405;
background-position: 0 -30px;
}
.language {
background-color: #9b59b6;
> i {
font-size: 24px;
position: absolute;
top: 7px;
left: 14px;
}
}
.feedback {
background-color: #38b57f;
background-position: 0 0;
}
.about {
background-color: #5999f3;
background-position: -30px 0;
}
.user-info {
padding: 10px 10px 10px 0 !important;
position: relative;
.avatar, .avatar > img {
width: 55px;
height: 55px;
}
.user-detail {
position: absolute;
margin: 10px;
.name {
font-size: 14px;
}
.point {
font-size: 13px;
color: #818080;
}
}
}
}
.logout-button {
margin-top: 15px;
}
}