12345678910111213141516171819202122232425262728293031323334 |
- .info-content {
- 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: 75%;
- display: inline-block;
- line-height: 80rpx;
- font-weight: bold;
- margin-left: 10rpx;
- }
- .info-content .info-date {
- display: inline-block;
- line-height: 80rpx;
- font-weight: bold;
- font-size: 0.8rem;
- color: grey;
- }
- .info-image {
- padding: 0;
- margin: 0;
- }
- .info-image image {
- width: 100%;
- }
|