page-scroll.wxss 246 B

123456789101112131415161718
  1. /* pages/virtual-list/index.wxss */
  2. .item {
  3. box-sizing: border-box;
  4. display: flex;
  5. align-items: center;
  6. height: 100%;
  7. padding: 0 10px;
  8. border-bottom: 1px dashed #cecece;
  9. }
  10. .index {
  11. flex: 1;
  12. }
  13. .desc {
  14. flex: 4;
  15. }