业余无线电
绿色榕树
UID:2 管理员
zhangjingyu 就会在数据表中自动添加db_bodystyle字段。 (2022-06-09 23:33) 查看本帖
继续本地测试。虽然这个功能不一定实际应用,但总想着要完成测试。今晚发现,根本不用在pw_config数据表中手动添加字段,只需要在setting.htm文件中添加相应代码,后台提交,数据表中就会自动添加对应字段。
/*layout*/html{background-color:$bgcolor;overflow-y:scroll;}body{font:13px/1.5 Arial; color:#333;background:#fcfefc url($imgpath/$stylepath/body_jiangnan.jpg) center repeat-y;min-height:700px;}.wrap,#top{min-width:820px;margin:auto;}.wrap{background:url($imgpath/$stylepath/headerbg123.jpg) no-repeat center top;}#wrapA{background:url($imgpath/$stylepath/top_jiangnan_chun.gif) no-repeat center top;}/*通过head高度调整主导航位置,参考值为top图高度减去#top的30px,可加可减。见4255*/#head{height:187px;}/*底部*/.footer-wrap{background:url($imgpath/$stylepath/footer_jiangnan.gif) no-repeat center bottom;padding:10px 0 20px;margin-top:1px;height:130px;}#footer:first-letter{text-transform:uppercase;}#footer img{vertical-align:top;}
zhangjingyu 到这个时候了。后台主要想修改文本框的宽度和高度,也是今晚的主要工作,但效果不是太理想。多行文本框的高度和宽度似乎没法修改,无论是在htm文件中,还是在样式文件中,问题的关键还是自己对样式的把握还不够,不懂css的硬伤啊。单行文本框的宽度,起初似乎也是没法修改,通 .. (2022-06-11 01:26) 查看本帖