12345678910111213141516171819 |
- .tips {
- display: flex;
- width: calc(100% - 80rpx);
- height: 76rpx;
- background: #fff5e0;
- align-items: center;
- color: #FF9D09;
- justify-content: space-between;
- font-size: 22rpx;
- font-weight: 400;
- margin-top: 20rpx;
- position: relative;
- padding: 0 40rpx;
- }
-
- .tips .icon {
- position: relative;
- top: -2rpx;
- }
|