Commit 86cf39bc by fanx

公共头部处理

1 parent d484bacb
......@@ -4,4 +4,5 @@
.icon-bg-navigation { width: 828px; height: 176px; background-position: -848px -206px; }
.icon-bg-search { width: 828px; height: 186px; background-position: -848px 0px; }
.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
.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

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 {
}
</script>
<style lang="less" scoped>
@NavHeight: 90px;
@NavHeight: 45px;
section {
height: @NavHeight;
width: 100%;
......@@ -123,19 +123,12 @@ section {
opacity: 0.5;
}
.iconpreviewleft {
font-size: 50px;
font-size: 25px;
}
img {
width: 51px;
height: 51px;
}
.iconfanhui {
font-size: 50px;
}
span {
font-size: 32px;
padding-left: 10px;
}
}
.nav_title {
position: absolute;
......
......@@ -26,9 +26,9 @@ export default {
display: flex;
justify-content: center;
img {
margin-top: 280px;
width: 224px;
height: 224px;
margin-top: 140px;
width: 112px;
height: 112px;
}
}
</style>
\ 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!