<html>
<head>
<style>
.vertical-text {
writing-mode: vertical-rl; / 文字从上到下竖向排列 /
text-align: center; / 水平居中 /
vertical-align: middle; / 垂直居中 /
}
</style>
</head>
<body>
<div class="vertical-text">
竖向排列的文字
</div>
</body>
</html>
01-26
3072
3072
07-06
2360
2360
05-19
1085
1085

被折叠的 条评论
为什么被折叠?



