mycode.scss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  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. .content .tip {
  60. font-size: 32rpx;
  61. margin: 0 40rpx;
  62. text-align: left;
  63. text-align: center;
  64. color: #3D5D4C;
  65. }
  66. .code-text {
  67. margin: 0 auto;
  68. text-align: center;
  69. }
  70. .code-id {
  71. font-size: 36rpx;
  72. font-weight: 500;
  73. color: #000000;
  74. }
  75. .thanks {
  76. margin-top: 100rpx;
  77. font-size: 36rpx;
  78. color: #3D5D4C;
  79. }
  80. .no-submit {
  81. position: absolute;
  82. left: 0;
  83. top: 40vh;
  84. right: 0;
  85. padding-top: 0;
  86. }
  87. .submit {
  88. width: 388rpx;
  89. height: 80rpx;
  90. line-height: 80rpx;
  91. text-align: center;
  92. margin: 276rpx auto 0;
  93. border-radius: 40rpx;
  94. background-color: #028DFE;
  95. color: #fff;
  96. font-size: 30rpx;
  97. }
  98. .condition-form {
  99. padding: 30rpx;
  100. }