css 图片有背景 让图片垂直居中

               

                 

                   

                 

               

           

.copy-wrap1{

        display: flex;

        align-items: center;

      }

      .copy1{

        border-radius: 8px;

        width: 32px;

        height: 32px;

        text-align: center;

        padding: 8px;

        background: #f1f1f5;

      }

      .copy:hover {

        background: #f1f1f0;

      }

      .copy:focus {

        background: #890933;

      }

      .copy:active {

        background: #f3f834;

      }

你可能感兴趣的:(css,前端,vue.js)