box.scss 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. page {
  2. background-color: #0F0F1D;
  3. width: 100%;
  4. height: 100vh;
  5. }
  6. .page {
  7. width: 750rpx;height:1624rpx;
  8. background: linear-gradient( 180deg, #24234B 0%, #0F0F1D 100%);
  9. border-radius: 0rpx 0rpx 0rpx 0rpx;
  10. background-repeat: repeat-y;
  11. }
  12. .thread {
  13. height: 20rpx;
  14. }
  15. .thread2 {
  16. height: 60rpx;
  17. }
  18. .tabMain {
  19. display: flex;flex-direction: row;justify-content: space-between;align-items: center;
  20. width:710rpx;margin: 0rpx auto;padding-top:20rpx;
  21. .menu {
  22. width:334rpx;height:84rpx;
  23. background: url('http://c.yujianmate.com/images/v1/w3/rule/tab_bg.png');
  24. background-size: 334rpx 84rpx;margin:0 auto;
  25. display: flex;flex-direction: row;justify-content: center;align-items: center;
  26. font-weight: bold;
  27. font-size: 32rpx;
  28. color: #999999;
  29. }
  30. .active {
  31. background: url('http://c.yujianmate.com/images/v1/w3/rule/tab_bg_sel.png');
  32. background-size: 334rpx 84rpx;
  33. background-repeat: no-repeat;
  34. font-weight: bold;
  35. font-size: 32rpx;
  36. color: #FFFFFF;
  37. }
  38. .active2 {
  39. background: url('http://c.yujianmate.com/images/v1/w3/rule/tab_bg2_sel.png');
  40. background-size: 334rpx 84rpx;
  41. background-repeat: no-repeat;
  42. font-weight: bold;
  43. font-size: 32rpx;
  44. color: #FFFFFF;
  45. }
  46. }
  47. .tabMain2 {
  48. display: flex;flex-direction: row;justify-content: space-around;align-items: center;
  49. width:690rpx;margin: 20rpx auto;
  50. .menu {
  51. width:230rpx;height:52rpx;margin:0 auto;
  52. display: flex;flex-direction: row;justify-content: center;align-items: center;
  53. font-weight: 400;
  54. font-size: 28rpx;
  55. color: #999999;
  56. }
  57. .active {
  58. background: url('http://c.yujianmate.com/images/v1/w3/rule/bg_blank.png');
  59. background-size: 78rpx 8rpx;
  60. background-repeat: no-repeat;
  61. background-position: bottom;
  62. font-weight: bold;
  63. font-size: 28rpx;
  64. color: #FFFFFF;
  65. }
  66. }
  67. .empty{
  68. display: flex;flex-direction: column;justify-content: normal;align-items: center;
  69. width:690rpx;
  70. height: 560rpx;
  71. .bg {
  72. margin-top: 100rpx;
  73. width:434rpx;
  74. height: 234rpx;
  75. background: url('http://c.yujianmate.com/images/v1/w3/empty.png');
  76. background-size: 434rpx 234rpx;
  77. }
  78. }
  79. .list_item {
  80. width:690rpx;height:268rpx;display: flex;flex-direction: column;justify-content: flex-start;align-items: center;
  81. background: url('http://c.yujianmate.com/images/v1/w3/bg_box2.png');
  82. background-size: 690rpx 268rpx;margin:0 auto;
  83. margin-top: 24rpx;
  84. .item2 {
  85. width:690rpx;height:268rpx;
  86. display: flex;flex-direction: row;justify-content: space-between;align-items: center;
  87. .left {
  88. width:220rpx;height:268rpx;
  89. display: flex;flex-direction: column;justify-content: center;align-items: center;
  90. image {
  91. width:220rpx;
  92. }
  93. .price{
  94. width:220rpx;height:48rpx;
  95. background: #A785D6;
  96. border-radius: 0rpx 0rpx 24rpx 24rpx;
  97. background-size: 220rpx 48rpx;
  98. font-size: 28rpx;
  99. text-align: center;
  100. color: #FFFFFF;
  101. }
  102. .name {
  103. font-weight: bold;margin-top: 14rpx;text-align: left;
  104. font-size: 28rpx;
  105. color: #FFFFFF;
  106. }
  107. .time {
  108. font-weight: 400;margin-top: 14rpx;text-align: left;
  109. font-size: 24rpx;
  110. color: #999999;
  111. }
  112. }
  113. .right {
  114. width:470rpx;
  115. display: flex;flex-direction: column;justify-content: space-around;align-items: center;
  116. .item1 {
  117. width:470rpx;height:32rpx;
  118. display: flex;flex-direction: row;justify-content: space-between;align-items: center;
  119. margin-top:24rpx;
  120. margin-bottom:24rpx;
  121. .left2 {
  122. font-weight: bold;padding-left:24rpx;
  123. font-size: 32rpx;
  124. color: #FFFFFF;
  125. }
  126. .right2 {
  127. font-weight: 400;padding-right:24rpx;
  128. font-size: 28rpx;
  129. color: #FFFFFF;
  130. }
  131. }
  132. .content {
  133. width: 100%;
  134. height: 100rpx;
  135. font-weight: 400;font-size: 24rpx;color: #FFFFFF;
  136. padding-left:24rpx;padding-right:24rpx;
  137. }
  138. .act {
  139. width:100%;display: flex;flex-direction: row;justify-content: flex-end;align-items: center;
  140. padding-right: 24rpx;padding-bottom:20rpx;
  141. .btn {
  142. width:136rpx;height:60rpx;border-radius: 20rpx;
  143. background: url('http://c.yujianmate.com/images/v1/w3/tansuo.png');
  144. // background: linear-gradient( 180deg, #24234B 0%, #0F0F1D 100%);
  145. background-size: 136rpx 60rpx;
  146. display: flex;flex-direction: row;justify-content: center;align-items: center;
  147. font-weight: bold;
  148. text-align: center;
  149. font-style: normal;
  150. color: #FFFFFF;
  151. }
  152. .sign_name {
  153. font-weight: normal;
  154. font-size: 24rpx;
  155. color: #fff;margin-bottom: 16rpx;
  156. }
  157. .state_name {
  158. font-weight: bold;
  159. font-size: 28rpx;
  160. color: #FF4655;margin-bottom: 16rpx;
  161. }
  162. }
  163. }
  164. }
  165. }
  166. .state12 {
  167. width:690rpx;height:388rpx;display: flex;flex-direction: column;justify-content: flex-start;align-items: center;
  168. background: url('http://c.yujianmate.com/images/v1/w3/bg_box2.png');
  169. background-size: 690rpx 388rpx;margin:0rpx auto;margin-bottom: 20rpx;
  170. .item1 {
  171. .right {
  172. font-weight: bold;
  173. font-size: 28rpx;
  174. color: #FF4655;
  175. }
  176. }
  177. .item2 {
  178. width:690rpx;height:318rpx;
  179. .left {
  180. width:280rpx;height:318rpx;
  181. }
  182. .right {
  183. width:410rpx;
  184. display: flex;flex-direction: column;justify-content: space-between;align-items: center;
  185. .content {
  186. height:128rpx;
  187. }
  188. .act {
  189. width:100%;display: flex;flex-direction: column;justify-content: flex-end;align-items: flex-end;padding-right: 30rpx;
  190. .state_name {
  191. font-weight: bold;
  192. font-size: 28rpx;
  193. color: #FF4655;margin-bottom: 16rpx;
  194. }
  195. .sign_name {
  196. font-weight: normal;
  197. font-size: 24rpx;
  198. color: #fff;margin-bottom: 16rpx;
  199. }
  200. image {
  201. height:32rpx;
  202. }
  203. }
  204. }
  205. }
  206. }