12345678910111213141516171819 |
- .container {
- width: 1100px;
- margin: auto;
- }
- .loading {
- width: 260px;
- height: 50px;
- background-color: #fff;
- font-size: 15px;
- color: #333;
- text-align: center;
- line-height: 50px;
- cursor: pointer;
- margin: 40px auto 0;
- border-radius: 2px;
- box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
- }
- /*# sourceMappingURL=list.css.map */
|