12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- .container{
- height: 100vh;
- }
- .content{
- flex: 1;
- overflow: auto;
- margin: 4rpx 0;
- }
- .card-box{
- margin: 36rpx 58rpx;
- position: relative;
- box-sizing: border-box;
- z-index:0;
- }
- .card-img{
- width: 100%;
- height: 186.68rpx;
- }
- .card-cont{
- height: 186.68rpx;
- position: absolute;
- top: 0;
- display: flex;
- align-items: center;
- box-sizing: border-box;
- padding: 0 28rpx 0 46rpx;
- left: 0;
- right: 0;
- width: 100%;
- }
- .card-cont-lf{
- font-weight: 600;
- font-size: 24rpx;
- color: #FDA233;
- line-height: 34rpx;
- flex-shrink: 0;
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .canyin-img{
- width: 44rpx;
- height: 36rpx;
- margin-bottom: 6rpx;
- }
- .card-cont-ri{
- margin-left: 110rpx;
- font-weight: 400;
- font-size: 28rpx;
- color: #000000;
- line-height: 40rpx;
- display: flex;
- justify-content: space-between;
- align-items: center;
- flex: 1;
- overflow: hidden;
- box-sizing: border-box;
- z-index: 2;
- }
- .card-cont-ri-text{
- overflow: hidden;
- margin-right: 10rpx;
- box-sizing: border-box;
- }
- .money{
- font-weight: 600;
- font-size: 28rpx;
- color: #FF9E00;
- line-height: 40rpx;
- margin-bottom: 14rpx;
- }
- .pop-time{
- font-weight: 400;
- font-size: 20rpx;
- color: #B0B0B0;
- line-height: 28rpx;
- margin-top: 6rpx;
- }
- .status-bg{
- position: absolute;
- right: 0;
- top: 0;
- z-index: 1;
- }
- .card-cont-status{
- width: 186.68rpx;
- height: 186.68rpx;
- }
- .loading{
- color: #969799;
- font-size:24rpx;
- text-align: center;
- padding-bottom: 40px;
- }
|