List.wxss 338B

1234567891011121314151617181920212223
  1. page {
  2. height: 100%;
  3. background-color: #f3f3f9;
  4. }
  5. .wrap {
  6. height: 100vh;
  7. padding: 0 30rpx;
  8. }
  9. .list_box {
  10. height: 140rpx;
  11. background-color: #fff;
  12. margin: 40rpx 0;
  13. box-shadow: 0px 14rpx 16rpx 0px rgba(56, 104, 244, 0.07);
  14. text-align: left;
  15. padding: 25rpx;
  16. display: flex;
  17. align-items: center;
  18. border-radius: 15rpx;
  19. }
  20. .list {}