1234567891011121314151617181920212223242526272829303132333435 |
- .slot-box {
- position: relative;
- }
- .slot-image {
- width: 80px;
- height: 80px;
- }
- .status {
- position: absolute;
- left: 0;
- top: 0;
- font-size: 12px;
- color: #fff;
- background: #999;
- }
- .slot-body {
- width: 70%;
- margin-left: 10px;
- }
- .slot-title {
- font-size: 1.2em;
- font-weight: 600;
- color: #000;
- line-height: 2em;
- }
- .slot-text {
- font-size: 14px;
- color: #999;
- line-height: 3em;
- }
- .footerIcon {
- line-height: 3em;
- }
|