模仿微信右上角菜单栏

页面的大致布局结构

<div class="other">
    <span>+</span>
    <ul class="tips-menu tips-open">
        <li>
            <span class="icon">图标</span>
            <div>发起群聊</div>
        </li>
        <li></li>
        <li></li>
        <li></li>
    </ul>
    <div class="tips-masker"></div>
</div>

 相对应的样式

<style>
.other .tips-menu {
    position: absolute;
    z-index: 2;
    width: 133px;
    font-size: 16px;
    right: -10px;
    top: 54px;
    text-align: left;
    border-radius: 2px;
    background-color: #49484b;
    padding: 0 15px;
    -webkit-transform-origin: 90% 0;
    transform-origin: 90% 0;
}
.tips-open{
    transition: initial;
    opacity: 1;
}
.tips-close{
    opacity: 0;
    transition: opacity .2s ease,transform .6s ease;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.other .tips-menu{ 
    width: 0;
    height: 0; 
    position: absolute; 
    top: -8px; 
    right: 15px;
    content: ""; 
    border-width: 0 6px 8px; 
    border-color: transparent transparent #49484b; 
    border-style: solid; 
} 
.other .tips-menu li {
    position: relative; 
    height: 40px; 
    line-height: 40px;
} 
.other .tips-menu .icon{ 
    float: left;
    margin-right: 15px; 
}
.other .tips-masker {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    top: 45px;
    bottom: 50px;
}
</style>

  

  具体根据实际情况作出相对应的改变

转载于:https://www.cnblogs.com/yuanyanbk/p/8192873.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值