index.wxss 120 B

12345678
  1. .donutBuy {
  2. position: fixed;
  3. top: 0;
  4. left: 0;
  5. width: 100%;
  6. height: 100vh;
  7. background: rgba(0, 0, 0, 0.7);
  8. }