给图片边框加一个动画,顺时针依次变色,因为图片加了border-radius,要怎么把第一张图和第二张图开始的部分加上圆角。或者换一种实现方案 "image.png" (https://wmprod.oss-cn-shanghai.aliyuncs.com/c/user/20240928/1cd7a78d2d45a2f66be9473799ea037f.png) "image.png" (https://wmprod.oss-cn-shanghai.aliyuncs.com/c/user/20240928/56886b5be0ea64341e9a43aded696de0.png) "image.png" (https://wmprod.oss-cn-shanghai.aliyuncs.com/c/user/20240928/1fc6d7c7d79d51e7c4f79658734e3443.png) &.active { width: 290px; height: 190px; position: relative; &.active::before, &::after { box-sizing: inherit; position: absolute; content: ''; border: 4px solid transparent; border-radius: 20px !important; width: 1px; height: 1px; z-index: 999; } &.active::after { bottom: 0px; right: 0px; } &.active::before { top: 0px; left: 0px; } &.active:hover::before, &.active:hover::after { width: 100%; height: 100%; } &.active:hover::before { border-top-color: #ff6900; border-right-color: #ff6900; transition: width 0.5s ease-out 0s, height 0.5s ease-out 0.5s; } &.active:hover::after { border-bottom-color: #ff6900; border-left-color: #ff6900; transition: border-color 0s ease-out 1s, width 0.5s ease-out 1s, height 0.5s ease-out 1.5s; } } "20240521_145056.gif" (https://wmprod.oss-cn-shanghai.aliyuncs.com/c/user/20240928/2b4b427eac65a893ccf102e6f38e2196.png)
该网站的文章加载方式是ajax吗?通过开发者工具查看返回的不是json数据,而是整个HTML文档,但是页面并没有刷新,而是将新增的文章添加进去了? 参考网站:"https://www.c4d6.com/moxing" (https://link.segmentfault.com/?enc=S4BMW2KBdt2k5smYMSoumA%3D%3D.E10xF0DjBQ8bNwd%2B2cGmLs67dueueeVO1FFkoxApqJY%3D) 这种网站的加载方式是如何实现的呢?
这网站叫熊猫监控 * 登录地址:jiankong.xmtui.com * 他的landing page: xmtui.com 看上去不像是java写的,也不知道用的什么语言和框架,还是说用了vue和react。 能看出是用了什么技术吗?
如下图,为什么一些提供收费服务的网站没有进行经营性ICP备案? https://wmlx-new-image.oss-cn-shanghai.aliyuncs.com/images/20241026/dd3faddbe99bc001a7f45ac5d9e3b6a5.png https://wmlx-new-image.oss-cn-shanghai.aliyuncs.com/images/20241026/c24adba1fa2226ae7de681b5762af99a.png 我看很多网站都没有进行在页面底部放置ICP许可证 不是说经营性业务必须要办理ICP许可证吗