ÄúÏÖÔÚµÄλÖãºÊ×Ò³ >> ǰ¶Ë >> ÄÚÈÝ

CSS¾ÓÖÐС½á

ʱ¼ä£º2015/7/28 10:39:17 µã»÷£º

¡¡¡¡ºËÐÄÌáʾ£º½ñÌìÖ÷Ҫ̸һ̸CSSÖеĸ÷ÖÖ¾ÓÖеİ취¡£Ê×ÏÈÊÇˮƽ¾ÓÖУ¬×î¼òµ¥µÄ°ì·¨µ±È»¾ÍÊÇmargin:0 auto;Ò²¾ÍÊǽ«margin-leftºÍmargin-rightÊôÐÔÉèÖÃΪauto£¬´Ó¶ø´ïµ½Ë®Æ½¾ÓÖеÄЧ...

½ñÌìÖ÷Ҫ̸һ̸CSSÖеĸ÷ÖÖ¾ÓÖеİ취¡£
Ê×ÏÈÊÇˮƽ¾ÓÖУ¬×î¼òµ¥µÄ°ì·¨µ±È»¾ÍÊÇ

margin:0 auto;

Ò²¾ÍÊǽ«margin-leftºÍmargin-rightÊôÐÔÉèÖÃΪauto£¬´Ó¶ø´ïµ½Ë®Æ½¾ÓÖеÄЧ¹û¡£

ÄÇôÆäËûµÄ°ì·¨ÄØ£¿ÈÝÎÒÒ»Ò»µÀÀ´£º


line-height

Ê×ÏȽéÉÜÎÄ×ÖµÄˮƽ¾ÓÖз½·¨£º


Áõ·Å

ÀûÓÃline-heightÉèΪheightµÄÒ»Ñù¼´¿É£º

.wrap{
  line-height: 200px;/*´¹Ö±¾ÓÖйؼü*/
  text-align:center;

  height: 200px;
  font-size: 36px;
  background-color: #ccc;
}

Ч¹ûÈçÏ£º
CSS¾ÓÖÐС½á

demo


paddingÌî³ä

ÀûÓÃpaddingºÍbackground-clipÅäºÏʵÏÖpµÄˮƽ´¹Ö±¾ÓÖУº


 

ͨ¹ýbackgroun-clipÉèÖÃΪcontent-box,½«±³¾°²Ã¼ôµ½ÄÚÈÝÇøÍâÑØ£¬ÔÙÀûÓÃpaddingÉèΪÍâp¼õÈ¥ÄÚpµÄ²îµÄÒ»°ë£¬À´ÊµÏÖ£º

.parent{
  margin:0 auto;
  width:200px;
  height:200px;
  background-color:red;
}
.children {
  width: 100px;
  height: 100px;
  padding: 50px;
  background-color: black;
  background-clip:content-box;/*¾ÓÖеĹؼü*/
}

Ч¹ûÈçÏ£º
CSS¾ÓÖÐС½á

demo


marginÌî³ä

½ÓÏÂÀ´½éÉÜmarginÌî³äµÄ·½Ê½À´ÊµÏÖˮƽ´¹Ö±¾ÓÖС£
Ê×ÏÈÎÒÃÇ»¹ÊǶ¨Ò常×Óp£º


 

ÕâÀïÎÒÃÇÀûÓý«×ÓpµÄmargin-topÉèÖÃΪ¸¸p¸ß¶È¼õÈ¥×Óp¸ß¶ÈµÄÒ»°ë£¬È»ºóÔÙͨ¹ýoverflowÉèÖÃΪhiddenÀ´´¥·¢¸¸pµÄBFC£¬LESS´úÂëÈçÏ£º

@parentWidth:200px;
@childrenWidth:50px;
.parent {
  margin:0 auto;
  height:@parentWidth;
  width:@parentWidth;
  background: red;
  overflow:hidden;/*´¥·¢BFC*/
}
.children {
  height:@childrenWidth;
  width:@childrenWidth;
  margin-left:auto;
  margin-right:auto;
  margin-top: (@parentWidth - @childrenWidth) / 2;
  background:black;
}

