<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>
07-06
2303

05-19
1043

06-03