东风启辰小程序端
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

138 行
2.3KB

  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 - 150rpx);
  10. overflow: auto;
  11. }
  12. .bg {
  13. position: fixed;
  14. top: 0;
  15. left: 0;
  16. width: 750rpx;
  17. height: 1353rpx;
  18. }
  19. .msgFrame{
  20. position: absolute;
  21. left: 0;
  22. bottom: 150rpx;
  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: 30rpx;
  48. font-size:30rpx;
  49. line-height: 30rpx;
  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: #16538E;
  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:710rpx;
  102. height:71rpx;
  103. background-color: #16538E;
  104. text-align: center;
  105. line-height: 71rpx;
  106. font-size:30rpx;
  107. font-family:PingFangSC;
  108. font-weight:400;
  109. color:rgba(255,255,255,1);
  110. border-radius: 20rpx;
  111. }
  112. .agreementGroup{
  113. display: flex;
  114. align-items: center;
  115. margin-top: 35rpx;
  116. margin-bottom: 60rpx;
  117. }
  118. .agreeIcon{
  119. width: 29rpx;
  120. height: 28rpx;
  121. margin-right: 17rpx;
  122. }
  123. .agreementText{
  124. line-height: 24rpx;
  125. font-size:24rpx;
  126. font-family:PingFangSC;
  127. font-weight:300;
  128. color:rgba(156,157,157,1);
  129. display: flex;
  130. align-items: center;
  131. }
  132. .getMobileBtn{
  133. position: absolute;
  134. left: 0;
  135. top: 0;
  136. z-index: 2;
  137. opacity: 0;
  138. }