CSS(四):背景+变形
- background-origin
设置元素背景图片的原始起始位置。必须保证背景是background-repeat为no-repeat
此属性才会生效。
可取值有 border-box | padding-box | content-box
border-box:设置背景图片原点在边框的最左上角
<span style="color: #008080;">1</span> <span style="color: #000000;">.img{ </span><span style="color: #008080;">2</span> <span style="color: #000000;"> background-image:url(1.jpg); </span><span style="color: #008080;">3</span> <span style="color: #000000;"> background-repeat:no-repeat; </span><span style="color: #008080;">4</span> <span style="color: #000000;"> background-origin:border-box; </span><span style="color: #008080;">5</span> <span style="color: #000000;">} </span><span style="color: #008080;">6</span> <span style="color: #008080;">7</span> <span style="color: #0000ff;"><span style="color: #800000;">div </span><span style="color: #ff0000;">class</span><span style="color: #0000ff;">="img"</span><span style="color: #0000ff;">></span><span style="color: #800000;">div</span><span style="color: #0000ff;">></span></span>
padding-box:设置背景图片原点在内边距的最左上角
<span style="color: #008080;">1</span> <span style="color: #000000;">.img{ </span><span style="color: #008080;">2</span> <span style="color: #000000;"> background-image:url(1.jpg); </span><span style="color: #008080;">3</span> <span style="color: #000000;"> background-repeat:no-repeat; </span><span style="color: #008080;">4</span> <span style="color: #000000;"> background-origin:padding-box; </span><span style="color: #008080;">5</span> <span style="color: #000000;">} </span><span style="color: #008080;">6</span> <span style="color: #008080;">7</span> <span style="color: #0000ff;"><span style="color: #800000;">div </span><span style="color: #ff0000;">class</span><span style="color: #0000ff;">="img"</span><span style="color: #0000ff;">></span><span style="color: #800000;">div</span><span style="color: #0000ff;">></span></span>
content-box:设置背景图片原点在内容区域的最左上角
<span style="color: #008080;">1</span> <span style="color: #000000;">.img{ </span><span style="color: #008080;">2</span> <span style="color: #000000;"> background-image:url(1.jpg); </span><span style="color: #008080;">3</span> <span style="color: #000000;"> background-repeat:no-repeat; </span><span style="color: #008080;">4</span> <span style="color: #000000;"> background-origin:content-box; </span><span style="color: #008080;">5</span> <span style="color: #000000;">} </span><span style="color: #008080;">6</span> <span style="color: #008080;">7</span> <span style="color: #0000ff;"><span style="color: #800000;">div </span><span style="color: #ff0000;">class</span><span style="color: #0000ff;">="img"</span><span style="color: #0000ff;">></span><span style="color: #800000;">div</span><span style="color: #0000ff;">></span></span>
- background-clip
设定背景图像向外裁剪的区域。
可取值有 border-box | padding-box | content-box
border-box:设置裁剪区域为边框以内,包括边框
<span style="color: #008080;">1</span> <span style="color: #000000;">.img{ </span><span style="color: #008080;">2</span> <span style="color: #000000;"> background-image:url(1.jpg); </span><span style="color: #008080;">3</span> <span style="color: #000000;"> background-clip:border-box; </span><span style="color: #008080;">4</span> <span style="color: #000000;">} </span><span style="color: #008080;">5</span> <span style="color: #008080;">6</span> <span style="color: #0000ff;"><span style="color: #800000;">div </span><span style="color: #ff0000;">class</span><span style="color: #0000ff;">="img"</span><span style="color: #0000ff;">></span><span style="color: #800000;">div</span><span style="color: #0000ff;">></span></span>
padding-box:设置裁剪区域为内边距以内,包括内边距
<span style="color: #008080;">1</span> <span style="color: #000000;">.img{ </span><span style="color: #008080;">2</span> <span style="color: #000000;"> background-image:url(1.jpg); </span><span style="color: #008080;">3</span> <span style="color: #000000;"> background-clip:padding-box; </span><span style="color: #008080;">4</span> <span style="color: #000000;">} </span><span style="color: #008080;">5</span> <span style="color: #008080;">6</span> <span style="color: #0000ff;"><span style="color: #800000;">div </span><span style="color: #ff0000;">class</span><span style="color: #0000ff;">="img"</span><span style="color: #0000ff;">></span><span style="color: #800000;">div</span><span style="color: #0000ff;">></span></span>
content-box:设置裁剪区域为内容区域
<span style="color: #008080;">1</span> <span style="color: #000000;">.img{ </span><span style="color: #008080;">2</span> <span style="color: #000000;"> background-image:url(1.jpg); </span><span style="color: #008080;">3</span> <span style="color: #000000;"> background-clip:content-box; </span><span style="color: #008080;">4</span> <span style="color: #000000;">} </span><span style="color: #008080;">5</span> <span style="color: #008080;">6</span> <span style="color: #0000ff;"><span style="color: #800000;">div </span><span style="color: #ff0000;">class</span><span style="color: #0000ff;">="img"</span><span style="color: #0000ff;">></span><span style="color: #800000;">div</span><span style="color: #0000ff;">></span></span>
- transform
改变元素的大小,透明,旋转角度,扭曲度等。
语法:
transform:none |
transform-function包含以下几个方法:
translate(): 指定对象的2D translation(2D平移)。第一个参数对应X轴,第二个参数对应Y轴。如果第二个参数未提供,则默认值为0
transform-origin:任何一个元素都有一个中心点,默认情况之下,其中心点是居于元素X轴和Y轴的50%处。
translateX(): 指定对象X轴(水平方向)的平移
translateY(): 指定对象Y轴(垂直方向)的平移
rotate(): 指定对象的2D rotation(2D旋转),需先有 属性的定义
scale(): 指定对象的2D scale(2D缩放)。第一个参数对应X轴,第二个参数对应Y轴。如果第二个参数未提供,则默认取第一个参数的值
skew(): 指定对象skew transformation(斜切扭曲)。第一个参数对应X轴,第二个参数对应Y轴。如果第二个参数未提供,则默认值为0
translate3d(): 指定对象的3D位移。第1个参数对应X轴,第2个参数对应Y轴,第3个参数对应Z轴,参数不允许省略
translate:向X轴和Y轴分别偏移元素自身的50%
<span style="color: #008080;">1</span> <span style="color: #000000;">.img{ </span><span style="color: #008080;">2</span> <span style="color: #000000;"> width:200px; </span><span style="color: #008080;">3</span> <span style="color: #000000;"> height:200px; </span><span style="color: #008080;">4</span> <span style="color: #000000;"> background-image:url(1.jpg); </span><span style="color: #008080;">5</span> <span style="color: #000000;"> transform: translate(50%,50%); </span><span style="color: #008080;">6</span> <span style="color: #000000;">} </span><span style="color: #008080;">7</span> <span style="color: #008080;">8</span> <span style="color: #0000ff;"><span style="color: #800000;">div </span><span style="color: #ff0000;">class</span><span style="color: #0000ff;">="img"</span><span style="color: #0000ff;">></span><span style="color: #800000;">div</span><span style="color: #0000ff;">></span></span>
transform-origin:把元素的中心点设置在0 0位置,即左上角
<span style="color: #008080;">1</span> <span style="color: #000000;">.img{ </span><span style="color: #008080;">2</span> <span style="color: #000000;"> width:200px; </span><span style="color: #008080;">3</span> <span style="color: #000000;"> height:200px; </span><span style="color: #008080;">4</span> <span style="color: #000000;"> background-image:url(1.jpg); </span><span style="color: #008080;">5</span> <span style="color: #000000;"> transform-origin:0 0; </span><span style="color: #008080;">6</span> <span style="color: #000000;"> transform: translate(50%,50%); </span><span style="color: #008080;">7</span> <span style="color: #000000;">} </span><span style="color: #008080;">8</span> <span style="color: #008080;">9</span> <span style="color: #0000ff;"><span style="color: #800000;">div </span><span style="color: #ff0000;">class</span><span style="color: #0000ff;">="img"</span><span style="color: #0000ff;">></span><span style="color: #800000;">div</span><span style="color: #0000ff;">></span></span>
translateX:仅设置X轴的偏移
<span style="color: #008080;">1</span> <span style="color: #000000;">.img{ </span><span style="color: #008080;">2</span> <span style="color: #000000;"> width:200px; </span><span style="color: #008080;">3</span> <span style="color: #000000;"> height:200px; </span><span style="color: #008080;">4</span> <span style="color: #000000;"> background-image:url(1.jpg); </span><span style="color: #008080;">5</span> <span style="color: #000000;"> transform: translateX(50%); </span><span style="color: #008080;">6</span> <span style="color: #000000;">} </span><span style="color: #008080;">7</span> <span style="color: #008080;">8</span> <span style="color: #0000ff;"><span style="color: #800000;">div </span><span style="color: #ff0000;">class</span><span style="color: #0000ff;">="img"</span><span style="color: #0000ff;">></span><span style="color: #800000;">div</span><span style="color: #0000ff;">></span></span>
translateY:仅设置Y轴的偏移
<span style="color: #008080;">1</span> <span style="color: #000000;">.img{ </span><span style="color: #008080;">2</span> <span style="color: #000000;"> width:200px; </span><span style="color: #008080;">3</span> <span style="color: #000000;"> height:200px; </span><span style="color: #008080;">4</span> <span style="color: #000000;"> background-image:url(1.jpg); </span><span style="color: #008080;">5</span> <span style="color: #000000;"> transform: translateY(50%); </span><span style="color: #008080;">6</span> <span style="color: #000000;">} </span><span style="color: #008080;">7</span> <span style="color: #008080;">8</span> <span style="color: #0000ff;"><span style="color: #800000;">div </span><span style="color: #ff0000;">class</span><span style="color: #0000ff;">="img"</span><span style="color: #0000ff;">></span><span style="color: #800000;">div</span><span style="color: #0000ff;">></span></span>
rotate:设置元素进行2D旋转,接受的参数为角度(deg)
<span style="color: #008080;">1</span> <span style="color: #000000;">.img{ </span><span style="color: #008080;">2</span> <span style="color: #000000;"> width:200px; </span><span style="color: #008080;">3</span> <span style="color: #000000;"> height:200px; </span><span style="color: #008080;">4</span> <span style="color: #000000;"> background-image:url(1.jpg); </span><span style="color: #008080;">5</span> <span style="color: #000000;"> transform: rotate(180deg); </span><span style="color: #008080;">6</span> <span style="color: #000000;">} </span><span style="color: #008080;">7</span> <span style="color: #008080;">8</span> <span style="color: #0000ff;"><span style="color: #800000;">div </span><span style="color: #ff0000;">class</span><span style="color: #0000ff;">="img"</span><span style="color: #0000ff;">></span><span style="color: #800000;">div</span><span style="color: #0000ff;">></span></span>
scale:设置元素缩放3倍,接受的参数为数值,表示放大的倍数
<span style="color: #008080;">1</span> <span style="color: #000000;">.img{ </span><span style="color: #008080;">2</span> <span style="color: #000000;"> width:200px; </span><span style="color: #008080;">3</span> <span style="color: #000000;"> height:200px; </span><span style="color: #008080;">4</span> <span style="color: #000000;"> background-image:url(1.jpg); </span><span style="color: #008080;">5</span> <span style="color: #000000;"> transform: scale(3); </span><span style="color: #008080;">6</span> <span style="color: #000000;">} </span><span style="color: #008080;">7</span> <span style="color: #008080;">8</span> <span style="color: #0000ff;"><span style="color: #800000;">div </span><span style="color: #ff0000;">class</span><span style="color: #0000ff;">="img"</span><span style="color: #0000ff;">></span><span style="color: #800000;">div</span><span style="color: #0000ff;">></span></span>
skew:设置元素的倾斜角度
<span style="color: #008080;">1</span> <span style="color: #000000;">.img{ </span><span style="color: #008080;">2</span> <span style="color: #000000;"> width:200px; </span><span style="color: #008080;">3</span> <span style="color: #000000;"> height:200px; </span><span style="color: #008080;">4</span> <span style="color: #000000;"> background-image:url(1.jpg); </span><span style="color: #008080;">5</span> <span style="color: #000000;"> transform: skew(60deg); </span><span style="color: #008080;">6</span> <span style="color: #000000;">} </span><span style="color: #008080;">7</span> <span style="color: #008080;">8</span> <span style="color: #0000ff;"><span style="color: #800000;">div </span><span style="color: #ff0000;">class</span><span style="color: #0000ff;">="img"</span><span style="color: #0000ff;">></span><span style="color: #800000;">div</span><span style="color: #0000ff;">></span></span>
translate3d:设置元素的3d位移
<span style="color: #008080;">1</span> <span style="color: #000000;">.img{ </span><span style="color: #008080;">2</span> <span style="color: #000000;"> width:200px; </span><span style="color: #008080;">3</span> <span style="color: #000000;"> height:200px; </span><span style="color: #008080;">4</span> <span style="color: #000000;"> background-image:url(1.jpg); </span><span style="color: #008080;">5</span> <span style="color: #000000;"> transform: translate3d(50px,50px,1px); </span><span style="color: #008080;">6</span> <span style="color: #000000;">} </span><span style="color: #008080;">7</span> <span style="color: #008080;">8</span> <span style="color: #0000ff;"><span style="color: #800000;">div </span><span style="color: #ff0000;">class</span><span style="color: #0000ff;">="img"</span><span style="color: #0000ff;">></span><span style="color: #800000;">div</span><span style="color: #0000ff;">></span></span>

