May
20

DZ6.0.0设置文本框

 14:48    479    0    学习手记
| |
    偶们社区用的是DZ6.0.0的程序,在后台风格设置里找了很久都不没找到怎么设置文本框的样式!
    没办法了,只好在CSS里面去修改!
    原来的注册页,登录页,发表信息页都这是个样子的,虽然有一种立体的感觉,但这种东西,给人的感觉就是不全!

点击在新窗口中浏览此图片  
     找到css.htm查找

input, textarea { border-width: 1px; background: {TABLEBG}; border-color: {INPUTBORDER}; padding: 2px; }
我的想法就是把input的样式独立出来!删除input,在下面加一行

input { border:1px solid #ffffff; padding:2px; background: {TABLEBG};}


注:边框宽为1px ;色为:白色 ;边距:2px;背景为默认背景!
修改后的样子如图:
点击在新窗口中浏览此图片  
发表评论
表情
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
打开HTML
打开UBB
打开表情
隐藏
记住我
昵称   密码   游客无需密码
网址   电邮   [注册]