yaya-003

先来看下之前的样式(左边和上边都是有阴影的)

在style标签中加上下面一段代码看效果~~

<style scoped>
  input {
    outline-color: invert;
    outline-style: none;
    outline-width: 0px;
    border: none;
    border-style: none;
    text-shadow: none;
    -webkit-appearance: none;
    -webkit-user-select: text;
    outline-color: transparent;
    box-shadow: none;
  }
</style>

酱紫就好啦~~~~是不是很神奇

PS:如果这篇文章对您有帮助,记得点个赞再走呦~

分类:

技术点:

相关文章:

  • 2022-01-05
  • 2021-08-04
  • 2021-12-14
  • 2021-12-10
  • 2021-12-10
  • 2022-12-23
  • 2021-12-14
  • 2021-12-26
猜你喜欢
  • 2021-05-01
  • 2021-12-14
  • 2021-12-26
  • 2021-12-14
  • 2022-03-08
  • 2021-10-05
相关资源
相似解决方案