profilePatch.scss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. /* component/profilePatch.wxss */
  2. .pa-layer-container {}
  3. .pa-layer {
  4. position: fixed;
  5. height: calc(612rpx + env(safe-area-inset-bottom));
  6. background: #FFFFFF;
  7. border-radius: 8px 8px 0px 0px;
  8. bottom: 0;
  9. left: 0;
  10. width: 100%;
  11. z-index: 99999999999999;
  12. padding: 52rpx 36rpx 32rpx;
  13. box-sizing: border-box;
  14. display: flex;
  15. flex-direction: column;
  16. padding-bottom: calc(env(safe-area-inset-bottom) + 36rpx);
  17. &.hasPhone{
  18. height: calc(672rpx + env(safe-area-inset-bottom));
  19. }
  20. }
  21. .auth-bg {
  22. width: 100vw;
  23. height: 100vh;
  24. background-color: rgba(0, 0, 0, 0.3);
  25. z-index: 9999999999;
  26. position: fixed;
  27. left: 0;
  28. top: 0;
  29. overflow: hidden;
  30. }
  31. .pa-layer .title {
  32. font-size: 30rpx;
  33. color: #111111;
  34. line-height: 80rpx;
  35. text-align: center;
  36. }
  37. .pa-layer .content {
  38. height: 406rpx;
  39. display: flex;
  40. flex-direction: column;
  41. align-items: center;
  42. }
  43. /* .pa-layer .content .text {
  44. font-size: 26rpx;
  45. color: #111111;
  46. padding: 28rpx 0 36rpx;
  47. } */
  48. .pa-layer .button {
  49. height: 80rpx;
  50. display: flex;
  51. align-items: center;
  52. justify-content: center;
  53. font-size: 36rpx;
  54. color: #fff;
  55. background: #07C563;
  56. opacity: 1;
  57. border-radius: 4px;
  58. width: 100%;
  59. vertical-align: middle;
  60. text-align: center;
  61. }
  62. .pa-layer .button.disable {
  63. background: #dddddd;
  64. }
  65. .pa-layer .content {
  66. display: flex;
  67. flex-direction: column;
  68. /* justify-content: space-between; */
  69. }
  70. .pa-layer .col {
  71. display: flex;
  72. flex-direction: row;
  73. align-items: center;
  74. width: 100%;
  75. /* height: 180rpx; */
  76. padding: 0 0;
  77. border-bottom: 1rpx solid #dddddd;
  78. height: 150rpx;
  79. }
  80. .pa-layer .col .label {
  81. font-size: 30rpx;
  82. padding-right: 50rpx;
  83. white-space: nowrap;
  84. min-width: 100rpx;
  85. }
  86. .avatar-select {
  87. width: 120rpx;
  88. height: 120rpx;
  89. border-radius: 50%;
  90. }
  91. .avatar-wrapper {
  92. display: flex;
  93. margin: 0;
  94. background: none !important;
  95. background-color: none !important;
  96. padding: 0 10rpx;
  97. box-shadow: none;
  98. border: none;
  99. &::after {
  100. border: none !important;
  101. }
  102. }
  103. .update-text {
  104. font-size: 30rpx;
  105. color: rgb(0, 131, 253);
  106. padding: 0 10rpx;
  107. }
  108. .ipname {
  109. height: 60rpx;
  110. line-height: 60rpx;
  111. width: 80%;
  112. }