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.
|
12345678910111213141516 |
- .Box{
- width: 96%;
- margin: 0 2%;
- background-color: #0E1119;
- }
- #BoxBg{
- background-color: #0E1119;
- overflow: hidden;
- font-size: 28rpx;
- min-height: 100vh;
-
- color: #535E75;
- }
- .oh{
- overflow: hidden;
- }
|