Commit 86cf39bc by fanx

公共头部处理

1 parent d484bacb
...@@ -4,4 +4,5 @@ ...@@ -4,4 +4,5 @@
.icon-bg-navigation { width: 828px; height: 176px; background-position: -848px -206px; } .icon-bg-navigation { width: 828px; height: 176px; background-position: -848px -206px; }
.icon-bg-search { width: 828px; height: 186px; background-position: -848px 0px; } .icon-bg-search { width: 828px; height: 186px; background-position: -848px 0px; }
.icon-logo { width: 224px; height: 224px; background-position: -848px -402px; } .icon-logo { width: 224px; height: 224px; background-position: -848px -402px; }
.icon-user-question { width: 32px; height: 36px; background-position: -1092px -402px; }
\ No newline at end of file \ No newline at end of file
.icon-user-question { width: 32px; height: 36px; background-position: -1192px -402px; }
.icon-wechat { width: 80px; height: 78px; background-position: -1092px -402px; }
\ No newline at end of file \ No newline at end of file

302 KB | W: | H:

307 KB | W: | H:

src/assets/images/sprite.png
src/assets/images/sprite.png
src/assets/images/sprite.png
src/assets/images/sprite.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -92,7 +92,7 @@ export default { ...@@ -92,7 +92,7 @@ export default {
} }
</script> </script>
<style lang="less" scoped> <style lang="less" scoped>
@NavHeight: 90px; @NavHeight: 45px;
section { section {
height: @NavHeight; height: @NavHeight;
width: 100%; width: 100%;
...@@ -123,19 +123,12 @@ section { ...@@ -123,19 +123,12 @@ section {
opacity: 0.5; opacity: 0.5;
} }
.iconpreviewleft { .iconpreviewleft {
font-size: 50px; font-size: 25px;
} }
img { img {
width: 51px; width: 51px;
height: 51px; height: 51px;
} }
.iconfanhui {
font-size: 50px;
}
span {
font-size: 32px;
padding-left: 10px;
}
} }
.nav_title { .nav_title {
position: absolute; position: absolute;
......
...@@ -26,9 +26,9 @@ export default { ...@@ -26,9 +26,9 @@ export default {
display: flex; display: flex;
justify-content: center; justify-content: center;
img { img {
margin-top: 280px; margin-top: 140px;
width: 224px; width: 112px;
height: 224px; height: 112px;
} }
} }
</style> </style>
\ No newline at end of file \ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!