123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 |
- .item {
- width: 702rpx;
- padding: 24rpx;
- background-color: #fff;
- position: relative;
- color: rgba(58, 60, 101, 0.7);
- line-height: 45rpx;
- margin-bottom: 24rpx;
- box-sizing: border-box;
- }
- .myrenewawlcontract-item {
- width: 702rpx;
- padding: 24rpx;
- background-color: #fff;
- position: relative;
- color: rgba(58, 60, 101, 0.7);
- 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;
- }
- .myrenewawlcontract-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;
- }
- .myrenewawlcontract-name {
- margin-top: 0 !important;
- }
- .logo {
- color: #3a3c65;
- font-size: 26rpx;
- font-weight: 400;
- margin-top: 10rpx;
- margin-bottom: 16rpx;
- max-width: 700rpx;
- }
- .date {
- color: #6473fb;
- font-size: 26rpx;
- }
- .myrenewawlcontract-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;
- }
- .myrenewawlcontract-status-img {
- width: 120rpx;
- height: 110rpx;
- position: absolute;
- bottom: 70rpx;
- right: 24rpx;
- }
- .over-text {
- margin-left: 10rpx;
- }
|