profilePatch.wxss 2.0 KB

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