style.scss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. /* 容器 */
  2. .real-name-container{
  3. width: 856px;
  4. height: 526px;
  5. border: 2px solid #5F3CC6;
  6. background-color: #342971;
  7. border-radius: 10px;
  8. }
  9. /* 容器 */
  10. /* 头部 */
  11. .real-name-header{
  12. padding: 30px 60px 46px;
  13. }
  14. .real-name-title{
  15. font-size: 18px;
  16. font-weight: bold;
  17. line-height: 25px;
  18. }
  19. .real-name-close{
  20. font-size: 16px;
  21. }
  22. .real-name-close-wrap{
  23. right: 20px;
  24. top: 14px;
  25. }
  26. /* 头部 */
  27. /* 步骤 */
  28. .real-name-screen{
  29. height: 250px;
  30. }
  31. /* 步骤 */
  32. /* 输入框 */
  33. .input-real-container{
  34. padding: 0 60px 0 55px;
  35. }
  36. .real-circular{
  37. @include square(14px);
  38. background: $main-linear;
  39. border-radius: 50%;
  40. }
  41. .input-real-margin{
  42. margin-top: 30px;
  43. }
  44. .real-input-label{
  45. font-size: 14px;
  46. line-height: 18px;
  47. color: #fff;
  48. width: 76px;
  49. padding-left: 8px;
  50. padding-right: 10px;
  51. }
  52. .real-input-container{
  53. width: 260px;
  54. height: 40px;
  55. border-radius: 20px;
  56. background-color: rgba(255,255,255,0.1);
  57. padding: 0 23px;
  58. }
  59. .real-input-container input {
  60. font-size: 14px;
  61. line-height: 16px;
  62. font-weight: 400;
  63. color: #fff;
  64. }
  65. .real-input-container input::placeholder{
  66. color: #C1BED5;
  67. }
  68. /* 输入框 */
  69. /* 验证码按钮 */
  70. .real-code-button{
  71. width: 84px;
  72. height: 26px;
  73. border: 1px solid #fff;
  74. border-radius: 13px;
  75. font-size: 12px;
  76. line-height: 14px;
  77. color: #fff;
  78. font-weight: 400;
  79. margin-right: -13px;
  80. cursor: pointer;
  81. }
  82. .real-code-disabled{
  83. cursor: default;
  84. border-color: #C1BED5;
  85. color:#C1BED5;
  86. }
  87. /* 验证码按钮 */
  88. /* 线 */
  89. .real-line{
  90. width: 1px;
  91. height:100%;
  92. background-color: #eee;
  93. }
  94. /* 线 */
  95. /* 上传 */
  96. .upload-real{
  97. margin-left: 36px;
  98. height: 100%;
  99. }
  100. .upload-real-label{
  101. margin-left: 10px;
  102. padding: 0;
  103. width: auto;
  104. }
  105. .upload-real-group{
  106. margin-top: 30px;
  107. }
  108. .upload-real-icon{
  109. width: 100%;
  110. height: 94px;
  111. }
  112. .upload-real-input-label{
  113. background-color: #6A8CFA;
  114. height: 28px;
  115. font-size: 12px;
  116. line-height: 14px;
  117. font-weight: 500;
  118. }
  119. /* 上传 */
  120. /* 按钮 */
  121. .real-name-button{
  122. width: 276px;
  123. margin-top: 64px;
  124. }
  125. /* 按钮 */