roomRecord.wxss 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  1. Page {
  2. height: 100%;
  3. width: 100%;
  4. background-color: #f9f9fb;
  5. /* background: linear-gradient(#e26a53, #f9f9fb); */
  6. }
  7. scroll-view {
  8. height: 100%;
  9. }
  10. .head-bg {
  11. margin-left: -452rpx;
  12. margin-top: -1394rpx;
  13. width: 1654rpx;
  14. height: 1654rpx;
  15. border-radius: 827rpx;
  16. background-color: #e26a53;
  17. }
  18. .self-bg {
  19. margin-top: -194rpx;
  20. margin-left: 30rpx;
  21. margin-right: 30rpx;
  22. border-radius: 20rpx;
  23. background-color: white;
  24. display: flex;
  25. flex-direction: column;
  26. box-shadow: 0rpx 4rpx 8rpx rgba(214, 214, 214, 0.5);
  27. }
  28. .self-avatar {
  29. margin-left: 279rpx;
  30. margin-top: -60rpx;
  31. width: 120rpx;
  32. height: 120rpx;
  33. border-width: 6rpx;
  34. border-color: white;
  35. border-style: solid;
  36. border-radius: 66rpx;
  37. background-color: white;
  38. }
  39. .self-title {
  40. font-size: 36rpx;
  41. color: #262626;
  42. font-weight: bold;
  43. text-align: center;
  44. margin-top: 34rpx;
  45. }
  46. .self-bonus-bg {
  47. display: flex;
  48. flex-direction: row;
  49. margin-top: 14rpx;
  50. width: 100%;
  51. }
  52. .self-bonus {
  53. margin-left: auto;
  54. margin-right: auto;
  55. display: flex;
  56. flex-direction: row;
  57. }
  58. .self-bonus-big {
  59. color: #fc444c;
  60. font-size: 68rpx;
  61. font-weight: bold;
  62. }
  63. .self-bonus-small {
  64. margin-top: 35rpx;
  65. color: #fc444c;
  66. font-size: 32rpx;
  67. /* font-weight: bold; */
  68. }
  69. .self-bonus-tips {
  70. font-size: 26rpx;
  71. color: #535353;
  72. text-align: center;
  73. margin-top: 14rpx;
  74. margin-bottom: 56rpx;
  75. }
  76. .self-get-tips {
  77. width: 522rpx;
  78. height: 44rpx;
  79. border-radius: 22rpx;
  80. line-height: 44rpx;
  81. color: #6d6d6d;
  82. font-size: 24rpx;
  83. background-color: #f7f7f7;
  84. text-align: center;
  85. margin: 20rpx auto 66rpx;
  86. }
  87. .list-header {
  88. margin-top: 30rpx;
  89. background-color: white;
  90. width: 100%;
  91. height: 92rpx;
  92. display: flex;
  93. flex-direction: column;
  94. }
  95. .list-header-title {
  96. margin-left: 40rpx;
  97. height: 92rpx;
  98. line-height: 92rpx;
  99. color: #878787;
  100. font-size: 26rpx;
  101. }
  102. .list-header-line {
  103. margin-left: 40rpx;
  104. margin-top: -0.5px;
  105. height: 0.5px;
  106. background-color: #e5e5e5;
  107. }
  108. .list-tips-view {
  109. margin-left: 40rpx;
  110. height: 128rpx;
  111. font-size: 24rpx;
  112. color: #878787;
  113. line-height: 128rpx;
  114. }
  115. .list-bottom-view {
  116. width: 100%;
  117. height: 104rpx;
  118. }
  119. .row-bg {
  120. background-color: white;
  121. width: 100%;
  122. height: 120rpx;
  123. display: flex;
  124. flex-direction: row;
  125. }
  126. .row-num-text {
  127. width: 80rpx;
  128. color: #adbdcd;
  129. font-size: 36rpx;
  130. margin-left: 50rpx;
  131. line-height: 120rpx;
  132. }
  133. .row-num-img {
  134. width: 36rpx;
  135. height: 120rpx;
  136. /* background-color: red; */
  137. position: absolute;
  138. left: 40rpx;
  139. }
  140. .row-avatar {
  141. width: 80rpx;
  142. height: 80rpx;
  143. border-radius: 40rpx;
  144. margin-top: 20rpx;
  145. /* margin-left: 58rpx; */
  146. /* background-color: blue; */
  147. }
  148. .row-name-bg {
  149. margin-left: 24rpx;
  150. margin-right: auto;
  151. height: 120rpx;
  152. display: flex;
  153. flex-direction: column;
  154. }
  155. .row-name {
  156. font-size: 32rpx;
  157. width: 250rpx;
  158. overflow: hidden;
  159. color: #262626;
  160. margin-top: 20rpx;
  161. }
  162. .row-count {
  163. font-size: 26rpx;
  164. color: #878787;
  165. margin-bottom: 20rpx;
  166. }
  167. .row-bonus {
  168. font-size: 30rpx;
  169. color: #262626;
  170. margin-top: 22rpx;
  171. margin-right: 36rpx;
  172. margin-left: auto;
  173. }
  174. .bottom-view {
  175. position: fixed;
  176. bottom: 0px;
  177. width: 100%;
  178. background-color: white;
  179. height: 104rpx;
  180. display: flex;
  181. flex-direction: row;
  182. }
  183. .bottom-button-left-view {
  184. width: 375rpx;
  185. color: #8c5aeb;
  186. font-weight: bold;
  187. font-size: 34rpx;
  188. text-align: center;
  189. height: 104rpx;
  190. line-height: 104rpx;
  191. }
  192. .bottom-button-right-view {
  193. display: flex;
  194. flex-direction: column;
  195. width: 375rpx;
  196. background: linear-gradient(to left, #625af7, #dd7fff);
  197. color: white;
  198. font-weight: bold;
  199. font-size: 34rpx;
  200. text-align: center;
  201. height: 104rpx;
  202. line-height: 104rpx;
  203. }
  204. .bottom-button-right {
  205. width: 100%;
  206. height: 104rpx;
  207. margin-top: -104rpx;
  208. }