index.acss 544 B

12345678910111213141516171819202122232425262728
  1. .healthy-card-component-entry {
  2. display: block;
  3. position: relative;
  4. background-color: #fff;
  5. }
  6. .healthy-card-component-entry * {
  7. box-sizing: border-box;
  8. }
  9. .healthy-card-component-entry .fill-center {
  10. width: 100%;
  11. height: 100%;
  12. display: flex;
  13. align-items: center;
  14. justify-content: center;
  15. }
  16. .healthy-card-component-entry .footer {
  17. height: 84rpx;
  18. position: fixed;
  19. left: 0;
  20. right: 0;
  21. bottom: 0;
  22. z-index: 10;
  23. color: #999;
  24. font-size: 30rpx;
  25. text-align: center;
  26. line-height: 84rpx;
  27. background-color: #F1F0F6;
  28. }