You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
676 B

1 year ago
  1. /* pages/rentManagement/rentManagement.wxss */
  2. .loglist {
  3. padding: 20upx;
  4. box-sizing: border-box;
  5. margin-top: 115px;
  6. }
  7. .lockli {
  8. margin-bottom: 10upx;
  9. padding: 20upx;
  10. border-bottom: 2upx solid #f2f3f5;
  11. line-height: 50upx;
  12. }
  13. .blue {
  14. color: #02BFFF;
  15. }
  16. .box{
  17. margin-bottom: 10px;
  18. box-sizing: border-box;
  19. margin: 30rpx;
  20. box-shadow: 2px 2px 10px #eeee;
  21. }
  22. .d-fixed{
  23. position: fixed;
  24. top: 0;
  25. left: 0;
  26. width: 100%;
  27. z-index: 99;
  28. }
  29. .groupRadio{
  30. margin: 0 40rpx;
  31. display: flex;
  32. flex-wrap: nowrap;
  33. justify-content: space-between;
  34. margin-top: 10px;
  35. }
  36. .groupRadio .radioView{
  37. display: inline-block;
  38. width: 50%;
  39. margin-bottom: 10px;
  40. }