stick-top.wxss 681 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .page-banner{
  2. height:200px;
  3. background-color: #fff;
  4. color:#fff;
  5. }
  6. .page-group{
  7. display: table;
  8. /* background-color: rgba(00, 00, 00, 1); */
  9. width: 100%;
  10. table-layout: fixed;
  11. position: relative;
  12. top: 0;
  13. left: 0;
  14. }
  15. .page-group-position{
  16. position: fixed;
  17. }
  18. .page-nav-list{
  19. padding:15px 0 ;
  20. display: table-cell;
  21. text-align: center;
  22. color: #07c160;
  23. }
  24. .goods-list{
  25. height: 300px;
  26. background-color: var(--weui-BG-2);
  27. padding: 10px;
  28. display: flex;
  29. flex-direction: column;
  30. align-items: center;
  31. }
  32. .item-title {
  33. margin: 10px 10px 5px;
  34. font-size: 18px;
  35. width: 100%;
  36. }
  37. .item-desc {
  38. margin: 5px 10px 0;
  39. width: 100%;
  40. color: var(--weui-FG-2)
  41. }