123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- .item {
- width: 702rpx;
- padding: 24rpx;
- background-color: #fff;
- position: relative;
- color: rgba(58, 60, 101, 0.70);
- line-height: 45rpx;
- margin-bottom: 24rpx;
- box-sizing: border-box;
- }
- .border-radius-20{
- border-radius: 10rpx;
- }
- .icon {
- position: absolute;
- top: 0;
- right: 0;
- width: 100%;
- height: 212rpx;
- }
- van-icon {
- margin-right: 10rpx;
- }
- .over {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .name {
- color: #6473FB;
- font-size: 34rpx;
- font-weight: 700;
- max-width: 370rpx;
- margin-bottom: 16rpx;
- }
- .logo {
- color: #3A3C65;
- font-size: 26rpx;
- font-weight: 400;
- margin-top: 10rpx;
- margin-bottom: 16rpx;
- max-width: 700rpx;
- }
- .date {
- color: #6473FB;
- font-size: 26rpx;
- }
- .date>text {
- color: #3A3C65;
- font-size: 32rpx;
- font-weight: 500;
- }
- .position {
- position: absolute;
- top: 20rpx;
- right: 24rpx;
- }
- .position>.position-text {
- color: #ff8831;
- background-color: #f9faff;
- padding: 0 12rpx;
- }
- .col {
- color: rgba(58, 60, 101, 0.85);
- font-size: 30rpx;
- font-weight: 500;
- }
- .status-img {
- width: 120rpx;
- height: 110rpx;
- position: absolute;
- bottom: 70rpx;
- right: 24rpx;
- }
|