myNews.wxss 251 B

123456789101112131415161718
  1. .banner-view {
  2. background-color: #007AFF;
  3. color: white;
  4. display: flex;
  5. flex-direction: column;
  6. align-items: center;
  7. justify-content: center;
  8. }
  9. .paging-content {
  10. flex: 1;
  11. display: flex;
  12. flex-direction: column;
  13. }
  14. .swiper {
  15. height: 1000px;
  16. }