phoneLogin.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  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. /* word-spacing: 20rpx; */
  20. }
  21. .login{
  22. width: 100%;
  23. height: auto;
  24. margin-top: 50rpx;
  25. overflow: hidden;
  26. }
  27. .phoneNumber{
  28. width: 100%;
  29. height: auto;
  30. display: flex;
  31. padding: 20rpx;
  32. justify-content: flex-start;
  33. align-items: center;
  34. border-bottom: 0.5rpx solid #cccccc;
  35. }
  36. .code{
  37. width: 60rpx;
  38. font-size: 27rpx;
  39. line-height: 60rpx;
  40. text-align: center;
  41. padding-right: 20rpx;
  42. border-right: 1rpx solid #cccccc;
  43. /* box-sizing: border-box; */
  44. margin-right: 20rpx;
  45. color: #cccccc;
  46. }
  47. .yzm{
  48. width: 100%;
  49. height: auto;
  50. display: flex;
  51. padding: 20rpx;
  52. justify-content: flex-start;
  53. align-items: center;
  54. box-sizing: border-box;
  55. border-bottom: 0.5rpx solid #cccccc;
  56. }
  57. .getcode{
  58. width: 200rpx;
  59. font-size: 35rpx;
  60. line-height: 60rpx;
  61. text-align: center;
  62. padding-left: 20rpx;
  63. border-left: 1rpx solid #cccccc;
  64. /* box-sizing: border-box; */
  65. /* margin-left: 20rpx; */
  66. color: #cccccc;
  67. }
  68. .place{
  69. font-size: 29rpx;
  70. }
  71. .submit{
  72. width: 100%;
  73. height: 100rpx;
  74. margin-top: 50rpx;
  75. border-radius: 50rpx;
  76. border: 0rpx;
  77. }
  78. .submit button{
  79. width: 100%;
  80. height: 100rpx;
  81. /* margin-top: 50rpx; */
  82. border-radius: 50rpx;
  83. border: 0rpx;
  84. color: #ffffff;
  85. background: #cccccc;
  86. font-size: 38rpx;
  87. }
  88. .wechat{
  89. width: 100%;
  90. height: auto;
  91. margin-top: 150rpx;
  92. text-align: center;
  93. }
  94. .tips{
  95. font-size: 32rpx;
  96. color: #333333;
  97. }
  98. .wecahtlogin{
  99. width: 100%;
  100. height: 100rpx;
  101. margin-top: 100rpx;
  102. border-radius: 50rpx;
  103. border: 0rpx;
  104. }
  105. .wecahtlogin button{
  106. width: 100%;
  107. height: 100rpx;
  108. border-radius: 50rpx;
  109. border: 0rpx;
  110. background: #96D655;
  111. color: #ffffff;
  112. font-size: 38rpx;
  113. }