index.rpx.scss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. .page{
  2. background: #F7F7F7;
  3. }
  4. .content{
  5. width: 750rpx;
  6. position: relative;
  7. }
  8. .stepImg{
  9. width: 592rpx;
  10. height: 112rpx;
  11. margin-top: 32rpx;
  12. }
  13. .formView{
  14. width: 638rpx;
  15. height: 672rpx;
  16. background: #FFFFFF;
  17. border-radius: 20rpx;
  18. margin-top: 40rpx;
  19. padding: 0 24rpx;
  20. }
  21. .selectButton{
  22. width: 686rpx;
  23. height: 84rpx;
  24. background: #FFE05C;
  25. border-radius: 54rpx;
  26. text-align: center;
  27. font-size: 28rpx;
  28. font-weight: 400;
  29. color: #333333;
  30. line-height: 84rpx;
  31. margin-top: 60rpx;
  32. }
  33. .userMsg{
  34. width: 686rpx;
  35. height: 404rpx;
  36. background: #FFFFFF;
  37. border-radius: 20rpx;
  38. margin-top: 40rpx;
  39. }
  40. .key{
  41. width: 112rpx;
  42. font-size: 28rpx;
  43. font-weight: 400;
  44. color: #999999;
  45. margin-left: 24rpx;
  46. display: block;
  47. }
  48. .value{
  49. font-size: 28rpx;
  50. font-weight: 400;
  51. color: #333333;
  52. margin-left: 32rpx;
  53. }
  54. .list{
  55. margin-top: 24rpx;
  56. }
  57. .step2Button{
  58. width: 750rpx;
  59. background: #FFFFFF;
  60. }
  61. .last{
  62. width: 240rpx;
  63. height: 84rpx;
  64. background: #EEEEEE;
  65. border-radius: 54rpx;
  66. text-align: center;
  67. line-height: 84rpx;
  68. font-size: 28rpx;
  69. font-weight: 400;
  70. color: #333333;
  71. margin: 24rpx 22rpx 24rpx 32rpx;
  72. }
  73. .next{
  74. width: 424rpx;
  75. height: 84rpx;
  76. background: #FFE05C;
  77. border-radius: 54rpx;
  78. text-align: center;
  79. line-height: 84rpx;
  80. font-size: 28rpx;
  81. font-weight: 400;
  82. color: #333333;
  83. margin: 24rpx 0;
  84. }
  85. .recordView{
  86. width: 686rpx;
  87. height: 80rpx;
  88. background: #FFFFFF;
  89. border-radius: 10rpx;
  90. }
  91. .selectRecord{
  92. width: 335rpx;
  93. height: 64rpx;
  94. background: #FFE05C;
  95. border-radius: 6rpx;
  96. text-align: center;
  97. font-size: 28rpx;
  98. font-weight: 500;
  99. color: #333333;
  100. line-height: 64rpx;
  101. margin-top: 8rpx;
  102. }
  103. .record{
  104. width: 335rpx;
  105. height: 64rpx;
  106. background: #FFFFFF;
  107. border-radius: 6rpx;
  108. text-align: center;
  109. font-size: 28rpx;
  110. font-weight: 500;
  111. color: #757A85;
  112. line-height: 64rpx;
  113. margin-top: 8rpx;
  114. }
  115. .successImg{
  116. width: 160rpx;
  117. height: 160rpx;
  118. border-radius: 80rpx;
  119. margin-top: 248rpx;
  120. }
  121. .successText{
  122. height: 44rpx;
  123. font-size: 28rpx;
  124. font-weight: 400;
  125. color: #666666;
  126. line-height: 44rpx;
  127. margin-top: 40rpx;
  128. }
  129. .endButton{
  130. width: 638rpx;
  131. height: 84rpx;
  132. background: #FFE05C;
  133. border-radius: 54rpx;
  134. text-align: center;
  135. font-size: 28rpx;
  136. font-weight: 400;
  137. color: #333333;
  138. line-height: 84rpx;
  139. margin-top: 160rpx;
  140. }