applyEducationCode.scss 485 B

123456789101112131415161718192021222324252627
  1. /* 退役军人职业教育码申请 */
  2. .apply-code {
  3. width: calc(100% - 60rpx);
  4. margin: 50rpx auto;
  5. .pic {
  6. display: flex;
  7. &-photograph {
  8. width: 184rpx;
  9. height: 184rpx;
  10. border: solid 1px #BABABA;
  11. border-radius: 5rpx;
  12. display: flex;
  13. flex-direction: column;
  14. justify-content: center;
  15. align-items: center;
  16. image {
  17. width: 62rpx;
  18. height: 48rpx;
  19. vertical-align: middle;
  20. }
  21. .font {
  22. color: #4B4B4B;
  23. display: inline-block;
  24. }
  25. }
  26. }
  27. }