real_name.acss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. /* required by usingComponents */
  2. /* pages/real_name/real_name.wxss */
  3. .top-tips {
  4. background-color: #fef0e7;
  5. height: 80rpx;
  6. color: var(--orgFont);
  7. line-height: 80rpx;
  8. /* text-align: center; */
  9. font-size: 22rpx;
  10. padding: 0 30rpx;
  11. }
  12. .change-phone {
  13. display: inline-block;
  14. vertical-align: middle;
  15. margin-top: 20rpx;
  16. height: 40rpx;
  17. line-height: 40rpx;
  18. border-radius: 10rpx;
  19. font-size: 22rpx;
  20. padding: 0 10rpx;
  21. float: right;
  22. border: solid 1rpx var(--orgFont);
  23. color: var(--orgFont);
  24. }
  25. .content {
  26. padding: 50rpx;
  27. }
  28. .title {
  29. font-size: 40rpx;
  30. font-weight: 500;
  31. }
  32. .text1 {
  33. font-size: 28rpx;
  34. color: #949293;
  35. margin-top: 20rpx;
  36. margin-bottom: 70rpx;
  37. }
  38. .form {
  39. margin-top: 30rpx;
  40. height: 100rpx;
  41. line-height: 100rpx;
  42. background-color: #f2f2f4;
  43. padding:0 30rpx;
  44. display: flex;
  45. font-size: 30rpx;
  46. }
  47. .left {
  48. flex: 0 0 150rpx;
  49. font-weight: 500;
  50. }
  51. input {
  52. flex: 1;
  53. /* line-height: 100rpx; */
  54. height:90rpx;
  55. background-color: #f2f2f4;
  56. }
  57. .no-input {
  58. color: #cccccc;
  59. }
  60. .submit {
  61. height: 100rpx;
  62. text-align: center;
  63. border-radius: 40rpx;
  64. line-height: 100rpx;
  65. width: 70%;
  66. margin: 0 auto;
  67. margin-top: 100rpx;
  68. background-color: var(--globleColor);
  69. color: var(--fontColor);
  70. }
  71. .frame {
  72. height: 100vh;
  73. width: 100%;
  74. position: fixed;
  75. top: 0;
  76. left: 0;
  77. z-index: 99;
  78. background-color: rgba(0, 0, 0, 0.6);
  79. }
  80. .frame-content {
  81. position: fixed;
  82. /* padding-top: 70rpx; */
  83. background-color: #f9f8f6;
  84. border-radius: 50rpx 50rpx 0 0;
  85. width: 100%;
  86. bottom: 0;
  87. left: 0;
  88. }
  89. .frame-cha{
  90. height: 70rpx;
  91. line-height: 70rpx;
  92. font-size: 40rpx;
  93. text-align: right;
  94. margin-right: 50rpx;
  95. color: #999999;
  96. }
  97. .frame-title {
  98. text-align: center;
  99. margin: 30rpx 0;
  100. font-size: 34rpx;
  101. color: #666666;
  102. }
  103. .card,
  104. .card1 {
  105. margin: 0rpx 60rpx;
  106. padding: 30rpx;
  107. display: flex;
  108. margin-top: 30rpx;
  109. background-color: #f2b80c;
  110. border-radius: 12rpx;
  111. color: #fff;
  112. }
  113. .card1 {
  114. background-color: #fff;
  115. color: #333333;
  116. }
  117. .card-left {
  118. flex: 1;
  119. }
  120. .card-title {
  121. font-size: 40rpx;
  122. }
  123. .card-text1 {
  124. margin-top: 20rpx;
  125. font-size: 28rpx;
  126. }
  127. .card-text2 {
  128. margin-top: 50rpx;
  129. font-size: 26rpx;
  130. }
  131. .card-right image {
  132. height: 100rpx;
  133. width: 100rpx;
  134. }
  135. .wancheng {
  136. margin-top: 30rpx;
  137. background-color: #fff;
  138. padding: 30rpx 0;
  139. text-align: center;
  140. border-radius: 50rpx 50rpx 0 0 ;
  141. box-shadow: 0 0 15px #e3e2e0;
  142. }
  143. .wan-tip {
  144. font-size: 24rpx;
  145. color: #9a9a9a;
  146. }
  147. .wan-submit {
  148. height: 100rpx;
  149. line-height: 100rpx;
  150. background-color: var(--globleColor);
  151. margin: 0 auto;
  152. margin-top: 30rpx;
  153. border-radius: 50rpx;
  154. width: 60%;
  155. font-size: 34rpx;
  156. font-weight: 500;
  157. color: var(--fontColor);
  158. }