微信小程序实现一行滑动显示很多文字--scroll-view

<scroll-view scroll-x="true" style=" width: 600rpx; height: 500rpx;" class="scroll_display">
  <text class="test_display"> 人的一生只有5%是精彩的,只有5%是痛苦的,另外的90%是平淡的;人们往往被5%的精彩诱惑着,忍受着5%的痛,在90的平淡中度过 </text>
</scroll-view>
.test_display {
  font-size: 35rpx;
  vertical-align: middle;
  margin-right: -2000rpx; /*  影响一行存放的内容长度 */
  display: inline-block;

}

.scroll_display {
  width: 50%;
  height: 20rpx;
  font-size: 35rpx;
  vertical-align: middle;
}
posted @ 2022-03-13 18:33  槑孒  阅读(290)  评论(0编辑  收藏  举报