Authored by 郭成尧

delete-one-copy

1 -.blk-cate-all {  
2 - font-size: 15PX;  
3 -  
4 - .category-nav {  
5 - height: 80px;  
6 - border-bottom: 1px solid #e6e6e6;  
7 - width: 100%;  
8 - background: #fff;  
9 - z-index: 10;  
10 -  
11 - li {  
12 - display: block;  
13 - box-sizing: border-box;  
14 - float: left;  
15 - height: 100%;  
16 - padding: 20px 0;  
17 - width: 50%;  
18 - text-align: center;  
19 - color: #999;  
20 -  
21 - &:last-child {  
22 - border-right: none;  
23 - }  
24 -  
25 - &.focus {  
26 - color: #000;  
27 - }  
28 -  
29 - &.bytouch {  
30 - background: #eee;  
31 - }  
32 - }  
33 -  
34 - span {  
35 - display: block;  
36 - width: 100%;  
37 - height: 30px;  
38 - line-height: 30px;  
39 - font-size: 80%;  
40 - }  
41 - }  
42 -  
43 - .loca {  
44 - position: fixed;  
45 - top: 88px;  
46 - }  
47 -  
48 - .content {  
49 - overflow: hidden;  
50 - position: relative;  
51 -  
52 - &.hide {  
53 - display: none;  
54 - }  
55 - }  
56 -  
57 - .living {  
58 - margin-top: 160px;  
59 - }  
60 -  
61 - .primary-level {  
62 - float: left;  
63 - box-sizing: border-box;  
64 - width: 45%;  
65 -  
66 - > li {  
67 - height: 89px;  
68 - line-height: 89px;  
69 - padding: 0 32px;  
70 - white-space: nowrap;  
71 - overflow: hidden;  
72 - text-overflow: ellipsis;  
73 - border-bottom: 1px solid #e6e6e6;  
74 -  
75 - &.focus {  
76 - background-color: #fff;  
77 - }  
78 -  
79 - &.highlight {  
80 - background-color: #eee;  
81 - }  
82 - }  
83 - }  
84 -  
85 - .trilanglefont {  
86 - font-family: "iconfont" !important;  
87 - font-size: 30px;  
88 - font-style: normal;  
89 - text-decoration: none;  
90 - -webkit-font-smoothing: antialiased;  
91 - -webkit-text-stroke-width: 0.2px;  
92 - -moz-osx-font-smoothing: grayscale;  
93 - color: #f4f4f4;  
94 - }  
95 -  
96 - .primary-level-trilangle {  
97 - float: right;  
98 - background-image: url(/product/arrow.png) no-repeat;  
99 - margin-top: 22px;  
100 - width: 20px;  
101 - height: 46px;  
102 - position: relative;  
103 - right: -32px;  
104 - }  
105 -  
106 - .sub-level-container {  
107 - float: left;  
108 - overflow-x: auto;  
109 - box-sizing: border-box;  
110 - background: #fff;  
111 - width: 55%;  
112 - height: 100%;  
113 - background: #f4f4f4;  
114 - }  
115 -  
116 - .sub-level {  
117 - width: 100%;  
118 - height: 100%;  
119 -  
120 - &.hide {  
121 - display: none;  
122 - }  
123 -  
124 - > li {  
125 - box-sizing: border-box;  
126 - height: 79px;  
127 - line-height: 79px;  
128 - border-bottom: 1px solid #e6e6e6;  
129 - padding-left: 20px;  
130 -  
131 - &.highlight {  
132 - background: #eee;  
133 - }  
134 -  
135 - &:last-child {  
136 - border-bottom: none;  
137 - }  
138 - }  
139 -  
140 - a {  
141 - display: block;  
142 - height: 100%;  
143 - width: 100%;  
144 - color: #afafaf;  
145 - }  
146 - }  
147 -}