register.wxss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. page{
  2. background: white;
  3. }
  4. .box {
  5. padding: 0 50rpx;
  6. }
  7. .title {
  8. font-size: 38rpx;
  9. font-family: PingFang SC, PingFang SC-Bold;
  10. font-weight: 700;
  11. color: #333333;
  12. margin-top: 103rpx;
  13. }
  14. .item {
  15. display: flex;
  16. align-items: center;
  17. width: 650rpx;
  18. height: 112rpx;
  19. border-bottom: 1px solid #E6E6E6;
  20. box-sizing: border-box;
  21. }
  22. .name {
  23. font-size: 28rpx;
  24. color: #333333;
  25. width: 150rpx;
  26. }
  27. .left {
  28. display: flex;
  29. /* margin-left: 20rpx; */
  30. justify-content: space-between;
  31. align-items: center;
  32. }
  33. .put-box {
  34. width: 300rpx;
  35. flex-shrink: 0;
  36. }
  37. .input {
  38. width: 300rpx;
  39. height: 112rpx;
  40. }
  41. .btn-box {
  42. width: 200rpx;
  43. height: 70rpx;
  44. font-size: 28rpx;
  45. text-align: center;
  46. line-height: 70rpx;
  47. position: relative;
  48. background: #ffffff;
  49. border: 1px solid #b3b3b3;
  50. border-radius: 4rpx;
  51. font-family: PingFang SC, PingFang SC-Regular;
  52. font-weight: 400;
  53. color: #1a1a1a;
  54. }
  55. .btn {
  56. opacity: 0;
  57. width: 200rpx;
  58. height: 70rpx;
  59. position: absolute;
  60. top: 0;
  61. left: 0;
  62. }
  63. .img-code {
  64. width: 200rpx;
  65. height: 70rpx;
  66. }
  67. .tip-box {
  68. text-align: center;
  69. margin-top: 93rpx;
  70. display: flex;
  71. align-items: center;
  72. justify-content: center;
  73. }
  74. .tip-box .my {
  75. font-size: 24rpx;
  76. color: #999999;
  77. }
  78. .tip-box .yin {
  79. font-size: 24rpx;
  80. color: #00A5FB;
  81. }
  82. .btnwrap {
  83. background: #FFDC2F !important;
  84. font-size:32rpx;
  85. box-shadow: 0px 0px 8rpx 0px rgba(6,6,6,0.14);
  86. display: flex;
  87. justify-content: center;
  88. align-items: center;
  89. color:#1A1A1A!important;
  90. border: 1px solid #FFDC2F !important;
  91. margin-top: 22rpx;
  92. width: 630rpx;
  93. height: 91rpx;
  94. border-radius: 46rpx;
  95. margin-left: 10rpx;
  96. }