.flex-col { display: flex; flex-direction: column; } .flex-row { display: flex; flex-direction: row; } .flex-row-reverse { display: flex; flex-direction: row-reverse; } .bord{ border: 1px solid red; } .justify-start { display: flex; justify-content: flex-start; } .justify-center { display: flex; justify-content: center; } .justify-end { display: flex; justify-content: flex-end; } .justify-evenly { display: flex; justify-content: space-evenly; } .justify-around { display: flex; justify-content: space-around; } .justify-between { display: flex; justify-content: space-between; } .align-start { display: flex; align-items: flex-start; } .align-center { display: flex; align-items: center; } .align-end { display: flex; align-items: flex-end; } .sticky { display: flex; position: -webkit-sticky; position: sticky; top: 0rpx; z-index: 99; } .bord{ border: 1px solid red; } .content { background: rgba(247, 247, 247, 1); } .tabBarView { position: fixed; bottom: 0; } .head-wrap { position: relative; width: 750rpx; height: 1656rpx; overflow: hidden; display: flex; flex-direction: column; } .content { position: absolute; top: 10%; left: 24rpx; right: 24rpx; border-radius: 12rpx; } .user-head { margin-right: 6px; }