2016-06-17 10 views
1

画像に&の文字を表示しています。hereテキストが1行の場合に2行の影を表示する

テキストが2行の場合、2行分のシャドウが表示されます。

enter image description here

テキストが1行が1行のために影を表示するよりも、ある場合

我々はテキストが1行であれば、我々は影のディスプレイ2行にしたいです必要なものenter image description here

またline-height * 2計算値min-heightを設定

.fanbook-name { 
    background: rgba(255, 255, 255, 0.5); /* add this */ 
    bottom: 0; 
    position: absolute; 
    text-align: center; 
    width: 100%; 
    z-index: 1; 
} 
.fanbook-name b { 
    /* bottom: 25px; */ 
    color: #000; 
    font-size: 12px; 
    /* position: relative; */ 
    text-transform: capitalize; 
} 

.fanbook-image li { 
    float: left; 
    margin-bottom: 1%; /* change this */ 
    margin-left: 0.5%; 
    margin-right: 0.5%; 
    position: relative; /* add this */ 
    width: 24%; 
} 

答えて

2

。簡単です。

+0

私は2分で回答を受け入れることができます、ありがとうございます – fresher

+0

あなたは歓迎です –

関連する問題