schoolTrip.wxss 428 B

1234567891011121314151617181920212223242526272829
  1. .content{
  2. background-color: #F2F2F2;
  3. padding: 20rpx;
  4. }
  5. Page {
  6. width: 100%;
  7. height: 100%;
  8. background-color: #F2F2F2;
  9. }
  10. .text{
  11. padding: 20rpx;
  12. border-radius: 10rpx;
  13. text-align: center;
  14. color: #667580;
  15. font-size: 28rpx;
  16. }
  17. .no_data_img{
  18. height: 300rpx;
  19. width: 400rpx;
  20. }
  21. .no_data_view{
  22. margin-top: 200rpx;
  23. display: flex;
  24. flex-flow: column nowrap;
  25. justify-content: center;
  26. align-items: center;
  27. }