类似渐变色弯曲border

类似渐变色弯曲border

因为border-imageborder-radius 不能同时生效。所以使用双层背景实现。注:class属性使用了tailwindcss

  • 实现效果
  • 实现代码
html 复制代码
<div
  class="ml-6 flex h-14 items-center rounded-full border-2 border-transparent px-5"
  style="
    background:
      linear-gradient(#fff, #fff) padding-box,
      linear-gradient(#8362ff, #ff6b6e) border-box;
  "
>
  <span class="bg-gradient-to-r from-[#8362FF] to-[#FF6B6E] bg-clip-text text-lg font-bold whitespace-nowrap text-transparent"> 发起新对话 </span>
</div>
相关推荐
思码梁田8 小时前
CSS cursor 属性全解析:从“小手“开始,玩转鼠标光标
前端·css·计算机外设·cursor·pointer
黑土豆9 小时前
CSS 新特性:Container Queries 到底能解决什么痛点?
前端·css
思码梁田10 小时前
CSS vertical-align 属性详解:表格与图文对齐的实用指南
前端·css·vertical-align
用户059540174461 天前
把记忆存储的回归测试从手工换成 Playwright + GitHub Actions,线上缺陷降低 80%
前端·css
cll_8692418911 天前
一个好看的Wordpress博客文字css样式
前端·css·ui
三翼鸟数字化技术团队1 天前
一种前端大屏适配方案
前端·css
muddjsv1 天前
CSS核心语法精讲:彻底吃透规则结构、选择器与声明规范
前端·css
触底反弹2 天前
一文搞懂 Tailwind CSS 弹性布局:从原理到实战
前端·css·html
小白巨白2 天前
玫瑰花园管理系统:AI识病+3D可视化,一套面向中小型玫瑰种植园的数字化管理工具
css·人工智能·计算机视觉·html5
alexander0683 天前
CSS 类选择器组合
前端·css