phoneLogin.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. /*
  2. 96D655
  3. CCCCCC
  4. */
  5. .main{
  6. width: 100%;
  7. }
  8. .content{
  9. width: 80%;
  10. margin: 0rpx auto;
  11. margin-top: 100rpx;
  12. }
  13. .slogn{
  14. width: 100%;
  15. height: auto;
  16. font-size: 25rpx;
  17. color: #c3c3c3;
  18. text-align: center;
  19. display: flex;
  20. justify-content: space-evenly;
  21. align-items: center;
  22. }
  23. .login{
  24. width: 100%;
  25. height: auto;
  26. margin-top: 50rpx;
  27. overflow: hidden;
  28. }
  29. .phoneNumber{
  30. width: 100%;
  31. height: auto;
  32. display: flex;
  33. padding: 20rpx;
  34. justify-content: flex-start;
  35. align-items: center;
  36. border-bottom: 0.5rpx solid #cccccc;
  37. }
  38. .code{
  39. width: 60rpx;
  40. font-size: 27rpx;
  41. line-height: 60rpx;
  42. text-align: center;
  43. padding-right: 20rpx;
  44. border-right: 1rpx solid #cccccc;
  45. /* box-sizing: border-box; */
  46. margin-right: 20rpx;
  47. color: #cccccc;
  48. }
  49. .yzm{
  50. width: 100%;
  51. height: auto;
  52. display: flex;
  53. padding: 20rpx;
  54. justify-content: flex-start;
  55. align-items: center;
  56. box-sizing: border-box;
  57. border-bottom: 0.5rpx solid #cccccc;
  58. }
  59. .getcode{
  60. width: 200rpx;
  61. font-size: 35rpx;
  62. line-height: 60rpx;
  63. text-align: center;
  64. padding-left: 20rpx;
  65. border-left: 1rpx solid #cccccc;
  66. /* box-sizing: border-box; */
  67. /* margin-left: 20rpx; */
  68. color: #cccccc;
  69. }
  70. .place{
  71. font-size: 29rpx;
  72. }
  73. .submit{
  74. width: 100%;
  75. height: 100rpx;
  76. margin-top: 50rpx;
  77. border-radius: 50rpx;
  78. border: 0rpx;
  79. }
  80. .submit button{
  81. width: 100%;
  82. height: 100rpx;
  83. /* margin-top: 50rpx; */
  84. border-radius: 50rpx;
  85. border: 0rpx;
  86. color: #ffffff;
  87. background: #cccccc;
  88. font-size: 38rpx;
  89. }
  90. .wechat{
  91. width: 100%;
  92. height: auto;
  93. margin-top: 150rpx;
  94. text-align: center;
  95. }
  96. .tips{
  97. font-size: 32rpx;
  98. color: #333333;
  99. display: flex;
  100. justify-content: space-evenly;
  101. align-items: center;
  102. }
  103. .left-line{
  104. width: 100rpx;
  105. height: 3rpx;
  106. background: #aaa;
  107. }
  108. .right-line{
  109. width: 100rpx;
  110. height: 3rpx;
  111. background: #aaa;
  112. }
  113. .wecahtlogin{
  114. width: 100%;
  115. height: 100rpx;
  116. margin-top: 100rpx;
  117. border-radius: 50rpx;
  118. border: 0rpx;
  119. }
  120. .wecahtlogin button{
  121. width: 100%;
  122. height: 100rpx;
  123. border-radius: 50rpx;
  124. border: 0rpx;
  125. background: #96D655;
  126. color: #ffffff;
  127. font-size: 38rpx;
  128. }