东风启辰小程序端
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

mobileVerification.wxss 2.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. /* pages/mobileVerification/mobileVerification.wxss */
  2. image{
  3. display: block;
  4. }
  5. view{
  6. -webkit-overflow-scrolling: touch;
  7. }
  8. .main{
  9. height: calc(100vh - 120rpx);
  10. overflow: auto;
  11. }
  12. .bg {
  13. position: fixed;
  14. top: 0;
  15. left: 0;
  16. width: 750rpx;
  17. height: 1278rpx;
  18. }
  19. .msgFrame{
  20. position: absolute;
  21. left: 0;
  22. bottom: 120rpx;
  23. width: 750rpx;
  24. padding: 30rpx 20rpx;
  25. background-color: white;
  26. box-sizing: border-box;
  27. border-top-left-radius: 20rpx;
  28. border-top-right-radius: 20rpx;
  29. }
  30. .mobilepagelogo{
  31. width: 50rpx;
  32. height: 50rpx;
  33. }
  34. .titleGroup{
  35. display: flex;
  36. align-items: center;
  37. padding-left: 18rpx;
  38. }
  39. .goodsName{
  40. margin-left: 5rpx;
  41. font-size:30rpx;
  42. line-height: 30rpx;
  43. font-family:PingFangSC;
  44. font-weight:bold;
  45. color:rgba(30,27,28,1);
  46. }
  47. .goodsText{
  48. margin-left: 24rpx;
  49. font-size:24rpx;
  50. line-height: 24rpx;
  51. font-family:PingFangSC;
  52. font-weight:400;
  53. color:rgba(30,27,28,1);
  54. }
  55. .inputFrame{
  56. margin-top: 30rpx;
  57. }
  58. .mobileFirst{
  59. line-height: 24rpx;
  60. font-size:24rpx;
  61. font-family:PingFangSC;
  62. font-weight:400;
  63. color:rgba(35,24,21,1);
  64. }
  65. .inputGroup{
  66. display: flex;
  67. align-items: center;
  68. justify-content: space-between;
  69. padding: 0 18rpx;
  70. box-sizing: border-box;
  71. height: 70rpx;
  72. border-radius: 15rpx;
  73. }
  74. .mobilepagedown{
  75. width: 21rpx;
  76. height: 11rpx;
  77. margin-left: 17rpx;
  78. margin-right: 55rpx;
  79. }
  80. .inputText{
  81. width: 100%;
  82. height: 66rpx;
  83. line-height: 24rpx;
  84. font-size:24rpx;
  85. font-family:PingFangSC;
  86. font-weight:400;
  87. color:black;
  88. }
  89. .codeSty{
  90. width:162rpx;
  91. height:50rpx;
  92. background-color: #345482;
  93. border-radius: 20rpx;
  94. line-height: 50rpx;
  95. text-align: center;
  96. font-size:26rpx;
  97. font-family:PingFangSC;
  98. font-weight:400;
  99. color:rgba(255,255,255,1);
  100. }
  101. .submitBtn{
  102. width:710rpx;
  103. height:70rpx;
  104. }
  105. .agreementGroup{
  106. display: flex;
  107. align-items: center;
  108. margin-top: 35rpx;
  109. margin-bottom: 60rpx;
  110. }
  111. .agreeIcon{
  112. width: 29rpx;
  113. height: 28rpx;
  114. margin-right: 17rpx;
  115. }
  116. .agreementText{
  117. line-height: 24rpx;
  118. font-size:24rpx;
  119. font-family:PingFangSC;
  120. font-weight:300;
  121. color:rgba(156,157,157,1);
  122. display: flex;
  123. align-items: center;
  124. }
  125. .getMobileBtn{
  126. position: absolute;
  127. left: 0;
  128. top: 0;
  129. z-index: 2;
  130. opacity: 0;
  131. }
  132. .starRule{
  133. width: 81rpx;
  134. height: 81rpx;
  135. position: fixed;
  136. right: 29rpx;
  137. top: 175rpx;
  138. }
  139. .newImages3-4{
  140. width: 262rpx;
  141. height: 24rpx;
  142. }
  143. .newImages3-5{
  144. width: 240rpx;
  145. height: 24rpx;
  146. }
  147. .inputLine{
  148. width:522rpx;
  149. height:66rpx;
  150. border: 1rpx solid #DEDBDE;
  151. border-radius: 20rpx;
  152. padding:0 20rpx;
  153. box-sizing: border-box;
  154. }
  155. .selectIcon{
  156. width: 25rpx;
  157. height: 15rpx;
  158. }