mycode.scss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. /* 退役军人码 */
  2. .bg {
  3. z-index: -1;
  4. width: calc(100% - 60rpx);
  5. height: auto;
  6. position: fixed;
  7. left: 30rpx;
  8. top: 200rpx;
  9. }
  10. .header {
  11. padding: 0 30rpx;
  12. height: 94rpx;
  13. line-height: 74rpx;
  14. display: flex;
  15. justify-content: space-between;
  16. align-items: center;
  17. border-bottom: solid 20rpx #F2F2F2;
  18. &-left {
  19. display: flex;
  20. align-items: center;
  21. &-point {
  22. width: 14rpx;
  23. height: 14rpx;
  24. background-color: #B3B3B3;
  25. border-radius: 50%;
  26. margin-right: 22rpx;
  27. }
  28. &-tips {
  29. color: #4B4B4B;
  30. font-size: 24rpx;
  31. margin-right: 20rpx;
  32. }
  33. &-view {
  34. color: #EF651F;
  35. font-size: 24rpx;
  36. .icon {
  37. margin-left: 7rpx;
  38. }
  39. }
  40. }
  41. &-close {
  42. align-content: flex-end;
  43. }
  44. }
  45. .qrimg {
  46. min-height: 100rpx;
  47. }
  48. .content {
  49. text-align: center;
  50. padding: 60vh 24rpx 24rpx;
  51. }
  52. .content.fixed {
  53. position: absolute;
  54. left: 0;
  55. top: 60vh;
  56. right: 0;
  57. padding-top: 0;
  58. }
  59. .fixed1 {
  60. position: absolute;
  61. left: 0;
  62. top: 48vh;
  63. right: 0;
  64. padding-top: 0;
  65. }
  66. .content .tip {
  67. font-size: 32rpx;
  68. margin: 0 40rpx;
  69. text-align: left;
  70. text-align: center;
  71. color: #3D5D4C;
  72. }
  73. .code-text {
  74. margin: 0 auto;
  75. text-align: center;
  76. }
  77. .code-id {
  78. font-size: 36rpx;
  79. font-weight: 500;
  80. color: #000000;
  81. }
  82. .thanks {
  83. margin-top: 100rpx;
  84. font-size: 36rpx;
  85. color: #3D5D4C;
  86. }
  87. .no-submit {
  88. position: absolute;
  89. left: 0;
  90. top: 40vh;
  91. right: 0;
  92. padding-top: 0;
  93. }
  94. .submit {
  95. width: 388rpx;
  96. height: 80rpx;
  97. line-height: 80rpx;
  98. text-align: center;
  99. margin: 276rpx auto 0;
  100. border-radius: 40rpx;
  101. background-color: #028DFE;
  102. color: #fff;
  103. font-size: 30rpx;
  104. }
  105. .condition-form {
  106. padding: 30rpx;
  107. }