| 1234567891011121314151617181920212223242526272829 |
- .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;
- }
|