Outils d'IA chauds

Undresser.AI Undress
Application basée sur l'IA pour créer des photos de nu réalistes

AI Clothes Remover
Outil d'IA en ligne pour supprimer les vêtements des photos.

Undress AI Tool
Images de déshabillage gratuites

Clothoff.io
Dissolvant de vêtements AI

AI Hentai Generator
Générez AI Hentai gratuitement.

Article chaud

Outils chauds

Bloc-notes++7.3.1
Éditeur de code facile à utiliser et gratuit

SublimeText3 version chinoise
Version chinoise, très simple à utiliser

Envoyer Studio 13.0.1
Puissant environnement de développement intégré PHP

Dreamweaver CS6
Outils de développement Web visuel

SublimeText3 version Mac
Logiciel d'édition de code au niveau de Dieu (SublimeText3)

Sujets chauds

Le cache de mise à jour de la page Web du compte officiel, cette chose est simple et simple, et elle est suffisamment compliquée pour en boire un pot. Vous avez travaillé dur pour mettre à jour l'article officiel du compte, mais l'utilisateur a toujours ouvert l'ancienne version. Dans cet article, jetons un coup d'œil aux rebondissements derrière cela et comment résoudre ce problème gracieusement. Après l'avoir lu, vous pouvez facilement faire face à divers problèmes de mise en cache, permettant à vos utilisateurs de toujours ressentir le contenu le plus frais. Parlons d'abord des bases. Pour le dire franchement, afin d'améliorer la vitesse d'accès, le navigateur ou le serveur stocke des ressources statiques (telles que des images, CSS, JS) ou du contenu de la page. La prochaine fois que vous y accédez, vous pouvez le récupérer directement à partir du cache sans avoir à le télécharger à nouveau, et il est naturellement rapide. Mais cette chose est aussi une épée à double tranchant. La nouvelle version est en ligne,

