index.wxss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. .main {
  2. float: left;
  3. width: 88%;
  4. height: 100%;
  5. margin: 0 50rpx;
  6. }
  7. .main .title {
  8. float: left;
  9. width: 100%;
  10. margin: 180rpx 0 100rpx 0;
  11. }
  12. .main .title text {
  13. float: left;
  14. width: 100%;
  15. font-size: 40rpx;
  16. font-family: Source Han Sans SC;
  17. font-weight: bold;
  18. color: rgba(40, 40, 40, 1);
  19. }
  20. .main .form {
  21. float: left;
  22. width: 100%;
  23. }
  24. .main .form input {
  25. height: 108rpx;
  26. border-bottom: 1px solid #ccc;
  27. }
  28. .main .form .save {
  29. float: left;
  30. width: 650rpx;
  31. height: 108rpx;
  32. background: rgba(233, 2, 29, 1);
  33. border-radius: 54px;
  34. margin: 50rpx 0 0 0;
  35. }
  36. .main .form .save button {
  37. padding: 0;
  38. float: left;
  39. width: 100%;
  40. height: 108rpx;
  41. line-height: 108rpx;
  42. padding: 0;
  43. background: transparent;
  44. color: #fff;
  45. }
  46. .main .form .save image {
  47. padding: 0;
  48. float: left;
  49. width: 100%;
  50. height: 108rpx;
  51. line-height: 108rpx;
  52. padding: 0;
  53. background: transparent;
  54. color: #fff;
  55. }
  56. .eye-image {
  57. position: absolute;
  58. right: 0rpx;
  59. top: 30rpx;
  60. color: #fff;
  61. z-index: 999;
  62. width: 50rpx;
  63. height: 50rpx;
  64. }
  65. .agreement {
  66. float: left;
  67. width: 90%;
  68. margin: 50rpx 0 0 0;
  69. padding: 0 0 0 40rpx;
  70. }
  71. .agreement radio {
  72. float: left;
  73. width: 10%;
  74. }
  75. .agreement view {
  76. float: left;
  77. width: 90%;
  78. font-size: 28rpx;
  79. font-family: Source Han Sans SC;
  80. font-weight: 400;
  81. color: rgba(153, 153, 153, 1);
  82. margin: 7rpx 0 0 0;
  83. }
  84. .agreement view text {
  85. color: red;
  86. }
  87. .codeBtn {
  88. position: absolute;
  89. right: 0;
  90. top: 25rpx;
  91. background: #07c160;
  92. color: #fff;
  93. z-index: 999;
  94. }
  95. button[disabled]:not([type]){
  96. background: red!important;
  97. color: #fff!important;
  98. }