为了账号安全,请及时绑定邮箱和手机立即绑定

css如何让遮罩层的文字居中呀,如何改变遮罩层的出现方式改为从四周出现?

css如何让遮罩层的文字居中呀,如何改变遮罩层的出现方式改为从四周出现?

皈依舞 2019-01-29 22:23:53
<div class="sw_mask" data-text="教育行业">                    <img  src="/ehouse/img/service/research_1.jpg" class="second_img">                    </div>.sw_mask {    position: relative;    overflow: hidden;}.sw_mask:after {    position: absolute;    left: 0;    top: 0;    display: block;    width: 100%;    height: 100%;    background-color: rgba(0, 0, 0, 0.5);    content: attr(data-text);    transition: all 1s ease;    transform: translateY(-100%);    color: #FFF;}.sw_mask:hover:after {    transform: translateY(0);}
查看完整描述

1 回答

?
当年话下

TA贡献1890条经验 获得超9个赞

文字水平居中text-align: center;,垂直居中line-height: 盒子高度;


.sw_mask {

   position: relative;

   overflow: hidden;

   width: 100px;

   height: 100px;

   text-align: center; 

   line-height: 100px;

}


查看完整回答
反对 回复 2019-02-02
  • 1 回答
  • 0 关注
  • 409 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信