u-avatar.wxss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. @charset "UTF-8";
  2. /* 这里是你自己写的全局css样式 */
  3. .page.data-v-d642382a {
  4. background-color: #f3f4f6;
  5. padding: 20rpx;
  6. }
  7. .empty-wrap.data-v-d642382a {
  8. margin-top: 200rpx;
  9. width: 100%;
  10. display: flex;
  11. justify-content: center;
  12. align-items: center;
  13. }
  14. .content-page.data-v-d642382a {
  15. min-height: 100vh;
  16. background-color: #fff;
  17. }
  18. .footer.data-v-d642382a {
  19. display: flex;
  20. align-items: center;
  21. color: #909399;
  22. width: 100%;
  23. padding: 20rpx 0;
  24. justify-content: center;
  25. }
  26. .box-shadow.data-v-d642382a {
  27. box-shadow: 0rpx 2rpx 4rpx 0 rgba(0, 0, 0, 0.2);
  28. }
  29. .flex-empty.data-v-d642382a {
  30. visibility: hidden;
  31. width: 120rpx;
  32. height: 0rpx;
  33. }
  34. .bwin-btn-100.data-v-d642382a {
  35. width: 100%;
  36. }
  37. .bwin-popup.data-v-d642382a {
  38. display: flex;
  39. flex-direction: column;
  40. width: 100%;
  41. position: relative;
  42. min-height: 100%;
  43. overflow: hidden;
  44. }
  45. .bwin-popup .popup-header.data-v-d642382a {
  46. z-index: 2;
  47. width: 80%;
  48. position: fixed;
  49. padding: 20rpx 0;
  50. text-align: center;
  51. font-size: 32rpx;
  52. color: #fff;
  53. font-weight: bold;
  54. background-color: #2080f0;
  55. border-top-left-radius: 20rpx;
  56. border-top-right-radius: 20rpx;
  57. }
  58. .bwin-popup .popup-body.data-v-d642382a {
  59. z-index: 1;
  60. position: relative;
  61. top: 90rpx;
  62. margin-bottom: 90rpx;
  63. padding: 20rpx;
  64. font-size: 32rpx;
  65. overflow-y: scroll;
  66. }
  67. .bwin-popup .popup-footer.data-v-d642382a {
  68. position: relative;
  69. left: 0;
  70. bottom: 20rpx;
  71. width: 100%;
  72. display: flex;
  73. justify-content: space-around;
  74. }
  75. .u-avatar.data-v-d642382a {
  76. display: inline-flex;
  77. align-items: center;
  78. justify-content: center;
  79. font-size: 28rpx;
  80. color: #606266;
  81. border-radius: 10px;
  82. position: relative;
  83. }
  84. .u-avatar__img.data-v-d642382a {
  85. width: 100%;
  86. height: 100%;
  87. }
  88. .u-avatar__sex.data-v-d642382a {
  89. position: absolute;
  90. width: 32rpx;
  91. color: #ffffff;
  92. height: 32rpx;
  93. display: flex;
  94. flex-direction: row;
  95. justify-content: center;
  96. align-items: center;
  97. border-radius: 100rpx;
  98. top: 5%;
  99. z-index: 1;
  100. right: -7%;
  101. border: 1px #ffffff solid;
  102. }
  103. .u-avatar__sex--man.data-v-d642382a {
  104. background-color: #2979ff;
  105. }
  106. .u-avatar__sex--woman.data-v-d642382a {
  107. background-color: #fa3534;
  108. }
  109. .u-avatar__sex--none.data-v-d642382a {
  110. background-color: #ff9900;
  111. }
  112. .u-avatar__level.data-v-d642382a {
  113. position: absolute;
  114. width: 32rpx;
  115. color: #ffffff;
  116. height: 32rpx;
  117. display: flex;
  118. flex-direction: row;
  119. justify-content: center;
  120. align-items: center;
  121. border-radius: 100rpx;
  122. bottom: 5%;
  123. z-index: 1;
  124. right: -7%;
  125. border: 1px #ffffff solid;
  126. background-color: #ff9900;
  127. }