tran.scss 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. page {
  2. background-color: #161616;
  3. width: 100%;
  4. height: 100%;
  5. }
  6. .page {
  7. width: 750rpx;height: 100vh;
  8. background: url('../../static/w3/bg.png');
  9. background-size: 750rpx 1624rpx;
  10. }
  11. .bodyMain {
  12. display: flex;
  13. flex-direction: column;
  14. justify-content: center;
  15. align-items: center;
  16. width: 750rpx;
  17. .bg {
  18. display: flex;flex-direction: column;
  19. width: 690rpx;height: 800rpx;
  20. background: url('../../static/w3/tran/bg_tran.png');
  21. background-size: 690rpx 800rpx;
  22. justify-content: center;
  23. .item {
  24. display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;
  25. .iconId {
  26. width:314rpx;height:110rpx;margin-left:20rpx;
  27. }
  28. .btn {
  29. width:610rpx;height:96rpx;margin:0 auto;margin-bottom: 20rpx;
  30. }
  31. }
  32. .num1 {
  33. width:100%;display: flex;flex-direction: row;justify-content: space-between;align-items: center;margin-top:40rpx;
  34. .num {
  35. width:500rpx;height:60rpx;padding-left:40rpx;
  36. input {
  37. background: none;border:none;color:#fff;
  38. }
  39. }
  40. .all {
  41. width:190rpx;height:60rpx;font-weight: bold;text-align: right;padding-right: 40rpx;
  42. font-size: 28rpx;
  43. color: #FF4655;
  44. }
  45. }
  46. .num2 {
  47. width:100%;display: flex;flex-direction: row;justify-content: space-between;align-items: center;
  48. margin-top:20rpx;margin-bottom: 40rpx;
  49. .num {
  50. width:200rpx;height:60rpx;padding-left:40rpx;font-weight: 400;font-size: 28rpx;color: #FFFFFF;
  51. }
  52. .all {
  53. width:490rpx;height:60rpx;text-align: right;padding-right: 40rpx;
  54. font-weight: 400;
  55. font-size: 28rpx;
  56. color: #FFFFFF;
  57. }
  58. }
  59. .line {
  60. width: 610rpx;height: 2rpx;margin-left:40rpx;
  61. background: #393939;
  62. border-radius: 0rpx 0rpx 0rpx 0rpx;
  63. }
  64. }
  65. .bg2 {
  66. display: flex;flex-direction: column;
  67. width: 690rpx;margin-top:20rpx;
  68. justify-content: center;
  69. .item {
  70. display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;
  71. .iconId {
  72. width:314rpx;height:110rpx;margin-left:20rpx;
  73. }
  74. }
  75. .itemRule {
  76. display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;
  77. width: 690rpx;height: 234rpx;
  78. background: url('../../static/w3/tran/bg_desc.png');
  79. background-size: 690rpx 234rpx;
  80. font-weight: 400;padding:24rpx 32rpx;
  81. font-size: 24rpx;
  82. color: #999999;
  83. }
  84. }
  85. }
  86. .thread {
  87. height: 20rpx;
  88. }
  89. .thread2 {
  90. height: 60rpx;
  91. }
  92. .sigin {
  93. display: flex;flex-direction: row;justify-content:flex-end;align-items: center;
  94. width: 650rpx;height: 180rpx;margin:10rpx auto;
  95. background: url('../../static/w3/signin.png');
  96. background-size: 650rpx 180rpx;
  97. .btn {
  98. width:152rpx;height:72rpx;border-radius: 20rpx;margin-right:30rpx;
  99. background-color: #fff;
  100. display: flex;flex-direction: row;justify-content: center;align-items: center;
  101. }
  102. }
  103. .list_r {
  104. width:750rpx;display: flex;flex-direction: row;justify-content: flex-start;align-items: center;margin-top:20rpx;
  105. font-weight: bold;padding-left:40rpx;
  106. font-size: 32rpx;
  107. color: #FFFFFF;
  108. .item1 {
  109. width: 314rpx;height: 110rpx;margin-right:20rpx;
  110. background: url('../../static/w3/bg_c1_box.png');
  111. background-size: 314rpx 110rpx;
  112. }
  113. .item2 {
  114. width: 314rpx;height: 110rpx;
  115. background: url('../../static/w3/bg_c1_share.png');
  116. background-size: 314rpx 110rpx;
  117. }
  118. .item3 {
  119. width: 314rpx;height: 110rpx;margin-right:20rpx;margin-top:20rpx;
  120. background: url('../../static/w3/bg_c1_tran.png');
  121. background-size: 314rpx 110rpx;
  122. }
  123. .item4 {
  124. width: 314rpx;height: 110rpx;margin-top:20rpx;
  125. background: url('../../static/w3/bg_c1_x.png');
  126. background-size: 314rpx 110rpx;
  127. }
  128. }
  129. .list_item {
  130. width:690rpx;height:308rpx;display: flex;flex-direction: column;justify-content: flex-start;align-items: center;
  131. background: url('../../static/w3/bg_box.png');
  132. background-size: 690rpx 308rpx;margin:0 auto;
  133. .item1 {
  134. width:690rpx;height:70rpx;
  135. display: flex;flex-direction: row;justify-content: space-between;align-items: center;
  136. .left {
  137. font-weight: bold;padding-left:30rpx;
  138. font-size: 32rpx;
  139. color: #FFFFFF;
  140. }
  141. .right {
  142. font-weight: 400;padding-right:30rpx;
  143. font-size: 28rpx;
  144. color: #FFFFFF;
  145. }
  146. }
  147. .item2 {
  148. width:690rpx;height:228rpx;
  149. display: flex;flex-direction: row;justify-content: space-between;align-items: center;
  150. .left {
  151. width:230rpx;
  152. display: flex;flex-direction: row;justify-content: center;align-items: center;
  153. image {
  154. width:168rpx;
  155. }
  156. }
  157. .right {
  158. width:460rpx;
  159. display: flex;flex-direction: column;justify-content: space-between;align-items: center;
  160. .content {
  161. font-weight: 400;font-size: 24rpx;color: #FFFFFF;
  162. padding-right:80rpx;
  163. }
  164. .act {
  165. width:100%;display: flex;flex-direction: row;justify-content: flex-end;align-items: center;padding-right: 30rpx;padding-top:20rpx;
  166. image {
  167. width:100rpx;height:32rpx;
  168. }
  169. }
  170. }
  171. }
  172. }