12345678910111213141516171819202122232425 |
- .slot-box {
- position: relative;
- }
- .status {
- font-size: 12px;
- color: #999;
- }
- .slot-body {
- width: 90%;
- margin-left: 10px;
- }
- .slot-title {
- font-size: 1.2em;
- font-weight: 600;
- color: #000;
- }
- .slot-text {
- font-size: 14px;
- color: #999;
- }
- .footerIcon {
- line-height: 4em;
- }
|