| 12345678910111213141516171819 |
- @import "./head.scss";
- @import "./content.scss";
- .content-box .title {
- position: relative;
- overflow: visible;
- .status {
- position: absolute;
- right: -30rpx;
- width: 128rpx;
- text-align: center;
- height: 42rpx;
- border-radius: 20rpx 0rpx 0rpx 20rpx;
- font-size: 24rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #FFFFFF;
- }
- }
|