applyEducationCode.scss 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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. .pic-url {
  55. width: 184rpx;
  56. height: 184rpx;
  57. margin-left: 32rpx;
  58. position: relative;
  59. image {
  60. width: 100%;
  61. height: 100%;
  62. border-radius: 6rpx;
  63. }
  64. .icon {
  65. position: absolute;
  66. top: 10rpx;
  67. right: 10rpx;
  68. z-index: 1000;
  69. width: 36rpx;
  70. height: 36rpx;
  71. line-height: 36rpx;
  72. text-align: center;
  73. border-radius: 82rpx;
  74. background-color: rgb(253, 49, 48);
  75. }
  76. }
  77. }
  78. .submit {
  79. width: 100%;
  80. margin-top: 80rpx;
  81. }
  82. }