• <bdo id='oRc8r'></bdo><ul id='oRc8r'></ul>

    <tfoot id='oRc8r'></tfoot>

  • <small id='oRc8r'></small><noframes id='oRc8r'>

    <i id='oRc8r'><tr id='oRc8r'><dt id='oRc8r'><q id='oRc8r'><span id='oRc8r'><b id='oRc8r'><form id='oRc8r'><ins id='oRc8r'></ins><ul id='oRc8r'></ul><sub id='oRc8r'></sub></form><legend id='oRc8r'></legend><bdo id='oRc8r'><pre id='oRc8r'><center id='oRc8r'></center></pre></bdo></b><th id='oRc8r'></th></span></q></dt></tr></i><div id='oRc8r'><tfoot id='oRc8r'></tfoot><dl id='oRc8r'><fieldset id='oRc8r'></fieldset></dl></div>

      1. <legend id='oRc8r'><style id='oRc8r'><dir id='oRc8r'><q id='oRc8r'></q></dir></style></legend>

        前端vue-cli项目中使用img图片和background背景图的几种方法

        时间:2023-12-14
          <tbody id='AfUma'></tbody>

        <tfoot id='AfUma'></tfoot>

          <legend id='AfUma'><style id='AfUma'><dir id='AfUma'><q id='AfUma'></q></dir></style></legend>
            • <i id='AfUma'><tr id='AfUma'><dt id='AfUma'><q id='AfUma'><span id='AfUma'><b id='AfUma'><form id='AfUma'><ins id='AfUma'></ins><ul id='AfUma'></ul><sub id='AfUma'></sub></form><legend id='AfUma'></legend><bdo id='AfUma'><pre id='AfUma'><center id='AfUma'></center></pre></bdo></b><th id='AfUma'></th></span></q></dt></tr></i><div id='AfUma'><tfoot id='AfUma'></tfoot><dl id='AfUma'><fieldset id='AfUma'></fieldset></dl></div>
              • <bdo id='AfUma'></bdo><ul id='AfUma'></ul>

                <small id='AfUma'></small><noframes id='AfUma'>

                • 我会给你详细讲解前端vue-cli项目中使用img图片和background背景图的几种方法。在这份攻略中,我会涵盖两个示例,分别是使用相对路径和使用CDN路径。

                  使用img标签添加图片

                  第一种方法:使用相对路径

                  如果图片文件和HTML文件在同一个目录下,可以使用相对路径的方式添加图片。

                  <!-- index.html -->
                  <body>
                    <img src="./image.jpg" alt="image"/>
                  </body>
                  

                  这里我们有一个图片文件image.jpg和一个HTML文件index.html放在同一个目录下。img标签指定的src路径为相对路径./image.jpg

                  第二种方法:使用CDN路径

                  我们也可以使用CDN(内容分发网络)来获取图片文件,下面是一个使用Google图片CDN的示例。

                  <!-- index.html -->
                  <body>
                    <img src="https://images.google.com/imghp?q=google&ssl=1" alt="google"/>
                  </body>
                  

                  使用Google图片CDN获取图片文件的路径为https://images.google.com/imghp?q=google&ssl=1

                  使用background属性设置背景图片

                  第一种方法:使用相对路径

                  如果背景图片文件和HTML文件在同一个目录下,可以使用相对路径的方式来设置背景图片。

                  /* styles.css */
                  body {
                    background: url("./background.jpg") no-repeat;
                    background-size: cover;
                  }
                  

                  背景图片文件background.jpg和HTML文件index.html放在同一个目录下。在CSS中,background属性指定了背景图片的路径为相对路径./background.jpg,并设置了图片不重复且适应浏览器大小。

                  第二种方法:使用CDN路径

                  我们也可以使用CDN来获取背景图片文件,下面是一个使用百度图片CDN的示例。

                  /* styles.css */
                  body {
                    background: url("https://ss0.bdstatic.com/70cFuHSh_Q1YnxGkpoWK1HF6hhy/it/u=2091199868,803731995&fm=26&gp=0.jpg") no-repeat;
                    background-size: cover;
                  }
                  

                  使用百度图片CDN获取背景图片文件的路径为https://ss0.bdstatic.com/70cFuHSh_Q1YnxGkpoWK1HF6hhy/it/u=2091199868,803731995&fm=26&gp=0.jpg。在CSS中,background属性指定了背景图片的CDN路径,并设置了图片不重复且适应浏览器大小。

                  以上就是使用相对路径和CDN路径来添加img标签和设置background属性的方法。希望能对你有所帮助。

                  上一篇:calc()实现满屏背景定宽内容 下一篇:CSS3动画之流彩文字效果+图片模糊效果+边框伸展效果实现代码合集

                  相关文章

                • <tfoot id='WYJfp'></tfoot>
                • <legend id='WYJfp'><style id='WYJfp'><dir id='WYJfp'><q id='WYJfp'></q></dir></style></legend>

                    1. <small id='WYJfp'></small><noframes id='WYJfp'>

                        <bdo id='WYJfp'></bdo><ul id='WYJfp'></ul>
                    2. <i id='WYJfp'><tr id='WYJfp'><dt id='WYJfp'><q id='WYJfp'><span id='WYJfp'><b id='WYJfp'><form id='WYJfp'><ins id='WYJfp'></ins><ul id='WYJfp'></ul><sub id='WYJfp'></sub></form><legend id='WYJfp'></legend><bdo id='WYJfp'><pre id='WYJfp'><center id='WYJfp'></center></pre></bdo></b><th id='WYJfp'></th></span></q></dt></tr></i><div id='WYJfp'><tfoot id='WYJfp'></tfoot><dl id='WYJfp'><fieldset id='WYJfp'></fieldset></dl></div>