butler.wxss 583 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .container {
  2. width: 100%;
  3. height: 100vh;
  4. overflow-y: auto;
  5. background-size: 100% 100%;
  6. }
  7. .box {
  8. display: flex;
  9. flex-wrap: wrap;
  10. margin-top: 15px;
  11. }
  12. .imgBox {
  13. width: 30%;
  14. height: 50vw;
  15. margin-left: 2.5%;
  16. margin-top: 5px;
  17. }
  18. .imgs {
  19. display: block;
  20. width: 100%;
  21. height: 75%;
  22. border: 2px solid #CD7F32;
  23. }
  24. .name {
  25. width: 100%;
  26. display: block;
  27. text-align: center;
  28. color: #fff;
  29. }
  30. .uni-section {
  31. background-color: transparent !important;
  32. margin-top: 20px;
  33. }
  34. .uni-section-header {
  35. padding: 0 10px !important;
  36. }
  37. .uni-section__content-title {
  38. color: #fff !important;
  39. }