| | |
| | | align-items: left; |
| | | justify-content: center; |
| | | margin-left: 15rpx; |
| | | margin-bottom: 70rpx; |
| | | } |
| | | |
| | | .head-button-wrapper { |
| | |
| | | font-size: 32rpx; |
| | | color: #888; |
| | | } |
| | | |
| | | .current-project { |
| | | display: flex; |
| | | flex-direction: column; |
| | | justify-content: center; |
| | | margin-left: 20rpx; |
| | | margin-right: 10rpx; |
| | | margin-top: 10rpx; |
| | | } |
| | | |
| | | .current-project text { |
| | | font-size: 28rpx; |
| | | color: #ffffff; |
| | | font-weight: bold; |
| | | background-color: rgba(255, 255, 255, 0.2); |
| | | border-radius: 15rpx; |
| | | padding: 6rpx 14rpx; |
| | | } |
| | | |
| | | .avatar-project-container { |
| | | display: flex; |
| | | flex-direction: column; |
| | | align-items: center; |
| | | justify-content: center; |
| | | } |
| | | |
| | | .current-project { |
| | | display: flex; |
| | | justify-content: center; |
| | | margin-bottom: 10rpx; |
| | | } |
| | | |
| | | .current-project text { |
| | | font-size: 28rpx; |
| | | color: #ffffff; |
| | | font-weight: bold; |
| | | background-color: rgba(255, 255, 255, 0.2); |
| | | border-radius: 15rpx; |
| | | padding: 6rpx 14rpx; |
| | | } |
| | | |