东风启辰小程序端
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

receiveRegister.wxss 1.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. /* pages/receiveRegister/receiveRegister.wxss */
  2. .showImg {
  3. position: relative;
  4. width: 750rpx;
  5. height: 616rpx;
  6. }
  7. .ruleBtn {
  8. right: 0;
  9. top: 180rpx;
  10. position: fixed;
  11. width: 153rpx;
  12. height: 46rpx;
  13. line-height: 46rpx;
  14. font-size: 24rpx;
  15. color: #fff;
  16. background-color: rgba(35, 24, 21, 0.63);
  17. border-top-left-radius: 20rpx;
  18. border-bottom-left-radius: 20rpx;
  19. padding-left: 20rpx;
  20. box-sizing: border-box;
  21. }
  22. .userMsgGroup{
  23. padding-top: 76rpx;
  24. width: 654rpx;
  25. padding-bottom: 59rpx;
  26. margin: 0 auto;
  27. }
  28. .inputSty,.codeGroup{
  29. width: 100%;
  30. height: 65rpx;
  31. line-height: 65rpx;
  32. border: 1rpx solid #b6b6b6;
  33. border-radius: 20rpx;
  34. padding: 0 30rpx;
  35. box-sizing: border-box;
  36. font-size:24rpx;
  37. font-family:NissanBrand;
  38. font-weight:400;
  39. color:rgba(35,33,34,1);
  40. margin-bottom: 15rpx;
  41. }
  42. .codeGroup{
  43. display: flex;
  44. align-items: center;
  45. justify-content: space-between;
  46. }
  47. .codeInput{
  48. width: 400rpx;
  49. }
  50. .getCode{
  51. width: 130rpx;
  52. text-align: right;
  53. }
  54. .selectIcon{
  55. width: 25rpx;
  56. height: 15rpx;
  57. }
  58. .loginBtn{
  59. width: 652rpx;
  60. height: 70rpx;
  61. background-color: #2a558d;
  62. line-height: 70rpx;
  63. font-size:30rpx;
  64. font-family:PingFang;
  65. font-weight:400;
  66. color:rgba(255,255,255,1);
  67. text-align: center;
  68. border-radius: 20rpx;
  69. }
  70. .agreementGroup{
  71. display: flex;
  72. align-items: center;
  73. justify-content: left;
  74. margin-bottom: 25rpx;
  75. }
  76. .agreeIcon{
  77. width: 29rpx;
  78. height: 28rpx;
  79. }
  80. .agreementText{
  81. font-size:24rpx;
  82. line-height: 24rpx;
  83. font-family:PingFang;
  84. font-weight:300;
  85. color:rgba(156,157,157,1);
  86. margin-left: 18rpx;
  87. }
  88. .mobileGroup{
  89. position: relative;
  90. }
  91. .getPhoneBtn{
  92. position: absolute;
  93. left: 0;
  94. top: 0;
  95. margin: 0;
  96. padding: 0;
  97. width: 654rpx;
  98. height: 65rpx;
  99. min-height: 0;
  100. opacity: 0;
  101. z-index: 2;
  102. }