12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- @import '../common/mixin.less';
- .all-lot-wrapper {
- .all-lot-item {
- padding: 10px;
- margin-bottom: 10px;
- background: #fff;
- }
- h1 {
- line-height: 40px;
- font-size: 16px;
- margin: 0;
- text-indent: 10px;
- color: #fff;
- }
- h1 span {
- background: #c31a00;
- height: 100%;
- padding: 6px 15px;
- color: #fff;
- font-size: 1.6rem;
- }
- .all-lot-content {
- overflow: hidden;
- text-align: center;
- a {
- float: left;
- margin: 2px;
- line-height: 25px;
- width: 120px;
- text-align: center;
- border: 1px solid #ddd;
- text-decoration: none;
- color: #666;
- &:hover {
- color: #c31a00;
- }
- }
- span {
- width: 120px;
- }
- }
- }
|