12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- .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;
- }
- .date {
- color: #3A3C65;
- font-size: 17px;
- font-weight: 500;
- }
- .name,
- .logo {
- color: #3A3C65;
- font-size: 30rpx;
- font-weight: 500;
- margin-top: 32rpx;
- }
- .logo {
- color: #6473FB;
- margin-top: 10rpx;
- }
- .status {
- position: absolute;
- top: 22rpx;
- right: 26rpx;
- font-size: 24rpx;
- text-align: right;
- }
- .status-text {
- background-color: #f9faff;
- padding: 0 12rpx;
- }
- .status1{
- color: #ff8831;
- }
- .status2{
- color: #6473FB;
- }
- .status3{
- color: #9BAED5;
- }
- .f-w{
- font-weight: 500;
- font-size: 26rpx;
- }
- .underway {
- color: #6473fb;
- }
- .over {
- color: #90a1c5;
- }
- .status-img1 {
- width: 92rpx;
- height: 84rpx;
- position: absolute;
- bottom: 50rpx;
- right: 24rpx;
- }
- .status-img {
- width: 92rpx;
- height: 84rpx;
- position: absolute;
- bottom: 10rpx;
- right: 24rpx;
- }
- .wid{
- width: 530rpx;
- }
|