sq.wxss 352 B

1234567891011121314151617181920212223
  1. .itemhx{
  2. display: flex;
  3. flex-direction: column;
  4. background-color: #fff;
  5. height: 100%;
  6. }
  7. .headerhx{
  8. margin-top:20rpx;
  9. /* height: 100rpx; */
  10. background-color: #298DF7;
  11. color:#fff;
  12. font-size: 30rpx;
  13. }
  14. .headeritemhx{
  15. text-align: center;
  16. line-height: 100rpx;
  17. }
  18. .bodyhx{
  19. flex: 100;
  20. }
  21. .footerhx{
  22. flex: 15;
  23. }