index.wxss 279 B

12345678910111213141516171819202122232425
  1. .slot-box {
  2. position: relative;
  3. }
  4. .status {
  5. font-size: 12px;
  6. color: #999;
  7. }
  8. .slot-body {
  9. width: 90%;
  10. margin-left: 10px;
  11. }
  12. .slot-title {
  13. font-size: 1.2em;
  14. font-weight: 600;
  15. color: #000;
  16. }
  17. .slot-text {
  18. font-size: 14px;
  19. color: #999;
  20. }
  21. .footerIcon {
  22. line-height: 4em;
  23. }