东风启辰小程序端
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

137 Zeilen
2.2KB

  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: 1111rpx;
  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. }
  38. .goodsName{
  39. margin-left: 5rpx;
  40. font-size:30rpx;
  41. line-height: 30rpx;
  42. font-family:PingFangSC;
  43. font-weight:bold;
  44. color:rgba(30,27,28,1);
  45. }
  46. .goodsText{
  47. margin-left: 24rpx;
  48. font-size:24rpx;
  49. line-height: 24rpx;
  50. font-family:PingFangSC;
  51. font-weight:400;
  52. color:rgba(30,27,28,1);
  53. }
  54. .inputFrame{
  55. margin-top: 30rpx;
  56. }
  57. .mobileFirst{
  58. font-size:32rpx;
  59. line-height: 32rpx;
  60. font-family:NissanBrand;
  61. font-weight:300;
  62. color:rgba(30,27,28,1);
  63. }
  64. .inputGroup{
  65. display: flex;
  66. align-items: center;
  67. padding: 0 22rpx;
  68. box-sizing: border-box;
  69. background-color: #F0EDF1;
  70. border: 1rpx solid #DEDBDE;
  71. height: 70rpx;
  72. border-radius: 20rpx;
  73. }
  74. .mobilepagedown{
  75. width: 21rpx;
  76. height: 11rpx;
  77. margin-left: 17rpx;
  78. margin-right: 55rpx;
  79. }
  80. .inputText{
  81. width: 500rpx;
  82. line-height: 26rpx;
  83. font-size:26rpx;
  84. font-family:PingFangSC;
  85. font-weight:400;
  86. color:black;
  87. }
  88. .codeSty{
  89. width:162rpx;
  90. height:50rpx;
  91. background-color: #345482;
  92. border-radius: 20rpx;
  93. line-height: 50rpx;
  94. text-align: center;
  95. font-size:26rpx;
  96. font-family:PingFangSC;
  97. font-weight:400;
  98. color:rgba(255,255,255,1);
  99. }
  100. .submitBtn{
  101. width:711rpx;
  102. height:70rpx;
  103. }
  104. .agreementGroup{
  105. display: flex;
  106. align-items: center;
  107. margin-top: 35rpx;
  108. margin-bottom: 60rpx;
  109. }
  110. .agreeIcon{
  111. width: 29rpx;
  112. height: 28rpx;
  113. margin-right: 17rpx;
  114. }
  115. .agreementText{
  116. line-height: 24rpx;
  117. font-size:24rpx;
  118. font-family:PingFangSC;
  119. font-weight:300;
  120. color:rgba(156,157,157,1);
  121. display: flex;
  122. align-items: center;
  123. }
  124. .getMobileBtn{
  125. position: absolute;
  126. left: 0;
  127. top: 0;
  128. z-index: 2;
  129. opacity: 0;
  130. }
  131. .starRule{
  132. width: 81rpx;
  133. height: 81rpx;
  134. position: fixed;
  135. right: 29rpx;
  136. top: 175rpx;
  137. }