fragmentsRecord.wxss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. @import "fragmentsRecordItem.wxss";
  2. Page {
  3. height: 100%;
  4. width: 100%;
  5. background-color: #f9f9fb;
  6. }
  7. .head-bg {
  8. width: 100%;
  9. height: 108rpx;
  10. background-color: #413668;
  11. display: flex;
  12. flex-direction: row;
  13. }
  14. .switch-button-left-normal, .switch-button-center-normal, .switch-button-right-normal, .switch-button-left-selected, .switch-button-center-selected, .switch-button-right-selected {
  15. width: 200rpx;
  16. height: 72rpx;
  17. border-radius: 36rpx;
  18. font-size: 28rpx;
  19. letter-spacing: 2rpx;
  20. text-align: center;
  21. line-height: 72rpx;
  22. margin-top: 20rpx;
  23. }
  24. .switch-button-left-normal,.switch-button-left-selected {
  25. margin-left: 50rpx;
  26. margin-right: auto;
  27. }
  28. .switch-button-center-normal, .switch-button-center-selected {
  29. margin-left: auto;
  30. margin-right: auto;
  31. }
  32. .switch-button-right-normal, .switch-button-right-selected {
  33. margin-left: auto;
  34. margin-right: 50rpx;
  35. }
  36. .switch-button-left-normal, .switch-button-center-normal, .switch-button-right-normal {
  37. background-color: transparent;
  38. color: #bfbdff;
  39. opacity: 0.7;
  40. }
  41. .switch-button-left-selected, .switch-button-center-selected, .switch-button-right-selected {
  42. background-color: #8c5aeb;
  43. color: white;
  44. }
  45. .scroll-view-bg, .scroll-view-bg-o {
  46. position: absolute;
  47. top: 108rpx;
  48. left: 0px;
  49. width: 100%;
  50. /* display: flex;
  51. flex-direction: row; */
  52. white-space: nowrap;
  53. }
  54. .scroll-view-bg {
  55. bottom: 190rpx;
  56. }
  57. .scroll-view-bg-o {
  58. bottom: 86rpx;
  59. }
  60. .ranking-view, .ranking-view-o {
  61. background-color: white;
  62. width: 100%;
  63. height: 86rpx;
  64. position: absolute;
  65. line-height: 86rpx;
  66. font-size: 26rpx;
  67. color: #808080;
  68. text-align: center;
  69. }
  70. .ranking-view {
  71. bottom: 104rpx;
  72. }
  73. .ranking-view-o {
  74. bottom: 0px;
  75. }
  76. .scroll-item-view {
  77. display: inline-block;
  78. width: 750rpx;
  79. height: 100%;
  80. }
  81. .scroll-view {
  82. position: absolute;
  83. width: 750rpx;
  84. height: 100%;
  85. }
  86. .group-view {
  87. width: 750rpx;
  88. height: 100%;
  89. position: absolute;
  90. }
  91. .group-view-img {
  92. display: block;
  93. margin: 30% auto 0px;
  94. width: 204rpx;
  95. height: 204rpx;
  96. }
  97. .group-view-tips {
  98. margin-top: 22rpx;
  99. color: #999999;
  100. font-size: 32rpx;
  101. text-align: center;
  102. }
  103. .group-view-button-view {
  104. margin: 36rpx auto auto;
  105. width: 380rpx;
  106. height: 88rpx;
  107. border-radius: 44rpx;
  108. background-color: #8c5aeb;
  109. color: white;
  110. font-size: 30rpx;
  111. text-align: center;
  112. line-height: 88rpx;
  113. display: flex;
  114. flex-direction: column;
  115. }
  116. .group-view-button {
  117. width: 100%;
  118. height: 88rpx;
  119. margin-top: -88rpx;
  120. }