猎豆优选官网

list.css 339B

12345678910111213141516171819
  1. .container {
  2. width: 1100px;
  3. margin: auto;
  4. }
  5. .loading {
  6. width: 260px;
  7. height: 50px;
  8. background-color: #fff;
  9. font-size: 15px;
  10. color: #333;
  11. text-align: center;
  12. line-height: 50px;
  13. cursor: pointer;
  14. margin: 40px auto 0;
  15. border-radius: 2px;
  16. box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  17. }
  18. /*# sourceMappingURL=list.css.map */