亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

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 關注
  • 422 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號