 .scrollable-text {
 width:95%; /* 容器的宽度 */
 height:150px; /* 容器的高度 */
 overflow-y: scroll; /*允许垂直滚动 */
 border:1px solid #ccc; /* 边框 */
 padding:10px; /* 内边距 */
 background-color: #white; /* 背景颜色 */
 border-radius:5px;
 }
