index.wxss 421 B

1234567891011121314151617181920212223242526272829303132333435
  1. .slot-box {
  2. position: relative;
  3. }
  4. .slot-image {
  5. width: 80px;
  6. height: 80px;
  7. }
  8. .status {
  9. position: absolute;
  10. left: 0;
  11. top: 0;
  12. font-size: 12px;
  13. color: #fff;
  14. background: #999;
  15. }
  16. .slot-body {
  17. width: 70%;
  18. margin-left: 10px;
  19. }
  20. .slot-title {
  21. font-size: 1.2em;
  22. font-weight: 600;
  23. color: #000;
  24. line-height: 2em;
  25. }
  26. .slot-text {
  27. font-size: 14px;
  28. color: #999;
  29. line-height: 3em;
  30. }
  31. .footerIcon {
  32. line-height: 3em;
  33. }