/* 头部 */ #header { position: relative; height: 280px; margin: 0; background: #020031; background: -moz-linear-gradient(45deg,#020031 0,#6d3353 100%); background: -webkit-gradient(linear,left bottom,right top,color-stop(0%,#020031),color-stop(100%,#6d3353)); background: -webkit-linear-gradient(45deg,#020031 0,#6d3353 100%); background: -o-linear-gradient(45deg,#020031 0,#6d3353 100%); background: -ms-linear-gradient(45deg,#020031 0,#6d3353 100%); background: linear-gradient(45deg,#020031 0,#6d3353 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#020031', endColorstr='#6d3353', GradientType=1); -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2),inset 0 -3px 7px rgba(0,0,0,.2); -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2),inset 0 -3px 7px rgba(0,0,0,.2); box-shadow: inset 0 3px 7px rgba(0,0,0,.2),inset 0 -3px 7px rgba(0,0,0,.2); }
摘要: 前言 马老师让我写一些学竞赛的感想,说给学弟学妹们看看,没想到写的时候曾经点点滴滴的回忆一阵阵涌上心头,越来越多,渐渐地写成了一个类似于回忆录的东西。不知道这样会不会给你们带来一种更真实的感觉?其实每个人都有梦,我羡慕过别人,也成为过别人羡慕的对象,但总之这一切都是真真切切的,你也一定能。 学弟学妹 阅读全文
posted @ 2025-04-22 14:51 是小红吖 阅读(86) 评论(0) 推荐(2)