首页 > 其他分享 >CSS中 no-repeat作用

CSS中 no-repeat作用

时间:2023-08-01 21:01:45浏览次数:35  
标签:repeat no 重复 background table 背景图 CSS

针对背景图。当你设置了no-repeat,背景图将不会被重复, 不会出现平铺重复的现象。

还可以修改图片的位置,例如: {backgroud:top, center, no-repeat;} 背景图位于上部的居中位置。

如:

.sortedDESC{

           background: url(/img/icon-table-sort-desc.png) no-repeat 80% 11px #eee;

       }


标签:repeat,no,重复,background,table,背景图,CSS
From: https://blog.51cto.com/jition/6927936

相关文章

  • css transform 作用
    用于元素的2D或3D转换。这个属性允许你将元素旋转【rotate】,缩放【scale】,移动【translate】,倾斜【skew】等如:旋转transform兼容浏览器需要添加前缀{ transform:translate(10,10)//W3c标准 -webkit-transform:translate(10,10)//SafariChrome -moz-transform:translate(10,......
  • InnoDB的索引模型
        MySQL索引是一种用于提高数据库查询性能的数据结构。    在MySQL中,索引是在存储引擎层实现的,所以并没有统一的索引标准,即不同存储引擎的索引的工作方式并不一样。而即使多个存储引擎支持同一种类型的索引,其底层的实现也可能不同。由于InnoDB存储引擎在M......
  • ubuntu系统conda下运行pytorch报错:ImportError: libopenblas.so.0: cannot open share
    如题:ubuntu系统conda下运行pytorch报错:ImportError:libopenblas.so.0:cannotopensharedobjectfile   网上找了一些资料,基本都是自己下载openblas源码进行编译,不过突然之间相当conda环境提供一定的编译好的lib环境,使用conda命令既可安装,于是按照这个思路再进行搜索......
  • TDengine连接数满了报错:Connection is not available, request timed out after 3000
    背景使用tdengine时遇到一个情况,应用程序使用连接池将接收到的实时数据插入TD时,会出现获取不到连接的报错.重现起一个模拟程序,发送100条数据到应用程序,应用程序从批量插入改为逐条插入td,重现出报错:org.springframework.jdbc.support.MetaDataAccessException:Could......
  • 报错:WARNING: cannot load logging configuration file, logging is disabled
    问题:在webots里使用rospy时报warning。分析:无解决方案:参考https://blog.csdn.net/ckkboy/article/details/985048801.在/etc/下创建ros目录cd/etc/sudomkdirros2.将python_logging.conf文件复制到/etc/ros/下sudocp/opt/ros/melodic/etc/ros/python_log......
  • Essential diagnostic tools: cat caterpillar et diagnostic tool
    Essentialdiagnostictools:catcaterpillaretdiagnostictoolIntoday'sfast-pacedworld,theimportanceofefficientandaccuratediagnostictoolscannotbeoverstated.Whetheryouareamechanic,technician,orautomobileenthusiast,havingaccess......
  • A Novel Noise Injection-based Training Scheme for Better Model Robustness
    郑重声明:原文参见标题,如有侵权,请联系作者,将会撤销发布!https://arxiv.org/abs/2302.10802......
  • 无法访问org.springframework.context.annotation.Bean 错误的类文件:类文件具有错误
    Spring6和SpringBoot3不再支持Java8,最低版本为JDK17,请升级JDK>=17,同时IDEA>=2021.2长期使用的Java8,这次报错一直切换Spring依赖版本,没想到是Java太旧了,而且IDEA小于2021.2版本也不支持Java17来源SpringSecurity教程的源码,本地打开,各种依赖报错Error:(6,46)java......
  • Could not find server 'server name' in sys.servers. SQL Server 2014
    Couldnotfindserver'servername'insys.servers.SQLServer2014  Atfirstcheckoutthatyourlinkedserverisinthelistbythisqueryselectnamefromsys.serversIfitnotexiststhentrytoaddtothelinkedserverEXECsp_addl......
  • CentOS使用yum安装包报错No more mirrors to try解决方法
    报错如下Loadedplugins:fastestmirror,update-motdLoadingmirrorspeedsfromcachedhostfilehttp://mirrors.163.com/centos/7-7.1908.0.el7.centos/os/x86_64/repodata/repomd.xml:[Errno14]HTTPError404-NotFoundTryingothermirror.Toaddressthisissue......