master
candice 2 years ago
parent a2de941f84
commit 46692e6d1e

@ -1836,13 +1836,13 @@ input.Inquiryphone {width:45.4% !important;}
width: 750px; box-shadow: 0px 2px 6px #d2d2d2; } width: 750px; box-shadow: 0px 2px 6px #d2d2d2; }
.info_ad img { border-radius: 6px;} .info_ad img { border-radius: 6px;}
.info_ad_name { .info_ad_name {
padding: 15px 15px 10px 5px; padding: 0 15px 10px 5px;
bottom: 0; bottom: 0;
position: absolute; position: absolute;
height: calc(100% - 25px); height: calc(100% - 10px);
background: rgb(0 0 0 / 20%); background: rgb(0 0 0 / 20%);
width: calc(100% - 20px); width: calc(100% - 20px);
border-radius: 6px;} border-radius: 6px;
} }
.info_ad_name a { .info_ad_name a {
display: inline-block; display: inline-block;
@ -1850,6 +1850,8 @@ input.Inquiryphone {width:45.4% !important;}
padding: 10px 55px 10px 10px; padding: 10px 55px 10px 10px;
text-decoration: none; text-decoration: none;
line-height: 20px; line-height: 20px;
position: absolute;
bottom: 0;
text-shadow: 1px 1px 1px #000;} text-shadow: 1px 1px 1px #000;}
.info_ad_name strong {line-height: 24px; .info_ad_name strong {line-height: 24px;
font-size: 22px; font-size: 22px;

Loading…
Cancel
Save