给input标签加上placeholder-class,这个是给placeholder设置样式,右对齐这就是text-align:right;字体颜色之类依次编辑即可。
• left 靠左距离 • right 靠右距离 • top 顶部距离 • bottom 底部距离 4.6.2.示例1:登录页面,div在页面中间 .div{ width:200px; height:200px; border:1pxdashedblue; position:absolute; top:0; left:0; bottom:0; right:0; margin:auto; } 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. ...