UserCenter.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. page{
  2. background-color: #F2F3F7;
  3. }
  4. .contentV{
  5. width: 100%;
  6. background-color: #E02F73;
  7. }
  8. .viewinrow{
  9. display: flex;
  10. flex-direction: row;
  11. align-items: center;
  12. }
  13. .nodetail{
  14. display: flex;
  15. flex-direction: row;
  16. justify-content: space-between;
  17. align-items: center;
  18. background-color: #E02F73;
  19. padding: 20rpx;
  20. }
  21. .userIcon{
  22. margin: 20rpx;
  23. width: 90rpx;
  24. height: 90rpx;
  25. border-radius: 45rpx;
  26. background-color: white;
  27. }
  28. .vipicon{
  29. width: 30rpx;
  30. }
  31. .userName{
  32. font-size: 30rpx;
  33. padding-left: 16rpx;
  34. color: white;
  35. }
  36. .usernont{
  37. font-size: 26rpx;
  38. color: white;
  39. padding-left: 16rpx;
  40. }
  41. .usernameCt{
  42. padding-left: 10rpx;
  43. text-align: left;
  44. font-size: 22rpx;
  45. line-height: 32rpx;
  46. }
  47. .fanhuiimg{
  48. width: 30rpx;
  49. height: 30rpx;
  50. margin-right: 50rpx;
  51. }
  52. .huiyuanxct{
  53. margin-top: 30rpx;
  54. width: 94%;
  55. margin-left: 3%;
  56. }
  57. .actBTVshang{
  58. width: 70%;
  59. padding-left: 15%;
  60. display: flex;
  61. flex-direction: row;
  62. justify-content:space-between;
  63. align-items: center;
  64. background-color: #E02F73;
  65. }
  66. .actBTV{
  67. width: 100%;
  68. display: flex;
  69. flex-direction: row;
  70. justify-content:space-between;
  71. align-items: center;
  72. background-color: #E02F73;
  73. }
  74. .actBTVn{
  75. margin-left: 3%;
  76. width: 94%;
  77. display: flex;
  78. flex-direction: row;
  79. justify-content:space-between;
  80. align-items: center;
  81. background-color: white;
  82. border-radius: 10rpx;
  83. box-shadow: -2rpx 2rpx 5rpx lightgrey;
  84. }
  85. .actbt{
  86. width: 20%;
  87. height: 140rpx;
  88. margin-top: 10rpx;
  89. align-items: center;
  90. justify-content: center;
  91. }
  92. .bticon{
  93. width: 80rpx;
  94. }
  95. .bticonb{
  96. width: 70rpx;
  97. }
  98. .acttext{
  99. font-size: 24rpx;
  100. color: white;
  101. text-align: center;
  102. }
  103. .acttextw{
  104. font-size: 24rpx;
  105. color: black;
  106. text-align: center;
  107. }
  108. .dangdanrukouT{
  109. height: 62rpx;
  110. background-color: #E02F73;
  111. }
  112. .dingdantext{
  113. width: 100%;
  114. font-size: 30rpx;
  115. padding-left: 20rpx;
  116. padding-top: 20rpx;
  117. background-color: white;
  118. }
  119. .ddactbt{
  120. width: 20%;
  121. height: 120rpx;
  122. flex-direction: column;
  123. align-items: center;
  124. justify-content: center;
  125. }
  126. .ddbticon{
  127. width: 100%;
  128. height: 80rpx;
  129. display: flex;
  130. align-items: center;
  131. justify-content: center;
  132. }
  133. .ddtext{
  134. text-align: center;
  135. font-size: 20rpx;
  136. color: black;
  137. }
  138. .listcontent{
  139. margin-top: 30rpx;
  140. margin-left: 3%;
  141. width: 94%;
  142. display: flex;
  143. box-shadow: -4rpx 6rpx 2rpx lightgrey;
  144. }