noUser.acss 569 B

12345678910111213141516171819202122232425262728293031323334
  1. .list{
  2. /* min-height: 100vh; */
  3. }
  4. .li{
  5. padding: 24rpx 32rpx;
  6. border-bottom: 1px solid #f1f1f1;
  7. background-color: #fff;
  8. }
  9. .footer{
  10. display: flex;
  11. align-items: center;
  12. justify-content: center;
  13. background-color: #fff;
  14. border-top: 1px solid #f1f1f1;
  15. padding: 14rpx 0;
  16. position: fixed;
  17. bottom: 0;
  18. left: 0;
  19. right: 0;
  20. }
  21. .footer view{
  22. background-color: #1188F1;
  23. color: #fff;
  24. width: 45%;
  25. padding: 24rpx 0;
  26. text-align: center;
  27. border-radius: 10rpx;
  28. }
  29. .footer view:nth-child(1){
  30. margin-right: 20rpx;
  31. }
  32. .list-box{
  33. overflow: scroll;
  34. }