index.wxss 535B

1234567891011121314151617181920212223242526272829303132333435363738
  1. .Inspection{
  2. width: 90%;
  3. height: 160rpx;
  4. background: #ffffff;
  5. box-shadow: 0 0 10rpx gainsboro;
  6. margin: 20rpx auto;
  7. padding: 10rpx;
  8. box-sizing: border-box;
  9. }
  10. .Inspection_name{
  11. font-size: 36rpx;
  12. font-weight: bold;
  13. margin-bottom: 10px;
  14. }
  15. .Inspection_time{
  16. color: #bfbcbc;
  17. }
  18. .gengduo{
  19. width: 90%;
  20. text-align: center;
  21. margin: 20rpx auto;
  22. padding: 10rpx;
  23. }
  24. .red{
  25. background: #03a9f461;
  26. position: fixed;
  27. right: 0;
  28. bottom: 30px;
  29. height: 40px;
  30. width: 40px;
  31. border-radius: 25px;
  32. font-size: 14px;
  33. text-align: center;
  34. }