tran.scss 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  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. .bodyMain {
  13. display: flex;
  14. flex-direction: column;
  15. justify-content: center;
  16. align-items: center;
  17. width: 750rpx;
  18. .bg {
  19. display: flex;flex-direction: column;
  20. width: 690rpx;height: 800rpx;
  21. background: url('http://c.yujianmate.com/images/v1/w3/tran/bg_tran.png');
  22. background-size: 690rpx 800rpx;
  23. justify-content: center;
  24. .item {
  25. display: flex;flex-direction: row;justify-content: flex-start;align-items: flex-start;
  26. .iconId {
  27. width:44rpx;height:44rpx;margin-left:40rpx;
  28. }
  29. .btn {
  30. width:610rpx;height:96rpx;margin:0 auto;margin-bottom: 20rpx;
  31. background: url('http://c.yujianmate.com/images/v1/w3/tran/btn.png');
  32. background-size: 610rpx 96rpx;
  33. display: flex;flex-direction: column;justify-content: flex-start;align-items: center;
  34. }
  35. }
  36. .num1 {
  37. width:100%;display: flex;flex-direction: row;justify-content: space-between;align-items: center;margin-top:40rpx;
  38. .num {
  39. width:500rpx;height:60rpx;padding-left:40rpx;
  40. input {
  41. background: none;border:none;color:#fff;
  42. }
  43. }
  44. .all {
  45. width:190rpx;height:60rpx;font-weight: bold;text-align: right;padding-right: 40rpx;
  46. font-size: 28rpx;
  47. color: #FFFF4F;
  48. }
  49. }
  50. .num2 {
  51. width:100%;display: flex;flex-direction: row;justify-content: space-between;align-items: center;
  52. margin-top:20rpx;margin-bottom: 40rpx;
  53. .num {
  54. width:200rpx;height:60rpx;padding-left:40rpx;font-weight: 400;font-size: 28rpx;color: #FFFFFF;
  55. }
  56. .all {
  57. width:490rpx;height:60rpx;text-align: right;padding-right: 40rpx;
  58. font-weight: 400;
  59. font-size: 28rpx;
  60. color: #FFFFFF;
  61. }
  62. }
  63. .line {
  64. width: 610rpx;height: 2rpx;margin-left:40rpx;
  65. background: #393939;
  66. border-radius: 0rpx 0rpx 0rpx 0rpx;
  67. }
  68. }
  69. .bg2 {
  70. display: flex;flex-direction: column;
  71. width: 690rpx;margin-top:20rpx;
  72. justify-content: center;
  73. .item {
  74. display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;
  75. margin-top: 20rpx;
  76. margin-left: 50rpx;
  77. .iconId {
  78. width:314rpx;height:110rpx;margin-left:20rpx;
  79. }
  80. }
  81. .itemRule {
  82. display: flex;flex-direction: column;justify-content: flex-start;align-items: center;
  83. width: 690rpx;height: 600rpx;
  84. // background: url('http://c.yujianmate.com/images/v1/w3/tran/bg_desc.png');
  85. // background-size: 690rpx 560rpx;
  86. font-weight: 400;
  87. font-size: 22rpx;
  88. color: #999999;
  89. .ruleItem {
  90. width:590rpx;height:56rpx;
  91. .line{
  92. width: 590rpx;
  93. height: 0rpx;
  94. border-bottom: 3rpx dashed #FFFFFF;
  95. opacity: 0.3;
  96. margin-top: 12rpx;
  97. }
  98. .info{
  99. display: flex;flex-direction: row;justify-content: space-between;align-items: center;
  100. width:590rpx;
  101. .left {
  102. display: flex;flex-direction: column;justify-content: center;
  103. // background: #ffffff;
  104. align-items: center;
  105. width:295rpx;
  106. }
  107. .right{
  108. // background: #393939;
  109. align-items: center;
  110. width:295rpx;
  111. display: flex;flex-direction: column;justify-content: center;
  112. }
  113. }
  114. }
  115. }
  116. }
  117. }
  118. .thread {
  119. height: 20rpx;
  120. }
  121. .thread2 {
  122. height: 60rpx;
  123. }
  124. .sigin {
  125. display: flex;flex-direction: row;justify-content:flex-end;align-items: center;
  126. width: 650rpx;height: 180rpx;margin:10rpx auto;
  127. background: url('http://c.yujianmate.com/images/v1/w3/signin.png');
  128. background-size: 650rpx 180rpx;
  129. .btn {
  130. width:152rpx;height:72rpx;border-radius: 20rpx;margin-right:30rpx;
  131. background-color: #fff;
  132. display: flex;flex-direction: row;justify-content: center;align-items: center;
  133. }
  134. }
  135. .list_r {
  136. width:750rpx;display: flex;flex-direction: row;justify-content: flex-start;align-items: center;margin-top:20rpx;
  137. font-weight: bold;padding-left:40rpx;
  138. font-size: 32rpx;
  139. color: #FFFFFF;
  140. .item1 {
  141. width: 314rpx;height: 110rpx;margin-right:20rpx;
  142. background: url('http://c.yujianmate.com/images/v1/w3/bg_c1_box.png');
  143. background-size: 314rpx 110rpx;
  144. }
  145. .item2 {
  146. width: 314rpx;height: 110rpx;
  147. background: url('http://c.yujianmate.com/images/v1/w3/bg_c1_share.png');
  148. background-size: 314rpx 110rpx;
  149. }
  150. .item3 {
  151. width: 314rpx;height: 110rpx;margin-right:20rpx;margin-top:20rpx;
  152. background: url('http://c.yujianmate.com/images/v1/w3/bg_c1_tran.png');
  153. background-size: 314rpx 110rpx;
  154. }
  155. .item4 {
  156. width: 314rpx;height: 110rpx;margin-top:20rpx;
  157. background: url('http://c.yujianmate.com/images/v1/w3/bg_c1_x.png');
  158. background-size: 314rpx 110rpx;
  159. }
  160. }
  161. .list_item {
  162. width:690rpx;height:308rpx;display: flex;flex-direction: column;justify-content: flex-start;align-items: center;
  163. background: url('http://c.yujianmate.com/images/v1/w3/bg_box.png');
  164. background-size: 690rpx 308rpx;margin:0 auto;
  165. .item1 {
  166. width:690rpx;height:70rpx;
  167. display: flex;flex-direction: row;justify-content: space-between;align-items: center;
  168. .left {
  169. font-weight: bold;padding-left:30rpx;
  170. font-size: 32rpx;
  171. color: #FFFFFF;
  172. }
  173. .right {
  174. font-weight: 400;padding-right:30rpx;
  175. font-size: 28rpx;
  176. color: #FFFFFF;
  177. }
  178. }
  179. .item2 {
  180. width:690rpx;height:228rpx;
  181. display: flex;flex-direction: row;justify-content: space-between;align-items: center;
  182. .left {
  183. width:230rpx;
  184. display: flex;flex-direction: row;justify-content: center;align-items: center;
  185. image {
  186. width:168rpx;
  187. }
  188. }
  189. .right {
  190. width:460rpx;
  191. display: flex;flex-direction: column;justify-content: space-between;align-items: center;
  192. .content {
  193. font-weight: 400;font-size: 24rpx;color: #FFFFFF;
  194. padding-right:80rpx;
  195. }
  196. .act {
  197. width:100%;display: flex;flex-direction: row;justify-content: flex-end;align-items: center;padding-right: 30rpx;padding-top:20rpx;
  198. image {
  199. width:100rpx;height:32rpx;
  200. }
  201. }
  202. }
  203. }
  204. }