personal.css 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. .container {
  2. background: #EEF0F3;
  3. background-repeat: no-repeat;
  4. background-size: cover;
  5. width: 100vw;
  6. height: 100vh;
  7. display: flex;
  8. flex-direction: column;
  9. justify-content: flex-start;
  10. align-items: center;
  11. box-sizing: border-box;
  12. }
  13. .item {
  14. display: flex;
  15. width: 100%;
  16. justify-content: left;
  17. align-items: center;
  18. }
  19. .avatar {
  20. background: #FFFFFF;
  21. position: relative;
  22. width: 100%;
  23. height: 56px;
  24. padding-left: 20px;
  25. border-bottom: 1px solid #EEF0F3;
  26. border-top: 8px solid #FFFFFF;
  27. }
  28. .nickname {
  29. position: relative;
  30. background: #FFFFFF;
  31. width: 100%;
  32. height: 56px;
  33. padding-left: 20px;
  34. border-bottom: 1px solid #EEF0F3;
  35. border-top: 10px solid #FFFFFF;
  36. }
  37. .aside-left {
  38. display: flex;
  39. align-items: center;
  40. float: left;
  41. font-family: PingFangSC-Regular;
  42. font-size: 16px;
  43. color: #333333;
  44. letter-spacing: 0;
  45. line-height: 56px;
  46. }
  47. .image_radius {
  48. float: right;
  49. width: 40px;
  50. height: 40px;
  51. padding-right: 48px;
  52. padding-top: 8px;
  53. }
  54. .aside-right {
  55. float: right;
  56. font-family: PingFangSC-Regular;
  57. font-size: 16px;
  58. color: #999999;
  59. letter-spacing: 0;
  60. text-align: right;
  61. line-height: 56px;
  62. padding-right: 48px;
  63. z-index: 999;
  64. }
  65. .listimage {
  66. width: 16px;
  67. height: 16px;
  68. position: absolute;
  69. top: 20px;
  70. right: 10px;
  71. }
  72. .popup-mask {
  73. width: 100vw;
  74. height: 100vh;
  75. position: fixed;
  76. z-index: 10;
  77. top: 0;
  78. /* #ifdef H5 */
  79. top: calc(88rpx + constant(safe-area-inset-top));
  80. top: calc(88rpx + env(safe-area-inset-top));
  81. /* #endif */
  82. right: 0;
  83. background: rgba(0, 0, 0, 0.60);
  84. display: flex;
  85. align-items: flex-end;
  86. }
  87. .popup-main {
  88. width: 100vw;
  89. background: #FFFFFF;
  90. padding: 32px 20px;
  91. }
  92. .popup-main-header {
  93. display: flex;
  94. justify-content: space-between;
  95. align-items: center;
  96. font-size: 24px;
  97. color: #000000;
  98. letter-spacing: 0;
  99. line-height: 36px;
  100. }
  101. .popup-main-header button {
  102. font-size: 16px;
  103. color: #006EFF;
  104. letter-spacing: 0;
  105. line-height: 28px;
  106. width: auto !important;
  107. background: transparent;
  108. margin: 0 !important;
  109. }
  110. .popup-main-input {
  111. background: #F4F5F9;
  112. padding: 14px 20px;
  113. margin: 20px 0;
  114. border-radius: 20px;
  115. border-radius: 20px;
  116. }
  117. .text {
  118. font-family: PingFangSC-Regular;
  119. font-size: 12px;
  120. color: #999999;
  121. letter-spacing: 0;
  122. }
  123. .popup-mask-avatar {
  124. width: 100vw;
  125. height: 100vh;
  126. position: fixed;
  127. z-index: 10;
  128. top: 0;
  129. /* #ifdef H5 */
  130. top: calc(88rpx + constant(safe-area-inset-top));
  131. top: calc(88rpx + env(safe-area-inset-top));
  132. /* #endif */
  133. right: 0;
  134. background: rgba(0, 0, 0, 0.60);
  135. display: flex;
  136. align-items: flex-end;
  137. }
  138. .popup-main-avatar {
  139. width: 100vw;
  140. height: 70%;
  141. background: #FFFFFF;
  142. padding: 32px 20px;
  143. }
  144. .popup-main-header-avatar {
  145. display: flex;
  146. justify-content: space-between;
  147. align-items: center;
  148. font-size: 24px;
  149. color: #000000;
  150. letter-spacing: 0;
  151. line-height: 36px;
  152. height: 510px;
  153. }
  154. .popup-main-header-title-avatar {
  155. margin-bottom: 24px;
  156. padding-left: 10px;
  157. width: 104px;
  158. height: 25px;
  159. }
  160. .button-avatar {
  161. /* width: 32px;
  162. height: 24px; */
  163. float: right;
  164. /* padding-top: 5px; */
  165. font-size: 16px;
  166. color: #006EFF;
  167. letter-spacing: 0;
  168. line-height: 25px;
  169. width: auto !important;
  170. background: transparent;
  171. /* margin-top:-5px; */
  172. margin-right: 28px;
  173. }
  174. .image-list {
  175. padding-top: 16px;
  176. width: 100%;
  177. height: 800px;
  178. overflow: hidden;
  179. padding-left: 10px;
  180. }
  181. .image-avatar {
  182. width: 68px;
  183. height: 68px;
  184. float: left;
  185. margin: 10px 10px;
  186. border-radius: 4px;
  187. border: 1px solid #FFFFFF;
  188. }
  189. .image-avatar-active {
  190. border: 1px solid #006EFF;
  191. border-radius: 4px;
  192. border-radius: 4px;
  193. }