sunui-grand.wxss 550 B

123456789101112131415161718192021222324252627282930
  1. .sunui-grand-hide-bg {
  2. background-color: #e9ecef;
  3. padding: 4%;
  4. padding-bottom: 0;
  5. position: relative;
  6. }
  7. .sunui-grand-show-bg {
  8. background-color: #e9ecef;
  9. padding: 4%;
  10. }
  11. .sunui-grand-summary {
  12. overflow: hidden;
  13. text-overflow: clip;
  14. display: -webkit-box;
  15. -webkit-box-orient: vertical;
  16. }
  17. .sunui-grand-show-btn {
  18. width: 100%;
  19. position: absolute;
  20. left: 0;
  21. z-index: 0;
  22. text-align: center;
  23. background-image: linear-gradient(-180deg, rgba(233, 236, 239, 0) 0%, #fff 80%);
  24. padding-top: 3rem;
  25. }
  26. .sunui-grand-hide-btn {
  27. text-align: right;
  28. }