index.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. .auth-content {
  2. width: 520rpx;
  3. min-height: 480rpx;
  4. max-height: 660rpx;
  5. background: #fff;
  6. border-radius: 24rpx;
  7. position: relative;
  8. display: flex;
  9. flex-direction: column;
  10. align-items: center;
  11. justify-content: flex-end;
  12. }
  13. .auth-content .bg {
  14. width: 520rpx;
  15. }
  16. .auth-content .h1 {
  17. color: #000;
  18. font-size: 32rpx;
  19. margin-bottom: 20rpx;
  20. font-weight: bold;
  21. }
  22. .auth-content .h2 {
  23. font-size: 24rpx;
  24. line-height: 36rpx;
  25. color: #999;
  26. width: 408rpx;
  27. margin-bottom: 44rpx;
  28. }
  29. .auth-content .btn {
  30. position: absolute;
  31. left: 0;
  32. right: 0;
  33. bottom: 30rpx;
  34. align-items: flex-start;
  35. justify-content: center;
  36. font-size: 28rpx;
  37. }
  38. .auth-content .btn .close-btn {
  39. width: 48%;
  40. text-align: center;
  41. color: #f45b56;
  42. border: 1rpx solid #f45b56;
  43. border-radius: 36rpx;
  44. margin: 10rpx auto;
  45. padding: 0 15px;
  46. height: 64rpx;
  47. line-height: 64rpx;
  48. }
  49. .auth-content .btn .close-img {
  50. margin: 0 15rpx;
  51. }
  52. .auth-content .btn .img {
  53. width: 180rpx;
  54. }
  55. .auth-content .confirm {
  56. width: 60%;
  57. margin: 10rpx auto;
  58. height: 74rpx;
  59. line-height: 64rpx;
  60. color: #fff;
  61. background: #f45b56;
  62. border-radius: 36rpx;
  63. font-size: 28rpx;
  64. padding: 0rpx 32rpx;
  65. }
  66. .auth-content .confirm-img {
  67. width: 180rpx;
  68. height: 64rpx;
  69. line-height: 64rpx;
  70. margin: 0 15rpx;
  71. padding: 0;
  72. }
  73. .updateWx {
  74. width: 425rpx;
  75. height: 64rpx;
  76. line-height: 64rpx;
  77. color: #fff;
  78. background: #f45b56;
  79. border-radius: 36rpx;
  80. margin: 0 0 30rpx;
  81. text-align: center;
  82. }
  83. .content{
  84. display: block;
  85. height: 60%;
  86. width: 100%;
  87. }
  88. .avatar{
  89. margin-left: -25rpx;
  90. margin-top: 0rpx;
  91. height:120rpx;
  92. width:120rpx;
  93. }
  94. .weui-input{
  95. width: 50%;
  96. border-bottom: 1rpx solid #e5e5e5;
  97. padding-left: 10rpx;
  98. margin-top: -1rpx;
  99. }
  100. .avatar-wrapper{
  101. height:120rpx;
  102. width:120rpx;
  103. }
  104. .nm{
  105. margin: 40rpx;
  106. font-size: 32rpx;
  107. display: flex;
  108. }
  109. .nmtext{
  110. margin-left: 60rpx;
  111. color: #bfbfbf;
  112. }