首页 > 微信 > 详细

小程序 text标签内的文字竖着排列

时间:2021-06-09 18:12:49      阅读:14      评论:0      收藏:0      [点我收藏+]

html:

  <view><text>活动规则</text></view>
 
css:
view {
  height: 135rpx;
  width: 50rpx;
  display: flex;  // 让文字居中
  justify-content: center;
  align-items: center;
}
.rightAdsorbent text {
  writing-mode:vertical-rl;  // 文字竖行排列
  font-size: 26rpx;
  color: #fff;
}
 
若帮到您希望留个赞  辛苦对面的小伙伴了,谢谢

小程序 text标签内的文字竖着排列

原文:https://www.cnblogs.com/zhang-hong/p/14866894.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!