/* pages/about/about.wxss */ .top{ padding: 20rpx; min-height: 350rpx; display: flex; align-items: center; } .userinfo{ padding: 10rpx; display: flex; align-items: center; } .userimg{ width: 160rpx; height: 160rpx; display: inline-block; overflow: hidden; border-radius: 50%; border: 1rpx solid rgb(23, 153, 142); margin-right: 40rpx; } .userNickName{ font-size: 30rpx; } .com{ width: 100%; display: flex; flex-wrap: wrap; justify-content: center; height: 350rpx; } .con{ width: 220rpx; margin-left: 10rpx; text-align: center; margin-top: 40rpx; } .con image{ width: 100rpx; height: 100rpx; } .con .text{ font-size: 22rpx; } .out{ display: flex; justify-content: center; align-items: center; color: #fff; font-size: 30rpx; width: 100%; height: 100rpx; background-color: #ff8c8c; margin-top: 350rpx; border-radius: 5rpx; }