/* 退役军人职业教育码申请 */ .apply-code { width: calc(100% - 60rpx); margin: 50rpx auto; .pic { display: flex; &-upload { width: 184rpx; height: 184rpx; border: solid 1px #BABABA; border-radius: 5rpx; display: flex; flex-direction: column; justify-content: center; align-items: center; margin-right: 32rpx; image { width: 62rpx; height: 62rpx; vertical-align: middle; } .font { color: #4B4B4B; opacity: 0.8; font-size: 22rpx; line-height: 50rpx; } } &-photograph { width: 184rpx; height: 184rpx; border: solid 1px #BABABA; border-radius: 5rpx; display: flex; flex-direction: column; justify-content: center; align-items: center; image { width: 62rpx; height: 48rpx; vertical-align: middle; } .font { color: #4B4B4B; opacity: 0.8; font-size: 22rpx; line-height: 50rpx; } } .tips { color: #5F5F5F; font-size: 20rpx; } } .submit { width: 100%; margin-top: 80rpx; } }