You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

app.ttss 235 B

12345678910111213141516
  1. .Box{
  2. width: 96%;
  3. margin: 0 2%;
  4. background-color: #0E1119;
  5. }
  6. #BoxBg{
  7. background-color: #0E1119;
  8. overflow: hidden;
  9. font-size: 28rpx;
  10. min-height: 100vh;
  11. color: #535E75;
  12. }
  13. .oh{
  14. overflow: hidden;
  15. }