| 12345678910111213141516171819202122232425262728293031323334 |
- .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;
- image {
- border-radius: 38px;
- height: 76px;
- width: 76px;
- }
- }
|