index.wxss 178 B

123456789101112
  1. .overlay {
  2. display: block;
  3. position: absolute;
  4. z-index: 10;
  5. }
  6. .button {
  7. width: 50px;
  8. height: 50px;
  9. background-color: rgba(0, 140, 255, 0.5);
  10. text-align: center;
  11. }