1234567891011121314151617181920 |
- .re_date {
- display: flex;
- align-items: center;
- >image {
- width: 20rpx;
- }
- .sw{
- width: 200rpx;
- height: 50rpx;
- text-align: center;
- display: inline-block;
- text {
- margin: 0 18rpx;
- transform: translateY(-2rpx);
- font-size: 32rpx;
- }
- }
-
- }
|