| 12345678910111213141516171819202122232425 |
- @import "../orderForm/client.scss";
- .status2 {
- top: 80rpx !important;
- }
- .tags {
- display: flex;
- width: 80%;
- margin-top: 10rpx;
- .tag {
- line-height: 28rpx;
- font-family: PingFang SC, PingFang SC;
- font-size: 20rpx;
- padding: 6rpx 10rpx;
- margin-right: 10rpx;
- border-radius: 20rpx;
- color: #fff;
- }
- .tag:last-child {
- margin-right: 0;
- }
- }
|