.title{ font-size: 42rpx; font-family: PingFang SC; font-weight: bold; color: #FFFFFF; } .content{ position: relative; z-index: 9; margin-top:-280rpx; text-align: center; } .layout{ width:91%; margin:40rpx auto 40rpx auto; background:#fff; border:1px solid transparent; border-radius: 10px; padding-bottom:50rpx; box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.22); min-height:calc(75vh); /* overflow: auto; */ } .picimg{ margin:30rpx; display: flex; align-items: center; border-bottom:1px solid #EAEAEA; padding-bottom:47rpx; } .first{ font-size: 36rpx; font-family: PingFang SC; font-weight: 500; color: #333333; } .avatar{ width: 100rpx; height: 100rpx; overflow: hidden; border-radius: 50%; margin-left:30rpx; } .avatar image{ width:100%; height: 100%; } .userdetails{ margin-left:24rpx; text-align: left; } .userName{ font-size: 30rpx; font-family: PingFang SC; font-weight: 500; color: #333333; } .time{ font-size: 24rpx; font-family: PingFang SC; font-weight: 500; color: #999999; margin-top:24rpx; }