1.美化header样式

2.美化表格样式

.container a:hover { color: #f55e55; text-decoration: none; background-color: rgba(255, 255, 255, 0); }

3.footer样式调整

4.按钮样式

在文件app/assets/stylesheets/ideas.css.scss最后加入

.container input[type="submit"] { height: 30px; font-size: 13px; background-color: #f55e55; border: none; color: #fff; }

教练:解释css中border的使用,学员可以尝试修改按钮样式,加圆角,阴影,颜色等。