ZBLOG

.decorate1 { position: absolute; width: 300px; height: 300px; background: url('@/assets/images/cockpit/common-digit1.webp'); background-size: 300px 300px; animation: numbg 3s linear infinite; @keyframes numbg { 0% { filter:...

要让转圈圈的图变粗,您可以使用 border 属性来设置边框的粗细。修改后的代码如下所示:

.decorate1 {
  position: absolute;
  width: 300px;
  height: 300px;
  background: url('@/assets/images/cockpit/common-digit1.webp');
  background-size: 300px 300px;
  animation: numbg 3s linear infinite;
  
  /* 添加边框样式 */
  border: solid 5px;

  @keyframes numbg {
    0% {
      filter: hue-rotate(0deg);
    }
    50% {
      filter: hue-rotate(60deg);
    }
    100% {
      filter: hue-rotate(0deg);
    }
  }
}

通过添加 border 属性,并设置其为 solid 边框样式和 5px 的宽度,您可以使转圈圈的图形变得更加粗细。根据需要,您也可以调整边框的宽度值。


内容由零声教学AI助手提供,问题来源于学员提问

本站部分文章来源于网络,版权归原作者所有,如有侵权请联系站长删除。
转载请注明出处:https://golang.0voice.com/?id=15913

分享:
扫描分享到社交APP
上一篇
下一篇
发表列表
游客 游客
此处应有掌声~
评论列表

还没有评论,快来说点什么吧~

联系我们

在线咨询: 点击这里给我发消息

微信号:3007537140

上班时间: 10:30-22:30

关注我们
x

注册

已经有帐号?