<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>念在天涯,心在咫尺</title>
<style>
h2{
color:red;
text-align: center;
font-size: 25px;
font-weight: bold;
}
div {
width: 650px;
height: 370px;
border-radius:16px;
padding: 10px;
box-shadow:10px 10px 10px #555;
background-image: url(/1/images/1.png);
}
.info{
color:#fff;
text-indent: 2em;
line-height: 1.5em;
font-weight: bold;
}
</style>
</head>
<body>
<div><h2 onmouseover="change(this)" onmouseout="old(this)">念在天涯,心在咫尺</h2>
<p> 生命里,一些缱绻,无论素净,还是喧哗,都已经被岁月赋予了清喜的味道,一些闲词,或清新,或淡雅,总会在某一个回眸的时刻醉了流年,濡湿了柔软的心,冥冥之中,我们沿着呼唤的风声,终于在堆满落花的秋里,再次重逢,念在天涯,心在咫尺,我相信,一米阳光,才是我们最好的距离。
</p>
<p>
我知道,那些关怀,那些温暖,你均是悄悄的给予,既已懂得,何须多言?!就让这份静美,永留心间。感谢岁月赠予我的这一份恩宠,亦感谢你让我途径你生命的四季,陪我走过的这一程山水,那么美。遇见,已是很美。就让我借一程云淡风轻。掬一捧水月在手,沾岁月的花香满衣。慎重在相逢的渡口写下:回忆有你,真是精彩。未来很美,许我和你一起笑对!可好?其实,情早已经入心,不要问,情深缘浅;不要说,相见恨晚。遇见已是很美,我们何须追问那些雨的印记,那些相伴的理由?一直想对你说:如果时光不老,情不会改变,如果你愿,我便放下所有矜持,携一颗琉璃素心,陪你静看一生最美的日落烟霞。
</p>
</div>
<script type="text/javascript">
function change(elment){
elment.style.fontSize = "30px"
elment.style.color = "red"
}
function old(elment){
elment.style.fontSize = "25px"
elment.style.color = "red"
}
</script>
</body>
</html>
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!