57 lines
1.1 KiB
CSS
57 lines
1.1 KiB
CSS
.wpheaderandfooter-review-notice{
|
|
padding: 15px 15px 15px 0;
|
|
background-color: #fff;
|
|
border-radius: 3px;
|
|
margin: 20px 20px 0 0;
|
|
border-left: 4px solid transparent;
|
|
}
|
|
.wpheaderandfooter-review-notice:after{
|
|
content: '';
|
|
display: table;
|
|
clear: both;
|
|
}
|
|
.wpheaderandfooter-review-thumbnail{
|
|
width: 114px;
|
|
float: left;
|
|
line-height: 80px;
|
|
text-align: center;
|
|
border-right: 4px solid transparent;
|
|
}
|
|
.wpheaderandfooter-review-thumbnail img{
|
|
width: 68px;
|
|
vertical-align: middle;
|
|
}
|
|
.wpheaderandfooter-review-text{
|
|
overflow: hidden;
|
|
}
|
|
.wpheaderandfooter-review-text h3{
|
|
font-size: 24px;
|
|
margin: 0 0 5px;
|
|
font-weight: 400;
|
|
line-height: 1.3;
|
|
}
|
|
.wpheaderandfooter-review-text p{
|
|
font-size: 13px;
|
|
margin: 0 0 5px;
|
|
}
|
|
.wpheaderandfooter-review-ul{
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
.wpheaderandfooter-review-ul li{
|
|
display: inline-block;
|
|
margin-right: 15px;
|
|
}
|
|
.wpheaderandfooter-review-ul li a{
|
|
display: inline-block;
|
|
color: #10738B;
|
|
text-decoration: none;
|
|
padding-left: 26px;
|
|
position: relative;
|
|
}
|
|
.wpheaderandfooter-review-ul li a span{
|
|
position: absolute;
|
|
left: 0;
|
|
top: -2px;
|
|
}
|