<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style type="text/css">
*{
padding: 0;
margin: 0;
font-family: "Microsoft JhengHei";
}
body {
padding-top: 0px;
}
div{
margin: 0;
padding: 0;
}
a{
color: #040000;
text-decoration: none;
}
.item .title{
font-size: 32px;
font-family: 'Noto Serif TC';
font-weight: 600;
padding-bottom: 30px;
}
.item .text{
font-size: 18px;
line-height: 32px;
color: #231815;
}
.area3 .row{
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-around;
margin: 0;
}
.area3 .item img,.item .img img{
width: 100%;
}
/* area3 */
.area3 {
background-color: #FDF7F4;
padding:0;
}
.area3 .row .item:nth-child(1){
width: 30%;
text-align: center;
margin: auto;
}
.area3 .row .item{
width: 60%;
margin: 0;
}
.area3 .row .item .content{
width: fit-content;
margin: 0;
}
.area3 .row .item img{
height: 100%;
}
.area3 .item .title{
font-size: 21px;
text-align: left;
}
.area3 .item .text{
font-size: 16px;
line-height: 32px;
text-align: left;
}
.area3 .item .text a{
color: #231815;
text-decoration: underline;
transition: color 0.5s;
}
.area3 .item .text a:hover{
color: #5F5592;
background-color: rgba(255, 255, 255, 0);
}
/* area3--reverse */
.reverse{
background-color: #F4F4F4;
}
.reverse .row .item:nth-child(2){
width: 30%;
margin: auto;
}
.reverse .row .item:nth-child(1){
width: 60%;
text-align: center;
margin: 0;
}
@media screen and (max-width:991px){
.area3 .row{
flex-wrap: wrap-reverse;
}
.area3 .row .item .content{
padding: 40px 0px;
}
.reverse .row{
flex-wrap: wrap;
}
.ir-title{
padding-bottom: 10px;
}
.area3 .row .item,
.area3 .row .item:nth-child(1),
.reverse .row .item:nth-child(2){
width: 100%;
}
.area3 .item .title,
.area3 .item .text{
padding: 0 4%;
}
}
@media screen and (max-width:465px) {
.area3 .item .title{
font-size: 21px;
}
}
</style>
<body>
<!-- area3-reverse -->
<div class="area3 reverse">
<div class="row">
<div class="item">
<img src="https://irst.blob.core.windows.net/static/ir/wedding%20collection/wedding-4.jpg">
</div>
<div class="item">
<div class="content">
<div class="title">
為預算省下更多空間
</div>
<div class="text">
IR貼心之選,同款純銀婚戒<br>
以純淨銀光點綴每個日常,現貨不必久候<br>
<a href="hhttps://www.idearock.com.tw/ir/Product/KSW537">前往了解></a>
</div>
</div>
</div>
</div>
</div>
</body>