applyEducationCode.scss 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. /* 退役军人职业教育码申请 */
  2. .apply-code {
  3. width: calc(100% - 60rpx);
  4. margin: 50rpx auto;
  5. .pic {
  6. display: flex;
  7. &-upload {
  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. margin-right: 32rpx;
  17. image {
  18. width: 62rpx;
  19. height: 62rpx;
  20. vertical-align: middle;
  21. }
  22. .font {
  23. color: #4B4B4B;
  24. opacity: 0.8;
  25. font-size: 22rpx;
  26. line-height: 50rpx;
  27. }
  28. }
  29. &-photograph {
  30. width: 184rpx;
  31. height: 184rpx;
  32. border: solid 1px #BABABA;
  33. border-radius: 5rpx;
  34. display: flex;
  35. flex-direction: column;
  36. justify-content: center;
  37. align-items: center;
  38. image {
  39. width: 62rpx;
  40. height: 48rpx;
  41. vertical-align: middle;
  42. }
  43. .font {
  44. color: #4B4B4B;
  45. opacity: 0.8;
  46. font-size: 22rpx;
  47. line-height: 50rpx;
  48. }
  49. }
  50. .tips {
  51. color: #5F5F5F;
  52. font-size: 20rpx;
  53. }
  54. }
  55. .submit {
  56. width: 100%;
  57. margin-top: 80rpx;
  58. }
  59. }