search.wxss 690 B

123456789101112131415161718192021222324252627282930
  1. page {
  2. background-color: #f8f8f8;
  3. background-repeat: no-repeat;
  4. background-position:center center;
  5. background-image:url(https://img14.360buyimg.com/ddimg/jfs/t1/159433/38/3955/429439/60068f12E63ab2e3b/adbd9d60b138764a.gif);
  6. }
  7. .container {
  8. padding: 0 30rpx 0 30rpx;
  9. align-items: center;
  10. }
  11. .list-item {
  12. display: flex;
  13. flex-direction: row;
  14. justify-content: space-between;
  15. align-items: center;
  16. width: 100%;
  17. padding: 10px 0 10px 0;
  18. box-sizing: border-box;
  19. border: 1px solid #000;
  20. border-style: none none solid none;
  21. border-bottom-color: lightgray;
  22. }
  23. .list-item:last-child {
  24. border-style: none;
  25. }
  26. .button {
  27. position: fixed;
  28. width: 690rpx;
  29. bottom: 30rpx;
  30. }