1234567891011121314151617 |
- /**app.wxss**/
- page{
- height: 100%;
- background-color: #000000;
- }
- .container {
- /* height: 88%; */
- display: flex;
- flex-direction: column;
- align-items: center;
- /* justify-content: space-between; */
- /* padding: 200rpx 0; */
- box-sizing: border-box;
- overflow:hidden;
- background-color: #000000;
- }
|