bar.wxss 116 B

12345678910
  1. page {
  2. background: #f1f1f1;
  3. }
  4. .fixed-page{
  5. margin-top: 120rpx;
  6. }
  7. .fixed-image{
  8. width: 100%;
  9. display:block;
  10. }