Showing
1 changed file
with
0 additions
and
9 deletions
1 | <template> | 1 | <template> |
2 | - <div class="cate-tab-fixed"> | ||
3 | - <tab v-bind:page="page"></tab> | ||
4 | - </div> | ||
5 | <div class="cate-page" id='cate-page'> | 2 | <div class="cate-page" id='cate-page'> |
6 | <div class="cate-nav clearfix"> | 3 | <div class="cate-nav clearfix"> |
7 | <ul> | 4 | <ul> |
@@ -29,12 +26,6 @@ | @@ -29,12 +26,6 @@ | ||
29 | </div> | 26 | </div> |
30 | </template> | 27 | </template> |
31 | <style> | 28 | <style> |
32 | -.cate-tab-fixed { | ||
33 | - position: fixed; | ||
34 | - top: 0; | ||
35 | - left: 0; | ||
36 | -} | ||
37 | - | ||
38 | .cate-page { | 29 | .cate-page { |
39 | font-size: 36px; | 30 | font-size: 36px; |
40 | font-family: helvetica, Arial, "黑体"; | 31 | font-family: helvetica, Arial, "黑体"; |
-
Please register or login to post a comment