识字粗堪供赋役,不须辛苦慕公卿。这篇文章主要讲述如何解决安卓上按钮文字偏上的问题相关的知识,希望能为你提供帮助。
原css:
a { height: 30px; line-height: 30px; font-size: 14px; text-align: center; width: 70px; vertical-align: middle; }
解决方法:去掉line-height和vertical-align 使用 flex 布局。
把父元素设为:
display: flex; align-items: center; justify-content: center;
【如何解决安卓上按钮文字偏上的问题】
推荐阅读
- android获取系统信息
- 安卓统一推送联盟融云成唯一IM云服务企业
- Android基础-Fragment的使用
- social-auth-app-django
- Androidn Notification的使用,解决找不到setLatestEventInfo方法
- svn 提交报xcrun: error: active developer path ("/Applications/Xcode.app/Contents/Developer")
- Failed to resolve com.android.support:support-annotations 26.0.1
- 完整版unity安卓发布流程(包括SDK有原生系统依赖关系的工程)
- Android天气预报设计