remotePicker.wxss 243 B

1234567891011
  1. /* components/remotePicker/remotePicker.wxss */
  2. .scroll {
  3. max-height: 30vh;
  4. width: 50vw;
  5. border: 1px solid black;
  6. position: absolute;
  7. top: 10rpx;
  8. background: rgba(256, 256, 256, 0.5);
  9. backdrop-filter: blur(3px);
  10. z-index: 100;
  11. }