| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- .tab{line-height: 100rpx;font-size: 30rpx;color: #999;text-align: center;}
- .tab .li{width: 50%;position: relative;}
- .tab .li.active{color: #222;font-weight: bold;}
- .tab .li.active::after{content: '';display: block;width: 38rpx;height: 7rpx;background:var(--mina);border-radius: 4rpx;position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);}
- .dflex{align-items: center;}
- .list{padding: 31rpx 24rpx 20rpx;}
- .list .li{background: #fff;box-shadow: 0 0 32rpx rgba(0, 0, 0, 0.04);border-radius: 15rpx;padding: 0 22rpx;color: #999;margin-bottom: 24rpx;position: relative;}
- .info{border-bottom: 1rpx dashed #E9E9E9;padding: 20rpx 22rpx 29rpx 9rpx;position: relative;}
- .info::before,.info::after{content: '';display: block;width: 20rpx;height: 20rpx;background: #f6f6f6;border-radius: 50%;position: absolute;bottom: -10rpx;}
- .info::before{left: -34rpx;}
- .info::after{right: -34rpx;}
- .info .left-pic{width:80rpx;height: 80rpx;margin-right: 15rpx;}
- .info .left-pic image{width:100%;height: 100%;}
- .title{font-size: 32rpx;color: #222;font-weight: bold;}
- .time{font-size: 22rpx;margin-top: 15rpx;}
- .info-r{text-align: right;margin-left: 20rpx;width: 200rpx;}
- .money{font-size: 60rpx;color: #EB0000;}
- .money text{font-size: 30rpx;}
- .man{font-size: 22rpx;}
- .li-bot{padding: 15rpx 15rpx 15rpx 7rpx;height: 50rpx;}
- .check{font-size: 24rpx;color: #666;}
- .check image{width: 17rpx;height: 11rpx;margin-left: 8rpx;}
- .ma{width: 38rpx;height: 38rpx;margin-right: 60rpx;}
- .yong{width: 130rpx;height: 50rpx;background: linear-gradient(90deg, var(--mina) 0%, var(--submain) 100%);border-radius: 28rpx;font-size: 24rpx;color: #fff;justify-content: center;}
- .yong::after{content: '';display: block;width: 0;height: 0;border: 10rpx solid transparent;border-right: none;border-left-color: #fff;border-radius: 5rpx;margin-left: 8rpx;}
- .infos{font-size: 20rpx;padding: 15rpx 0 30rpx;}
- .infos view{padding: 5rpx 0;}
- .list .li.tong{background: #FF243D;color: #fff;}
- .list .li.tong .info{border-bottom-color: rgba(255,255,255,.3);}
- .list .li.tong .title,.list .li.tong .check,.list .li.tong .money{color: #fff;}
- .list .li.tong .yong{background: linear-gradient(90deg, #FFECD9 0%, #FFB164 100%);color: #D88636;}
- .list .li.tong .yong::after{border-left-color: #D88636;}
- .yi{width: 130rpx;}
- .yipic{width: 144rpx;height: 103rpx;position: absolute;right: 20rpx;bottom: 0;z-index: 2;}
- .list .li.hui{opacity: .7;}
- .i-pro text{margin-right: 20rpx;color: #333;}
- .detail-info{background: #fff;box-shadow: 0 0 32rpx rgba(0, 0, 0, 0.04);border-radius: 15rpx;padding: 0 22rpx;color: #999;margin-bottom: 24rpx;position: relative;}
- .detail-info-left{border-right: 1rpx dashed #E9E9E9;padding: 20rpx 22rpx 29rpx 22rpx;position: relative;text-align: center;}
- .detail-info-left::before{content: '';display: block;width: 20rpx;height: 20rpx;background: #f6f6f6;border-radius: 50%;position: absolute;right: -10rpx;top: -10rpx;}
- .detail-info-left::after{content: '';display: block;width: 20rpx;height: 20rpx;background: #f6f6f6;border-radius: 50%;position: absolute;right: -10rpx;bottom: -10rpx;}
- .detail-info-content{margin-left: 30rpx;}
- .detail-info-btn{margin-left: auto;}
- .detail-info-content image{width: 17rpx;height: 11rpx;margin-left: 8rpx;display: inline-block;vertical-align: middle;}
- .detail-infos{background: #fff;}
- .nopadding{padding: 0;}
- .ceng{position: fixed;left: 0;top: 0;right: 0;bottom: 0;background: rgba(0,0,0,.5);z-index: 99;}
- .qrcode{position: fixed;background: #fff;width: 560rpx;border-radius: 15rpx;padding: 30rpx;box-sizing: border-box;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 100;text-align: center;}
- .code{font-size: 30rpx;color: #333;font-weight: bold;padding: 30rpx 0 50rpx;justify-content: center;border-top: 1rpx dashed #e9e9e9;}
- .code text{color: var(--mina);}
- .copy{font-size: 24rpx;color: #999;border: 1rpx solid #e9e9e9;border-radius: 20rpx;height: 40rpx;line-height: 40rpx;width: 100rpx;margin-left: 15rpx;font-weight: normal;}
- .qr-code{justify-content: center;padding: 50rpx 0;}
- .close{position: absolute;left: 50%;transform: translateX(-50%);bottom: -90rpx;width: 60rpx;height: 60rpx;}
|