levRule.scss 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  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. .top {
  13. display: flex;
  14. flex-direction: row;
  15. justify-content: flex-end;
  16. align-items: center;
  17. width: 750rpx;
  18. .bgnum {
  19. width: 165rpx;height: 72rpx;margin-right:30rpx;
  20. background: url('http://c.yujianmate.com/images/v1/w3/rule/bg_num.png');
  21. background-size: 165rpx 72rpx;
  22. display: flex;flex-direction: row;justify-content: center;align-items: center;padding-left: 40rpx;
  23. font-weight: bold;
  24. font-size: 28rpx;
  25. color: #FFFFFF;
  26. }
  27. }
  28. .top2 {
  29. display: flex;
  30. flex-direction: row;
  31. justify-content: center;
  32. align-items: center;
  33. width: 750rpx;height:200rpx;
  34. .guidao {
  35. width: 512rpx;height: 100rpx;
  36. background: url('http://c.yujianmate.com/images/v1/w3/rule/guidao.png');
  37. background-size: 512rpx 100rpx;
  38. display: flex;flex-direction: column;justify-content: center;align-items: center;padding-left: 40rpx;
  39. position: relative;
  40. .left {
  41. width:68rpx;height:68rpx;position: absolute;left:8rpx;bottom:-8rpx;
  42. }
  43. .center {
  44. width:100rpx;height:100rpx;position: absolute;bottom:-50rpx;left:206rpx;
  45. }
  46. .right {
  47. width:68rpx;height:68rpx;position: absolute;right:8rpx;bottom:-8rpx;
  48. }
  49. }
  50. }
  51. .top3 {
  52. display: flex;flex-direction: row;justify-content: center;align-items: center;
  53. font-weight: 400;
  54. font-size: 24rpx;
  55. color: #FFFFFF;
  56. }
  57. .header {
  58. display: flex;
  59. flex-direction: row;
  60. justify-content: center;
  61. align-items: center;
  62. width: 750rpx;height: 320rpx;
  63. .bg {
  64. display: flex;flex-direction: row;
  65. width: 650rpx;height: 320rpx;
  66. background: url('http://c.yujianmate.com/images/v1/w3/w3_bg_2.png');
  67. background-size: 650rpx 320rpx;
  68. justify-content: center;
  69. padding-left:50rpx;
  70. position: relative;
  71. .left {
  72. width:650rpx;
  73. display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;
  74. .name {
  75. .icon{
  76. width:128rpx;height:78rpx;
  77. }
  78. font-weight: bold;padding-top:36rpx;
  79. font-size: 64rpx;
  80. color: #F28700;
  81. }
  82. .prize {
  83. padding-top:30rpx;
  84. font-weight: 400;
  85. font-size: 28rpx;
  86. color: #FFFFFF;
  87. }
  88. .desc {
  89. font-weight: 400;padding-top:12rpx;
  90. font-size: 24rpx;
  91. color: #999999;
  92. }
  93. }
  94. .right {
  95. width:300rpx;display: flex;flex-direction: column;justify-content: flex-start;align-items: center;
  96. position: absolute;right:10rpx;
  97. .icon {
  98. width:296rpx;height:296rpx;
  99. }
  100. }
  101. }
  102. }
  103. .thread {
  104. height: 20rpx;
  105. }
  106. .thread2 {
  107. height: 60rpx;
  108. }
  109. .tbody {
  110. display: flex;flex-direction: column;justify-content:flex-start;align-items: flex-start;
  111. width: 650rpx;height: 532rpx;margin:10rpx auto;
  112. .title {
  113. width:100%;height:90rpx;font-weight: bold;font-size: 36rpx;color: #FFFFFF;
  114. display: flex;flex-direction: column;justify-content: center;align-items: flex-start;
  115. .icon {
  116. width:494rpx;height:84rpx;
  117. }
  118. }
  119. .item {
  120. width:100%;height:90rpx;display: flex;flex-direction: row;justify-content: space-between;align-items: center;
  121. color:#fff;padding:20rpx 30rpx;margin-top:10rpx;
  122. }
  123. .num {
  124. font-weight: 400;
  125. font-size: 26rpx;
  126. color: #FFFF4F;text-align: center;
  127. }
  128. .line{
  129. margin-left: 15rpx;
  130. width: 610rpx;
  131. height: 0rpx;
  132. border-bottom: 3rpx dashed #FFFFFF;
  133. opacity: 0.3;
  134. margin-top: 12rpx;
  135. }
  136. }
  137. .footer {
  138. width:690rpx;display: flex;flex-direction: row;justify-content: space-between;align-items: center;margin:0 auto;
  139. .item {
  140. width:172rpx;
  141. .icon {
  142. width:172rpx;height:40rpx;
  143. }
  144. .icon2 {
  145. width:216rpx;height:52rpx;
  146. }
  147. }
  148. .item:nth-child(2){
  149. width:216rpx;
  150. }
  151. }