registrationForm.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. .container {
  2. width: 680rpx;
  3. margin-left: 35rpx;
  4. margin-top: 20rpx;
  5. }
  6. .circle {
  7. width: 16rpx;
  8. height: 16rpx;
  9. margin-top: 16rpx;
  10. }
  11. .p1 {
  12. display: flex;
  13. }
  14. .t1 {
  15. font-size: 30rpx;
  16. font-weight: 900;
  17. color: #000;
  18. margin-left: 20rpx;
  19. }
  20. .t2 {
  21. color: red;
  22. }
  23. .weui-input {
  24. margin-left: 30rpx;
  25. width: 650rpx;
  26. height: 80rpx;
  27. border-bottom: 1px solid #d8d8d8;
  28. margin-bottom: 50rpx;
  29. }
  30. .weui-input input {
  31. height: 80rpx;
  32. }
  33. .weui-input1{
  34. margin-left: 30rpx;
  35. width: 650rpx;
  36. height: 60rpx;
  37. border-bottom: 1px solid #d8d8d8;
  38. margin-bottom: 30rpx;
  39. margin-top: 20rpx;
  40. }
  41. .weui-input2{
  42. margin-left: 30rpx;
  43. border-radius: 10rpx;
  44. width: 650rpx;
  45. height: 200rpx;
  46. margin-bottom: 30rpx;
  47. margin-top: 20rpx;
  48. border: 1px solid #d8d8d8;
  49. }
  50. .submit_btn {
  51. border-radius: 0;
  52. height: 85rpx;
  53. font-size: 30rpx;
  54. line-height: 55rpx;
  55. font-weight: 600;
  56. color: #fff;
  57. background: -webkit-linear-gradient(left, #569dff, #3a65ff);
  58. text-align: center;
  59. position: fixed;
  60. bottom:0;
  61. }
  62. .blackbj {
  63. width: 750rpx;
  64. height: 100vh;
  65. background-color: rgba(0, 0, 0, 0.5);
  66. position: fixed;
  67. top: 0;
  68. z-index: 10;
  69. }
  70. .box {
  71. width: 600rpx;
  72. height: 800rpx;
  73. border-radius: 20rpx;
  74. background-color: #fff;
  75. position: absolute;
  76. top: 170rpx;
  77. left: 75rpx;
  78. text-align: center;
  79. }
  80. .logo {
  81. width: 305rpx;
  82. height: 350rpx;
  83. z-index: 20;
  84. position: absolute;
  85. top: 60rpx;
  86. left: 200rpx;
  87. }
  88. .t3 {
  89. margin-top: 200rpx;
  90. }
  91. .t4 {
  92. width: 80%;
  93. margin-left: 10%;
  94. line-height: 55rpx;
  95. font-weight: 900;
  96. }
  97. .blue{
  98. color: #559bff;
  99. }
  100. .sure_btn{
  101. border-radius: 20rpx;
  102. height: 55rpx;
  103. font-size: 30rpx;
  104. line-height: 25rpx;
  105. font-weight: 600;
  106. color: #fff;
  107. background: -webkit-linear-gradient(left, #569dff, #3a65ff);
  108. text-align: center;
  109. margin-top: 50rpx;
  110. }