字体垂直排列

32 阅读1分钟

###css 文字竖立排列

`

                          min-height: 72px;
				border-radius: 4px;
				background: #3D7EFF;
				font-size: 28rpx;
				padding: 0 5px;
				color: #FFFFFF;
				writing-mode: vertical-lr; /* 竖排文字(从左到右) */
				text-align: center; /* 文字在竖排方向居中 */
				letter-spacing: 2px;

`

image.png