12345678910111213141516171819202122232425262728 |
- .picsBox {
- height: 120rpx;
- width: 120rpx;
- }
- .picsItemTitle{
- font-size: 25rpx;
- }
- .requiredSign{
- color: #F1505C;
- }
- .sortSelection{
- position: absolute;
- bottom: 0;
- right: 0;
- height: 40rpx;
- width: 40rpx;
- border-radius: 50%;
- transition: background-color .3s;
- font-size: 22rpx;
- }
|