「已注销」 2021-10-24 13:38 采纳率: 41.2%
浏览 33
已结题

兄弟姐妹们帮帮忙,救救孩子吧

img


要怎么做

  • 写回答

1条回答 默认 最新

  • AReTrnA 2021-10-24 14:01
    关注
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta charset="UTF-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>a</title>
        <style>
            .cartbtn {
                position: fixed;
                top: 10px;
                left: 10px;
                height: 40px;
                width: 200px;
                background: rgb(245, 245, 245);
                border: 1px solid rgb(196, 196, 196);
                border-radius: 2px;
                color: rgb(143, 143, 143);
                padding-right: 10px;
                display: flex;
                justify-content: center !important;
                align-items: center;
            }
            
            .cartbtn a {
                color: rgb(143, 143, 143) !important;
                text-decoration: none;
            }
            
            b::before {
                content: "▶";
                position: fixed;
                top: 19px;
                left: 196px;
                z-index: 1;
            }
            
            .cartbtn span {
                position: fixed;
                top: 0px;
                left: 20px;
                background: red;
                padding: 0 5px;
                color: white;
                border-radius: 5px;
                padding: 0 8px;
            }
            
            .cartbtn span::before {
                position: fixed;
                content: "";
                height: 10px;
                width: 10px;
                background-color: rgb(255, 0, 0);
                top: 14px;
                z-index: -1;
                left: 22px;
                border-radius: 2px;
                transform: rotate(45deg);
            }
            
            .cartbtn i {
                font-style: normal;
            }
        </style>
    </head>
    
    <body>
        <div class="cartbtn"><span><i>100</i></span>
            <a href="shoppingcart.html" target="_blank ">请到购物车尽快结算</a>
            <b></b>
        </div>
    </body>
    
    </html>
    

    效果:

    img

    有用采纳

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

问题事件

  • 系统已结题 11月1日
  • 已采纳回答 10月24日
  • 创建了问题 10月24日

悬赏问题

  • ¥15 ads仿真结果在圆图上是怎么读数的
  • ¥20 Cotex M3的调试和程序执行方式是什么样的?
  • ¥20 java项目连接sqlserver时报ssl相关错误
  • ¥15 一道python难题3
  • ¥15 用matlab 设计一个不动点迭代法求解非线性方程组的代码
  • ¥15 牛顿斯科特系数表表示
  • ¥15 arduino 步进电机
  • ¥20 程序进入HardFault_Handler
  • ¥15 oracle集群安装出bug
  • ¥15 关于#python#的问题:自动化测试