提示框样式,鼠标放上显示提示内容

提示框样式

<span class="tool-tips">
       <span class="tool-tips-text">提示内容</span>
</span>
// 提示框
.tool-tips {
  background: url('../../../../../assets/media/app/img/icons/icon_tips@2x.png') no-repeat;
  background-size: contain;
}


.tool-tips {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 2px;
  left: 4px;
  
  .tool-tips-text {
    visibility: hidden;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 12px 1px rgba(29, 42, 68, 0.12);
    font-weight: normal;
    color: #5d626b !important;
    text-align: left;
    padding: 12px;
    border-radius: 6px;
    bottom: 100%;
    margin-bottom: 10px;

    /* 定位 */
    position: absolute;
    z-index: 102;
    width: 240px;
    bottom: 100%;
    left: 50%;
    margin-left: -120px;
    /* 使用一半宽度 (120/2 = 60) 来居中提示工具 */
    font-size: 14px;
  }
}

/* 鼠标移动上去后显示提示框 */
.tool-tips:hover .tool-tips-text {
  visibility: visible;
}

.tool-tips .tool-tips-text::after {
  content: " ";
  position: absolute;
  /* 提示工具底部 */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  top: 100%;
  border-color: #fff transparent transparent transparent;
}
  • 0
    点赞
  • 5
    收藏
    觉得还不错? 一键收藏
  • 3
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值