当前位置:Gxlcms >
html代码 >
求助个问题~~特别急~~在线等待~~~大神帮忙~~~_html/css_WEB-ITnose
求助个问题~~特别急~~在线等待~~~大神帮忙~~~_html/css_WEB-ITnose
时间:2021-07-01 10:21:17
帮助过:27人阅读
CSS 玩美时光旅游网 HTML 旅游线路 海南旅游攻略
想把 “第1天” 这三个字写进这个div框里。 在 “1” 两边加了
单独给“1”设置的属性。
但是有一个问题,我也想让“1居中显示” 就是行成这样的效果: ,而不是最上面图的效果。
求助怎么实现?????
代码:
第1天
CSS: .D1_L_shang3 {
height: 81px;
width: 71px;
background: url("../images/yuanbiao1.png") left top no-repeat;
position: absolute;
z-index: 4;
left: 0px;
top: 50px;
line-height: 81px;
font-size: 16px;
text-align: center;
padding-right: 5px;
color: #FFF;
font-family: "微软雅黑","宋体","黑体",Arial;
}
.D1_L_shang3 span {
font-size: 35px;
color: #FFF;
font-family: "微软雅黑","宋体","黑体",Arial;
}
参考: http://www.wanmeitime.com/products/xianlu.php?xianlubianhao=352
回复讨论(解决方案)
大神帮忙啊~~~
第1天
.D1_L_shang3 span{vertical-align:middle;}.D1_L_shang3 span.num{font-size: 35px;color: #FFF;font-family: "微软雅黑","宋体","黑体",Arial;}
或者
.D1_L_shang3 span{font-size: 35px;color: #FFF;font-family: "微软雅黑","宋体","黑体",Arial;position:relative;top:8px; /*自己改*/}
第1天
XML/HTML code?123
第1天
CSS code?12345678.D1_L_shang3 span{vertical-align:middle;}.D1_L_shang3 span.n……
没用啊。。。。。我直接做在图片上吧
XML/HTML code?123456789101112131415161718192021222324252627282930313233