123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- .top{
- position: relative;
- height: 420rpx;
-
- }
- .top-bg{
- position: absolute;
- bottom: 0rpx;
- height: 320rpx;
- width: 100%;
- z-index: -999;
- }
- .top-bg image{
- width: 100%;
- height: 100%;
- }
- .heardimg{
- width: 100%;
- padding-top: 34rpx;
- display: flex;
- justify-content: center;
- position: relative;
- }
- .heard-img{
- width: 138rpx;
- height: 138rpx;
- border-radius: 50%;
- }
- .setting{
- position: absolute;
- top: 24rpx;
- right: 56rpx;
- width: 32rpx;
- height: 32rpx;
- }
- .nickName{
- display: flex;
- justify-content: center;
- margin-top: 12rpx;
- color: 30rpx;
- font-size: 30rpx;
- font-weight: bold;
- flex-wrap: wrap;
- }
- /* 顶部导航 */
- .top-nav{
- display: flex;
- justify-content: space-around;
- margin-top: 12rpx;
- }
- .top-nav view{
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .top-nav view image{
- width: 80rpx;
- height: 80rpx;
- }
- .top-nav text{
- color: #333;
- font-size: 26rpx;
- margin-top: 20rpx;
- }
|