Cet article démontre un ajout de bordure PNG efficace aux pages Web à l'aide de CSS. Il soutient que CSS offre des performances supérieures par rapport à JavaScript ou à des bibliothèques, détaillant comment ajuster la largeur, le style et la couleur des bordures pour un effet subtil ou proéminent

L'article discute de l'utilisation des attributs de validation de formulaire HTML5 comme les limites requises, motifs, min, max et longueurs pour valider la saisie de l'utilisateur directement dans le navigateur.

L'article traite du HTML & lt; Datalist & GT; élément, qui améliore les formulaires en fournissant des suggestions de saisie semi-automatique, en améliorant l'expérience utilisateur et en réduisant les erreurs. COMMANDE COMPRES: 159

L'article examine les meilleures pratiques pour assurer la compatibilité des navigateurs de HTML5, en se concentrant sur la détection des fonctionnalités, l'amélioration progressive et les méthodes de test.

L'article traite du HTML & lt; Progress & GT; élément, son but, son style et ses différences par rapport au & lt; mètre & gt; élément. L'objectif principal est de l'utiliser & lt; Progress & gt; pour l'achèvement des tâches et & lt; mètre & gt; pour stati

L'article traite du HTML & lt; mètre & gt; élément, utilisé pour afficher des valeurs scalaires ou fractionnaires dans une plage, et ses applications courantes dans le développement Web. Il différencie & lt; mètre & gt; De & lt; Progress & gt; et ex

Cet article explique le html5 & lt; time & gt; élément de représentation sémantique de date / heure. Il souligne l'importance de l'attribut DateTime pour la lisibilité à la machine (format ISO 8601) à côté du texte lisible par l'homme, stimulant AccessIbilit
