participant.wxss 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. @charset "UTF-8";
  2. .text-center.data-v-0de5b780 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-0de5b780 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-0de5b780 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-0de5b780 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-0de5b780 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-0de5b780 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-0de5b780 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-0de5b780 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-0de5b780 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .participant.data-v-0de5b780 {
  39. width: 638rpx;
  40. border-top: 1rpx solid #e2e2e2;
  41. }
  42. .participant .title.data-v-0de5b780 {
  43. font-size: 28rpx;
  44. line-height: 1;
  45. text-align: center;
  46. color: #353535;
  47. margin: 40rpx 0 32rpx 0;
  48. }
  49. .participant .avatar.data-v-0de5b780 {
  50. width: 56rpx;
  51. height: 56rpx;
  52. margin-bottom: 20rpx;
  53. margin-right: 8rpx;
  54. }
  55. .participant .margin-right.data-v-0de5b780 {
  56. margin-right: 6rpx;
  57. }
  58. .participant .no-more.data-v-0de5b780 {
  59. margin-top: 12rpx;
  60. font-size: 24rpx;
  61. color: #999999;
  62. text-align: center;
  63. }