这个箭头如何对齐呢?老师用的是float 我修改成flex啦
# 具体遇到的问题
# 报错信息的截图
# 相关课程内容截图
# 尝试过的解决思路和结果
# 粘贴全部相关代码,切记添加代码注释(请勿截图)
<template>
<div class="home-header">
<div class="header-left">
<div class="iconfont back-icon"></div>
</div>
<div class="header-title">
<span class="iconfont"></span>
输入城市/景点/游玩主题
</div>
<div class="header-right">
北京
<span class="arrow-icon iconfont"></span>
</div>
</div>
</template>
<script>
export default {
name: 'Header'
}
</script>
<style lang="stylus" scoped>
.home-header
width 100%
height .88rem
background-color #00bcd4
color #ffffff
display flex
align-items center
justify-content center
.header-left
width .4rem
padding 0 .2rem
line-height .88rem
font-size .36rem
.back-icon
text-align center
font-size .4rem
.header-title
height .6rem
line-height .6rem
margin .14rem 0
padding-left .2rem
border-radius .06rem
background-color #ffffff
color #e4e7ea
flex 1
.header-right
min-width 1.04rem
padding 0 .1rem
.arrow-icon
vertical-align middle
font-size .24rem
margin-left .04rem
</style>
正在回答
同学你好,由于源码中没有同学的字体,所以老师将同学代码中的三角形换成了源码中有的字体,此时发现两个文字顶部位置是合理的:
建议同学检查一下自己的字体(三角形)是否有多余的上下边距,导致顶部不对齐。如果有的话,建议换成源码中的字体试试。如果没有,建议检查一下该三角形是否有多余的样式控制它了:
祝学习愉快!
- 参与学习 人
- 提交作业 239 份
- 解答问题 10739 个
本阶段带你深入前端开发的肌理,通过ES6基础知识和前端主流高级框架的学习,助你快速构建企业级移动webAPP应用,进入职场的终极battle
了解课程
恭喜解决一个难题,获得1积分~
来为老师/同学的回答评分吧
0 星