/* 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 #eee; margin-right: 40rpx; } .userNickName{ font-size: 30rpx; } .com{ width: 100%; display: flex; flex-wrap: wrap; height: 350rpx; } .con{ width: 140rpx; margin-left: 10rpx; text-align: center; margin-top: 40rpx; width: 200rpx; } .con image{ width: 70rpx; height: 60rpx; } .con .text{ font-size: 22rpx; } .out{ display: flex; justify-content: center; align-items: center; color: #fff; font-size: 30rpx; width: 100%; height: 80rpx; border:2rpx #888 solid; background-color: #ff8c8c; margin-top: 250rpx; border-radius: 15rpx; }