带箭头的div

复制代码
<div class="arrow_right">
      <div class="boult"></div>
</div>

.arrow_right {
    width: 82px;
    height: 24px;
    position: absolute;
    top: 2.6%;
    left: 5.5%;
    background: rgba(0, 0, 0, 0.04);
    .boult {
      width: 5px;
      height: 5px;
      border: 6px solid;
      border-color: #fff rgba(0, 0, 0, 0.04) #fff #fff;
      position: relative;
      top: 22%;
      left: -15%;
  }
}
复制代码

 

posted @   挽你手  阅读(80)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· TypeScript + Deepseek 打造卜卦网站:技术与玄学的结合
· 阿里巴巴 QwQ-32B真的超越了 DeepSeek R-1吗?
· 【译】Visual Studio 中新的强大生产力特性
· 【设计模式】告别冗长if-else语句:使用策略模式优化代码结构
· AI与.NET技术实操系列(六):基于图像分类模型对图像进行分类
历史上的今天:
2021-05-19 This dependency was not found
点击右上角即可分享
微信分享提示