Btn 样式

.btn {
  1. display: inline-block;
  2. padding: 6px 12px;
  3. margin-bottom: 0;
  4. font-size: 14px;
  5. font-weight: normal;
  6. line-height: 1.428571429;
  7. text-align: center;
  8. white-space: nowrap;
  9. vertical-align: middle;
  10. cursor: pointer;
  11. background-image: none;
  12. border: 1px solid transparent;
  13. border-radius: 4px;

      1. color: #333;
      2. background-color: #fff;
      3. border-color: #ccc;
    }
有时候不是我们失去了目标,而是失去了方向。
原文地址:https://www.cnblogs.com/871735097-/p/4761946.html