123456789101112131415161718192021222324252627 |
- /*分页框*/
- .tabs {
- position: absolute;
- top: 44px;
- right: 0;
- left: 0;
- }
- #sliderSegmentedControl {
- background: #FFFFFF;
- }
- .mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active {
- color: #949BFF;
- border-bottom: none;
- background: 0 0;
- }
- .star .mui-icon-star:before {
- font-size: 18px;
- color: rgb(251, 202, 3);
- }
- img {
- width: 100%;
- }
|