product.css 374 B

123456789101112131415161718192021222324252627
  1. /*分页框*/
  2. .tabs {
  3. position: absolute;
  4. top: 44px;
  5. right: 0;
  6. left: 0;
  7. }
  8. #sliderSegmentedControl {
  9. background: #FFFFFF;
  10. }
  11. .mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active {
  12. color: #949BFF;
  13. border-bottom: none;
  14. background: 0 0;
  15. }
  16. .star .mui-icon-star:before {
  17. font-size: 18px;
  18. color: rgb(251, 202, 3);
  19. }
  20. img {
  21. width: 100%;
  22. }