.cancle { position: absolute; right: 10px; top: 10px; width: 20px; height: 20px; } .input { width: 52px; height: 52px; line-height: 20px; text-align: center; border-radius: 2px; border: 1px solid rgba(232, 232, 232, 1); flex-shrink: 0; } .inputrow { margin-top: 30px; width: 536rpx; margin-left: 40rpx; height: 60px; } .codetexts { color: rgba(50, 50, 50, 1); font-size: 14px; height: 40px; width: 496rpx; margin-left: 40rpx; margin-top: 40px; } .codeview { width: 576rpx; height: 196px; background-color: #FFFFFF; border-radius: 8px; margin-bottom: 100px; } .uni-masks { position: fixed; z-index: 999; width: 750rpx; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(0, 0, 0, 0.2); display: flex; align-items: center; justify-content: center; }