×îºóµÃµ½¾ÓÖÐЧ¹ûÈçÏ£º
CSS¾ÓÖÐС½á

demo


absolute¶¨Î»

ÀûÓÃposition:absolute´îÅätop£¬left 50%£¬ÔÙ½«marginÉèΪ¸ºÖµÒ²¿ÉÒÔ¶Ôp½øÐÐˮƽ´¹Ö±¾ÓÖУ¬Ê×ÏÈ»¹ÊÇÐèÒª¶¨Ò常×Óp£º


 

È»ºóÉèÖÃÏàÓ¦µÄcss£º

.parent {
  position:relative;
  margin:0 auto;
  width:200px;
  height:200px;
  background-color:red;
}
.children {
   position:absolute;  
   left:50%;  
   top:50%;  
   margin:-25px 0 0 -25px ;
   height:50px;
   width:50px;
   background-color: black;
}

ÆäÖеÄmarginÖеÄֵΪ¸Ãp¿í¶ÈµÄÒ»°ë£¬×îºóЧ¹ûͼ£º

CSS¾ÓÖÐС½á

demo


text-align¾ÓÖÐ

ÖÚËùÖÜÖª£¬text-align¿ÉÒÔʹµÃÒ»¸öpÖеÄÄÚÈÝˮƽ¾ÓÖС£µ«ÊÇÈç¹ûÊÇÒª½«¸ÃpÖеÄ×Óp¾ÓÖÐÄØ£¿¿ÉÒÔ½«×ÓpµÄdisplayÉèΪinline-block¡£

.parent {
  text-align:center;
  margin:0 auto;
  width:200px;
  height:200px;
  background:red;
}
.children {
  positiona;absolute;
  margin-top:75px;
  width:50px;
  height:50px;
  background: black;
  display:inline-block;/*ʹÆä¸¸ÔªËØtext-alignÉúЧ*/
}

demo


ͼƬ¾ÓÖÐ

Ò»°ãµÄͼƬ¾ÓÖж¼ÊǺÍtext-alignÒ»Ñù£¬½«Í¼Æ¬°ü×°ÔÚÒ»¸öpÖУ¬½«¸ÃpµÄtext-alignÉèΪcenter¼´¿É¡£
¿ÉÒԲο¼ÏÂÃæµÄÁ´½Ó£º
¸öÈËÕ¾µã

ÓÐÒ»ÖÖÌØÊâµÄ·½Ê½£¬ÀûÓÃÁËÒ»¸öͼƬ½øÐÐռ룬ÒÔÈø¸ÈÝÆ÷»ñµÃ¸ß¿í£¬´Ó¶øÈýøÐÐ-50%Æ«ÒÆµÄͼƬÄÜÓÐÒ»¸ö²ÎÕÕÈÝÆ÷×÷°Ù·Ö±È¼ÆËã¡£ÓŵãÊÇ¿ÉÒÔ²»ÖªµÀͼƬµÄ´óС£¬Ëæ±ã·ÅÕųߴ粻³¬¹ý¸¸ÈÝÆ÷µÄͼƬÉÏÈ¥¶¼ÄÜ×öµ½¾ÓÖС£ÁíÍ⣬¼æÈÝÐԺã¬IE6¶¼ÊÇÄÜ˳Àû¼æÈݵġ£´úÂëÈçÏ£º


CSS¾ÓÖÐС½á CSS¾ÓÖÐС½á


.parent {
  position:relative;
  width:100%;
  height:200px;
  background:red;
}
p {
  position:absolute;
  top:50%;
  left:50%;
}
.hidden-img {
  visibility:hidden;
}
.show-img {
  position:absolute;
  right:50%;
  bottom:50%;
}

Ч¹ûÈçÏ£º
CSS¾ÓÖÐС½á

demo

transform¾ÓÖÐ

