index.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. /* .inputphone {
  2. display: flex;
  3. align-items: center;
  4. height: 126rpx;
  5. margin-left: 30rpx;
  6. margin-right: 30rpx;
  7. border-bottom: 2rpx solid rgba(238, 238, 238, 1);
  8. }
  9. .add {
  10. margin-left: 12rpx;
  11. font-size: 32rpx;
  12. font-family: SourceHanSansCN-Regular;
  13. font-weight: 400;
  14. color: rgba(51, 51, 51, 1);
  15. }
  16. .inputyzm {
  17. display: flex;
  18. align-items: center;
  19. justify-content: space-between;
  20. height: 126rpx;
  21. margin-left: 30rpx;
  22. margin-right: 30rpx;
  23. border-bottom: 2rpx solid rgba(238, 238, 238, 1);
  24. }
  25. .getyzm {
  26. font-size: 28rpx;
  27. font-family: SourceHanSansCN-Medium;
  28. font-weight: 500;
  29. color: rgba(102, 102, 102, 1);
  30. margin-right: 12rpx;
  31. }
  32. .getyzm1 {
  33. font-size: 28rpx;
  34. font-family: SourceHanSansCN-Medium;
  35. font-weight: 500;
  36. color: rgba(36, 98, 186, 1);
  37. margin-right: 12rpx;
  38. }
  39. .tips {
  40. margin-top: 47rpx;
  41. margin-left: 30rpx;
  42. margin-right: 30rpx;
  43. }
  44. .tiplong {
  45. font-size: 24rpx;
  46. font-family: SourceHanSansCN-Regular;
  47. font-weight: 400;
  48. color: #ccc;
  49. }
  50. .tipclick {
  51. font-size: 24rpx;
  52. font-family: SourceHanSansCN-Regular;
  53. font-weight: 400;
  54. color: #ccc;
  55. border-bottom: 2rpx solid rgba(238, 238, 238, 1);
  56. }
  57. .login {
  58. display: flex;
  59. align-items: center;
  60. justify-content: center;
  61. height: 88rpx;
  62. background: linear-gradient(90deg, rgba(50, 122, 225, 1), rgba(90, 191, 225, 1));
  63. opacity: 0.6;
  64. border-radius: 44rpx;
  65. margin-top: 94rpx;
  66. margin-left: 30rpx;
  67. margin-right: 30rpx;
  68. }
  69. .login1 {
  70. display: flex;
  71. align-items: center;
  72. justify-content: center;
  73. height: 88rpx;
  74. background: linear-gradient(90deg, rgba(50, 122, 225, 1), rgba(90, 191, 225, 1));
  75. border-radius: 44rpx;
  76. margin-top: 94rpx;
  77. margin-left: 30rpx;
  78. margin-right: 30rpx;
  79. }
  80. .logintext {
  81. font-size: 34rpx;
  82. font-family: SourceHanSansCN-Medium;
  83. font-weight: 500;
  84. color: rgba(255, 255, 255, 1);
  85. }
  86. .notlogin {
  87. display: flex;
  88. justify-content: center;
  89. font-size: 28rpx;
  90. font-family: SourceHanSansCN-Medium;
  91. font-weight: 500;
  92. color: rgba(204, 204, 204, 1);
  93. margin-top: 70rpx;
  94. } */