skinRecord.wxss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. wux-spin {
  2. height: 100%;
  3. }
  4. wux-spin .wux-spin__container {
  5. height: 100%;
  6. display: flex;
  7. flex-direction: column;
  8. }
  9. .poster {
  10. background-color: blue;
  11. }
  12. .poster .wux-landscape__inner {
  13. padding: 0 !important;
  14. }
  15. .poster .popup-index--wux-popup {
  16. width: 572rpx !important;
  17. max-width: 572rpx !important;
  18. }
  19. page {
  20. background: #F9F9F9;
  21. /* background: #fff; */
  22. height: 100%;
  23. }
  24. .user-info {
  25. padding: 8rpx 20rpx 8rpx 36rpx;
  26. }
  27. .user-info .avatar {
  28. width: 200rpx;
  29. height: 200rpx;
  30. }
  31. .user-info .intro image {
  32. width: 28rpx;
  33. height: 28rpx;
  34. }
  35. .user-info .intro text {
  36. margin-left: 8rpx;
  37. font-size: 24rpx;
  38. }
  39. .user-info .skin-status {
  40. font-size: 36rpx;
  41. font-family: PingFangSC-Semibold, PingFang SC;
  42. font-weight: 600;
  43. color: #FA7D22;
  44. }
  45. /* .user-info {
  46. height: 200rpx;
  47. padding: 0 30rpx;
  48. min-height: 200rpx;
  49. background-color: #FA7D22;
  50. }
  51. .user-info .nick-name {
  52. font-family: PingFangSC-Medium, PingFang SC;
  53. font-weight: 500;
  54. }
  55. .user-info .avatar {
  56. width: 120rpx;
  57. height: 120rpx;
  58. border-radius: 50%;
  59. margin-right: 20rpx;
  60. }
  61. .user-info .intro {
  62. margin-top: 20rpx;
  63. }
  64. .user-info .gender {
  65. width: 44rpx;
  66. height: 28rpx;
  67. background: #FFFFFF;
  68. border-radius: 14rpx;
  69. }
  70. .user-info .gender image {
  71. width: 28rpx;
  72. height: 28rpx;
  73. }
  74. .user-info .city {
  75. height: 28rpx;
  76. padding: 0rpx 10rpx;
  77. background: #FFFFFF;
  78. border-radius: 14rpx;
  79. font-size: 16rpx;
  80. font-family: PingFangSC-Regular, PingFang SC;
  81. font-weight: 400;
  82. color: #666666;
  83. }
  84. .user-info .status {
  85. width: 188rpx;
  86. height: 56rpx;
  87. border-radius: 29rpx;
  88. border: 2rpx solid #E64966;
  89. color: #E64966;
  90. font-family: PingFangSC-Medium, PingFang SC;
  91. font-weight: 500;
  92. margin-top: 26rpx;
  93. } */
  94. .tabs .tabs-wrap {
  95. height: 94rpx;
  96. /* border-bottom: 2rpx solid #F1F1F1; */
  97. display: flex;
  98. align-items: flex-end;
  99. padding: 0 36rpx;
  100. }
  101. .tabs-wrap .item {
  102. /* margin-left: 48rpx; */
  103. color: #999;
  104. font-size: 28rpx;
  105. padding-bottom: 16rpx;
  106. }
  107. .tabs-wrap .item.active {
  108. font-size: 28rpx;
  109. /* font-family: PingFangSC-Medium, PingFang SC;
  110. font-weight: 500; */
  111. color: #333;
  112. border-bottom: 4rpx solid #333;
  113. }
  114. .use-popup {
  115. width: 640rpx;
  116. /* height: 508rpx; */
  117. background: #FFFFFF;
  118. border-radius: 40rpx;
  119. padding: 0 48rpx;
  120. box-sizing: border-box;
  121. /* justify-content: center; */
  122. /* justify-content: space-evenly; */
  123. }
  124. .use-btn .btn {
  125. width: 242rpx;
  126. height: 92rpx;
  127. margin: 40rpx 0;
  128. /* margin: 0 48rpx; */
  129. font-size: 32rpx;
  130. color: #333333;
  131. font-family: PingFang-SC-Medium, PingFang-SC;
  132. font-weight: 500;
  133. border-radius: 52rpx;
  134. border: 2rpx solid #E1E1E1;
  135. }
  136. .use-btn .confirm {
  137. background-color: #FA7D22;
  138. color: #fff;
  139. }
  140. .use-popup .scroll-y {
  141. max-height: 600rpx;
  142. /* overflow-y: scroll; */
  143. }
  144. .use-popup .btn-box {
  145. margin: 32rpx 0 40rpx;
  146. }
  147. .use-popup .btn-change image {
  148. width: 40rpx;
  149. height: 40rpx;
  150. /* background-color: #ccc; */
  151. border-radius: 50%;
  152. margin-right: 36rpx;
  153. }
  154. .skin-popup .wux-landscape__inner {
  155. padding: 0 !important;
  156. }
  157. .skin-popup .popup-index--wux-popup {
  158. width: 650rpx !important;
  159. max-width: 650rpx !important;
  160. }