技术栈
position
SuperHeroWu7
1 个月前
华为
·
harmonyos
·
text
·
fontsize
·
position
·
align
【HarmonyOS】鸿蒙应用开发Text控件常见错误
Text文本控件,是我们应用开发中最为基本和常见使用的控件之一。很多人觉得对于控件的使用已经非常熟悉,一个文本控件,能有什么使用错误呢?其实不然,今天本文,就对于Text常用会导致问题的点进行阐述。
三天不学习
7 个月前
前端
·
css
·
定位
·
position
CSS 之 position 定位属性详解
position 属性规定应用于元素的定位方法的类型(static、relative、fixed、absolute 或 sticky)。
昉钰
1 年前
前端
·
css
·
学习
·
元素定位
·
position
CSS基础学习之元素定位(6)
目录1、定位类型2、取值2.1、static2.2、relative2.3、absolute2.4、fixed
chaoguo1234
2 年前
anhorpoint
·
position
·
frame
·
center
·
bounds
UIKit Inside: frame bounds position anchorPoint center
iOS 中UIView的属性:frame、bounds、center以及CALayer的属性:position、anchorPoint与视图的位置与大小相关,理解这些属性是进行 iOS 视图编码的基础。