| | |
| | | position: relative; |
| | | z-index: -1; |
| | | } |
| | | .container { |
| | | padding: 0rpx 40rpx 140rpx; |
| | | .containe { |
| | | padding: 0rpx 40rpx 60rpx; |
| | | position: relative; |
| | | bottom: 70rpx; |
| | | z-index: 1; |
| | | } |
| | | .container .avatar { |
| | | .containe .avatar { |
| | | width: 140rpx; |
| | | height: 140rpx; |
| | | border-radius: 50%; |
| | | border: 4rpx solid #FFFFFF; |
| | | } |
| | | .container .desc { |
| | | .containe .desc { |
| | | display: flex; |
| | | align-items: center; |
| | | padding: 0 30rpx; |
| | |
| | | color: #333333; |
| | | position: relative; |
| | | } |
| | | .container .desc .text { |
| | | .containe .desc .text { |
| | | width: 100%; |
| | | overflow: hidden; |
| | | text-overflow: ellipsis; |
| | |
| | | -webkit-line-clamp: 1; |
| | | -webkit-box-orient: vertical; |
| | | } |
| | | .container .desc .icon { |
| | | .containe .desc .icon { |
| | | position: absolute; |
| | | background: #F7F7F7; |
| | | width: 32rpx; |
| | |
| | | top: -16rpx; |
| | | transform: rotate(45deg); |
| | | } |
| | | .container .desc image { |
| | | .containe .desc image { |
| | | width: 32rpx; |
| | | margin-right: 20rpx; |
| | | } |