page { background-color: #fff; font-size: 32rpx; font-family: -apple-system-font, Helvetica Neue, Helvetica, sans-serif; color: #333; } view { box-sizing: border-box; } .oneRowText { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .towRowText { display: -webkit-box; overflow: hidden; white-space: normal; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 2; -webkit-box-orient: vertical } .flex { display: flex; align-items: center; } .flex-b { display: flex; justify-content: space-between; align-items: center; } .flex-c { display: flex; justify-content: center; align-items: center; } .padding { padding: 0 20px; } .status_bar { height: var(--status-bar-height); width: 100%; } .h1 { font-size: 32rpx; position: relative; color: #333; padding-left: 24rpx; font-weight: 700; &::before { content: ''; position: absolute; width: 5rpx; height: 31rpx; background: #DE3A26; border-radius: 3rpx; left: 0; top: 50%; transform: translateY(-50%); } }