123456789101112131415161718192021222324 |
- .info-content {
- padding: 0 10rpx;
- width: 100%;
- display: inline-block;
- margin-bottom: 20rpx;
- }
- .info-content .info-bg {
- background-color: #fff;
- position: relative;
- width: 100%;
- height: 100%;
- }
- .info-content .info-label {
- width: 100%;
- height: 100rpx;
- line-height: 100rpx;
- padding: 0 24rpx;
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow: hidden;
- font-weight: bold;
- }
|