box.scss 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. page {
  2. background-color: #161616;
  3. width: 100%;
  4. height: 100vh;
  5. background: url('../../static/w3/bg.png');
  6. background-size: 750rpx 1624rpx;
  7. background-repeat: repeat-y;
  8. }
  9. .page {
  10. width: 750rpx;
  11. background: url('../../static/w3/bg.png');
  12. background-size: 750rpx 1624rpx;
  13. background-repeat: repeat-y;
  14. }
  15. .thread {
  16. height: 20rpx;
  17. }
  18. .thread2 {
  19. height: 60rpx;
  20. }
  21. .tabMain {
  22. display: flex;flex-direction: row;justify-content: space-between;align-items: center;
  23. width:710rpx;margin: 0rpx auto;padding-top:20rpx;
  24. .menu {
  25. width:334rpx;height:84rpx;
  26. background: url('../../static/w3/rule/tab_bg.png');
  27. background-size: 334rpx 84rpx;margin:0 auto;
  28. display: flex;flex-direction: row;justify-content: center;align-items: center;
  29. font-weight: bold;
  30. font-size: 32rpx;
  31. color: #999999;
  32. }
  33. .active {
  34. background: url('../../static/w3/rule/tab_bg_sel.png');
  35. background-size: 334rpx 84rpx;
  36. font-weight: bold;
  37. font-size: 32rpx;
  38. color: #FF4655;
  39. }
  40. }
  41. .tabMain2 {
  42. display: flex;flex-direction: row;justify-content: space-around;align-items: center;
  43. width:690rpx;margin: 20rpx auto;
  44. .menu {
  45. width:230rpx;height:52rpx;margin:0 auto;
  46. display: flex;flex-direction: row;justify-content: center;align-items: center;
  47. font-weight: 400;
  48. font-size: 28rpx;
  49. color: #999999;
  50. }
  51. .active {
  52. background: url('../../static/w3/rule/bg_blank.png');
  53. background-size: 230rpx 52rpx;
  54. font-weight: bold;
  55. font-size: 28rpx;
  56. color: #FFFFFF;
  57. }
  58. }
  59. .list_item {
  60. width:690rpx;height:308rpx;display: flex;flex-direction: column;justify-content: flex-start;align-items: center;
  61. background: url('../../static/w3/bg_box.png');
  62. background-size: 690rpx 308rpx;margin:0rpx auto;margin-bottom: 20rpx;
  63. .item1 {
  64. width:690rpx;height:70rpx;
  65. display: flex;flex-direction: row;justify-content: space-between;align-items: center;
  66. .left {
  67. font-weight: bold;padding-left:30rpx;
  68. font-size: 32rpx;
  69. color: #FFFFFF;
  70. }
  71. .right {
  72. font-weight: 400;padding-right:30rpx;
  73. font-size: 28rpx;
  74. color: #FFFFFF;
  75. }
  76. .state2 {
  77. font-weight: bold;
  78. font-size: 28rpx;
  79. color: #FF4655;
  80. }
  81. }
  82. .item2 {
  83. width:690rpx;height:228rpx;
  84. display: flex;flex-direction: row;justify-content: space-between;align-items: center;
  85. .left {
  86. width:250rpx;
  87. display: flex;flex-direction: column;justify-content: center;align-items: center;
  88. image {
  89. width:168rpx;
  90. }
  91. .name {
  92. font-weight: bold;margin-top: 14rpx;text-align: left;
  93. font-size: 28rpx;
  94. color: #FFFFFF;
  95. }
  96. .time {
  97. font-weight: 400;margin-top: 14rpx;text-align: left;
  98. font-size: 24rpx;
  99. color: #999999;
  100. }
  101. }
  102. .right {
  103. width:440rpx;
  104. display: flex;flex-direction: column;justify-content: space-between;align-items: center;
  105. .content {
  106. font-weight: 400;font-size: 24rpx;color: #FFFFFF;
  107. padding-right:80rpx;
  108. }
  109. .act {
  110. width:100%;display: flex;flex-direction: row;justify-content: flex-end;align-items: center;padding-right: 30rpx;padding-top:20rpx;
  111. image {
  112. width:100rpx;height:32rpx;
  113. }
  114. }
  115. }
  116. }
  117. }
  118. .state12 {
  119. width:690rpx;height:388rpx;display: flex;flex-direction: column;justify-content: flex-start;align-items: center;
  120. background: url('../../static/w3/bg_box2.png');
  121. background-size: 690rpx 388rpx;margin:0rpx auto;margin-bottom: 20rpx;
  122. .item1 {
  123. .right {
  124. font-weight: bold;
  125. font-size: 28rpx;
  126. color: #FF4655;
  127. }
  128. }
  129. .item2 {
  130. width:690rpx;height:318rpx;
  131. .left {
  132. width:280rpx;height:318rpx;
  133. }
  134. .right {
  135. width:410rpx;
  136. display: flex;flex-direction: column;justify-content: space-between;align-items: center;
  137. .content {
  138. height:128rpx;
  139. }
  140. .act {
  141. width:100%;display: flex;flex-direction: column;justify-content: flex-end;align-items: flex-end;padding-right: 30rpx;
  142. .state_name {
  143. font-weight: bold;
  144. font-size: 28rpx;
  145. color: #FF4655;margin-bottom: 16rpx;
  146. }
  147. .sign_name {
  148. font-weight: normal;
  149. font-size: 24rpx;
  150. color: #fff;margin-bottom: 16rpx;
  151. }
  152. image {
  153. height:32rpx;
  154. }
  155. }
  156. }
  157. }
  158. }