普通文字分散
效果:
https://sandbox.runjs.cn/show/pfadwcwp
代码 :
<div class="test1">
十年前你说生如夏花<i></i>
</div>
<div class="test2">
十年后你说平凡才是唯一的答案
</div>
div{
border: 1px solid #f0f;
color: #fff;
300px;
margin-top: 10px;
}
.test1 {
text-align:justify;
}
.test1 i {
display:inline-block;
100%;
/*padding-left: 100%;*/
}
.test2 {
text-align:justify;
}
.test2:after {
content: "";
display:inline-block;
padding-left:100%;
}
表格中 内文字分散对齐
<td>
添加如下属性即可
text-align:center;
text-align:justify;
text-justify:distribute-all-lines;
text-align-last:justify;
-
相关阅读:
25. Spring Boot与缓存 JSR-107、Spring缓存抽象
24. Spring Boot 自定义Starter (未整理,待续)
UGUI 锚点
UGUI Button控件
UGUI Image控件
UGUI Text控件
Unity 角色复活和重新开始游戏
Unity 读取Excel
IOS使用C#预处理命令,多种SDK共存
Unity扩展 四种Menu的区别
-
原文地址:https://www.cnblogs.com/52liming/p/8654259.html
Copyright © 2011-2022 走看看
<td>
添加如下属性即可
text-align:center;
text-align:justify;
text-justify:distribute-all-lines;
text-align-last:justify;
24. Spring Boot 自定义Starter (未整理,待续)
UGUI 锚点
UGUI Button控件
UGUI Image控件
UGUI Text控件
Unity 角色复活和重新开始游戏
Unity 读取Excel
IOS使用C#预处理命令,多种SDK共存
Unity扩展 四种Menu的区别
Copyright © 2011-2022 走看看