css居中悬浮,CSS悬浮居中

百分比&悬浮栏

.box{width:90%;background-color:gray;border:0px solid #000;margin-left:-45%;

/*margin数值相当于width数值的负一半*/font-size:16px;

/*行高默认为*/position:fixed;top:0%;left:50%;

/*left数值永远等于50%(想要居中的话)*/text-align:center;color:#fff;

/*或者直接省略margin.

left=(100%-width百分比)除以2*/

}.text{width:30%;margin:2% auto 2%;font-weight:bold;background-color:lime;text-align:center;

}

/*.pop_windows{

60%;

height: 50%;

margin-left: -30%;

background-color: #ffff90;

border: 2px solid #000f;

text-align: center;

position: fixed;

top: 25%;

left: 50%;

}*/.pop_con{display:block;

/*display: none;*/

}.pop_windows{width:60%;height:50%;

/*margin-left: -30%;*/background-color:#ffff90;border:2px solid #000f;text-align:center;position:fixed;top:25%;left:20%;z-index:999;

}.pop_windows h3{line-height:250px;

}.pop_mask{width:100%;height:100%;position:fixed;top:0;left:0;opacity:0.3;background-color:black;z-index:998;

}

悬浮栏

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值