_index.scss
1.9 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
.me-page {
width: 990px;
margin-left: auto;
margin-right: auto;
.home-path {
height: 40px;
line-height: 40px;
padding-left: 20px;
color: #ccc;
background: image-url('me/home-icon.png') no-repeat 0 12px;
font-size: 12px;
a, span {
color: #666;
}
span {
font-weight: bold;
}
}
.block {
border: 1px solid #dedede;
@include border-radius(2px);
}
.me-main .block {
margin-bottom: 10px;
}
.title {
height: 40px;
line-height: 40px;
font-size: 16px;
font-weight: bold;
padding: 0 8px;
background: #e3e3e3;
.en {
font-size: 12px;
font-weight: normal;
}
}
.user-thumb {
text-align: center;
padding: 20px 0;
background: #f8f8f8;
img {
width: 100px;
height: 100px;
}
}
.home-navigation {
float: left;
width: 180px;
margin-right: 8px;
}
.nav-group .row {
height: 38px;
line-height: 38px;
border-top: 1px solid #e2e2e2;
padding-left: 35px;
color: #666;
background: #f8f8f8;
font-size: 12px;
a {
display: block;
color: #666;
}
&:hover {
background: #fff;
color: #000;
}
&.active {
background: #636363;
a {
color: #fff;
}
}
&.first {
border-top: none;
}
}
.nav-group .nav-title {
font-size: 14px;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
color: #333;
background: #e6e6e6;
}
.me-main {
float: left;
width: 800px;
}
}
@import "default", "order-block";