page { height: 100%; } .code { background: #f7f7f7; height: 100%; overflow: hidden; } .code_wrap { margin: 60rpx; height: 900rpx; display: flex; flex-direction: column; justify-content: space-around; background: #c4f0ec; box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1); border-radius: 10px; text-align: center; } .codeBox { height: 850rpx; background: #FFFFFF; box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1); border-radius: 10px; text-align: center; } .codeTitle { font-size: 46rpx; color: #00c4b3; text-align: center; padding-top: 80rpx; font-weight: 600; letter-spacing: 4rpx; } .name { display: flex; justify-content: center; /* margin: 0 68rpx; */ border-bottom: 1px dashed #D8D8D8; padding: 44rpx 0 28rpx; line-height: 45rpx; font-size: 35rpx; } .imgCode { width: 350rpx; height: 330rpx; text-align: center; margin: 40rpx auto; display: block; } .txt { font-size: 30rpx; color: #22ccbd; }