.modal-footer .btn + .btn { margin-bottom: 0; margin-left: 5px;}
上面的+号怎么理解呢?
表示获得pre节点的下1个兄弟节点,相当于jQuery 中的 next(),这个选择器貌似IE7不支持