applyEducationCode.scss 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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. margin-bottom: 5rpx;
  22. }
  23. .font {
  24. color: #4B4B4B;
  25. opacity: 0.8;
  26. font-size: 26rpx;
  27. line-height: 50rpx;
  28. }
  29. }
  30. &-photograph {
  31. width: 184rpx;
  32. height: 184rpx;
  33. border: solid 1px #BABABA;
  34. border-radius: 5rpx;
  35. display: flex;
  36. flex-direction: column;
  37. justify-content: center;
  38. align-items: center;
  39. image {
  40. width: 62rpx;
  41. height: 48rpx;
  42. vertical-align: middle;
  43. }
  44. .font {
  45. color: #4B4B4B;
  46. opacity: 0.8;
  47. font-size: 26rpx;
  48. line-height: 50rpx;
  49. }
  50. }
  51. .tips {
  52. color: #5F5F5F;
  53. font-size: 24rpx;
  54. }
  55. .pic-url {
  56. width: 184rpx;
  57. height: 184rpx;
  58. margin-left: 32rpx;
  59. position: relative;
  60. image {
  61. width: 100%;
  62. height: 100%;
  63. border-radius: 6rpx;
  64. }
  65. .icon {
  66. position: absolute;
  67. top: 10rpx;
  68. right: 10rpx;
  69. z-index: 1000;
  70. width: 36rpx;
  71. height: 36rpx;
  72. line-height: 36rpx;
  73. text-align: center;
  74. border-radius: 82rpx;
  75. background-color: rgb(253, 49, 48);
  76. }
  77. }
  78. }
  79. .submit {
  80. width: 100%;
  81. margin-top: 80rpx;
  82. }
  83. }