| 1234567891011121314151617181920212223242526272829303132 |
- .link-saler-box {
- width: 289px;
- height: auto;
- min-height: auto;
- border-radius: 2px;
- }
- .link-saler-box .title {
- background-color: #4290f7;
- height: 22px;
- line-height: 22px;
- margin-bottom: 20px;
- }
- .link-saler-box .content p {
- line-height: 20px;
- padding-top: 0;
- }
- .link-saler-box .content p i {
- color: #4290f7;
- margin-right: 4px;
- }
- .link-saler-box .content p span {
- color: #f62d37;
- width: auto !important;
- float: none;
- }
- .link-saler-box .content a {
- width: 78px !important;
- background: #4290f7 !important;
- margin: 18px 0 13px 0;
- border-radius: 2px;
- }
|