文章分类 -  CSS

摘要:1)placeholder文字显示文本位置可以使用(即placeholder文字距离左侧的距离) 进行缩进, 如果需要水平显示,可以直接使用 2)placeholder文字显示文颜色可以使用, 3)***** placeholder文字位于input文本框的竖直方向的居中位置,需要给input加上高 阅读全文
posted @ 2017-09-18 11:38 MonicaSmile 阅读(2812) 评论(1) 推荐(0)
摘要:网址:http://pxtoem.com/ 阅读全文
posted @ 2017-09-08 11:10 MonicaSmile 阅读(49) 评论(0) 推荐(0)
摘要:?:url与参数之间的分割 &:是参数与参数之间的分割 阅读全文
posted @ 2017-08-23 09:44 MonicaSmile 阅读(72) 评论(0) 推荐(0)
摘要:1.把小写字母变成大写:text-transform:uppercase; 阅读全文
posted @ 2017-08-18 14:48 MonicaSmile 阅读(55) 评论(0) 推荐(0)
摘要:上周项目中需要滚动条,对于我这个菜鸟来说,简直了。。。 下面就贴一下,我整理出的最简单的滚动条的代码吧 <!DOCTYPE html><html><head> <meta charset="utf-8"> <style type="text/css"> .scrollbar{ height: 300 阅读全文
posted @ 2017-07-29 19:23 MonicaSmile 阅读(319) 评论(0) 推荐(0)