ÉÏÃæ½²µ½µÄp¾ÓÖеÄÀý×ÓÖУ¬pµÄ¿í¶È¶¼Êǹ̶¨µÄ£¬È»¶øÊµ¼ÊÏîÄ¿ÖУ¬ÓпÉÄÜÓöµ½²»¶¨¿íµÄp£¬ÌرðÊÇÏìӦʽ»òÕßÒÆ¶¯¶ËµÄÉè¼ÆÖУ¬¸ü¼Ó³£¼û¡£ËùÒÔÏÂÃæ½éÉÜÒ»ÖÖ²»ÐèÒª¶¨¿íµÄpˮƽ´¹Ö±¾ÓÖз½·¨¡£
ÏÈÉÏ´úÂ룺


ÎÒÊÇˮƽ´¹Ö±¾ÓÖÐàÞ£¡

.parent {
  float: left;
  width: 100%;
  height: 200px;
  background-color: red;
}
.children {
  float:left;
  position:relative;
  top:50%;
  left:50%;
}
.children-inline {
  position: relative;
  left: -50%;
  -webkit-transform : translate3d(0, -50%, 0);
  transform : translate3d(0, -50%, 0);
  background-color: black;
  color:white;
}

Ч¹ûÈçÏ£º
CSS¾ÓÖÐС½á
Ê×ÏÈÎÒÃÇÀûÓÃfloat£¬½«ÐèÒª¾ÓÖеÄpµÄ¸¸pÒ²¾ÍÊÇchildrenµÄ¿í¶ÈÊÕËõ£¬È»ºóleft:50%,½«childrenµÄ×ó±ßÓëˮƽÖÐÏß¶ÔÆë¡£Õâ¸öʱºò£¬»¹Ã»ÓÐÕæÕý¾ÓÖУ¬ÎÒÃÇÐèÒª½«children-inner×óÒÆ¶¯-50%£¬ÕâÑù¾Íˮƽ¾ÓÖÐÁË¡£
ÔÙÀ´ËµËµ´¹Ö±·½Ïò£¬ÏȽ«childrenµÄtopÉèΪ50%£¬È»ºóÆäÉϱߺʹ¹Ö±ÖÐÏß¶ÔÆëÁË£¬Í¬Ñù£¬ÎÒÃÇÐèÒª½«children-innerÉÏÒÆ¶¯-50%¡£µ«ÊÇÕâ¸ö50%ÊǼÆËã²»³öÀ´µÄ£¬ËùÒÔÎÒÃÇÓõ½ÁËtransfZ†·?/kf/ware/vc/" target="_blank" class="keylink">vcm0gOiB0cmFuc2xhdGUzZCgwLCAtNTAlLCAwKTs8YnIgLz4NCtXiuPa3vbeot8ezo7rD08Pg3qGjPC9wPg0KPHA+ZGVtbzwvcD4NCjxociAvPg0KPGgyIGlkPQ=="flex¾ÓÖÐ">flex¾ÓÖÐ

×îºóÀ´½éÉÜÒ»ÏÂCSS3ÖеÄdisplay:flexÀ´ÊµÏÖµÄˮƽ´¹Ö±¾ÓÖеķ½·¨¡£


ÎÒÊÇͨ¹ýflexµÄˮƽ´¹Ö±¾ÓÖÐàÞ£¡

html,body{
  width: 100%;
  height: 200px;
}
.parent {
  display:flex;
  align-items: center;/*´¹Ö±¾ÓÖÐ*/
  justify-content: center;/*ˮƽ¾ÓÖÐ*/
  width:100%;
  height:100%;
  background-color:red;
}
.children {
  background-color:blue;
}

Ч¹ûÈçÏ£º

CSS¾ÓÖÐС½áä¯ÀÀÆ÷Ò»¶¨»á¶¼¼æÈݵġ£

 

Tags:CS SS S¾Ó ¾ÓÖР
×÷ÕߣºÍøÂç¡¡À´Ô´£ºÑ§Ï°Ô°µØ
  • ÉÏһƪ£ºÊ¹ÓÃless¿ª·¢css
  • ÏÂһƪ£ºhtml5Ö®canvasÆð²½