index.wxss 288 B

123456789
  1. .test {
  2. background-image: url('https://wx-model-1317557471.cos.ap-shanghai.myqcloud.com/yx/bganniu.png');
  3. background-size: 100% 100%;
  4. }
  5. .no-press-effect {
  6. -webkit-tap-highlight-color: transparent; /* 移除点击高亮 */
  7. background-color: transparent; /* 确保背景透明 */
  8. }