| 1234567891011121314151617181920212223242526272829303132333435363738 |
- /* receiveList.css */
- page{background: #fff;}
- .top{position: fixed;top: 0;left: 0;right: 0;background: #fff;padding: 0 30rpx;}
- .search{height: 60rpx;background: #F7F7F7;border-radius: 30rpx;justify-content: center;font-size: 28rpx;color: #B3B3B3;padding: 0 30rpx;}
- .search image{width: 30rpx;height: 30rpx;margin-right: 15rpx;}
- .ipt{font-size: 28rpx;color: #333;}
- .placeholder{color: #B3B3B3;}
- .operate{justify-content: space-between;margin-top: 20rpx;}
- .date{font-size: 28rpx;color: var(--mina);padding: 0 30rpx 0 0;background: #fff;height: 65rpx;line-height: 65rpx;}
- .date view{display: inline-block;}
- .rico{display: inline-block;width: 13rpx;height: 20rpx;margin-left: 10rpx;}
- .total{font-size: 24rpx;color: #999;}
- .list{padding: 0 30rpx;border-top: 10rpx solid #F5F5F5;}
- .list .li{border-bottom: 1rpx solid #e9e9e9;padding: 30rpx 0;align-items: flex-start;font-size: 24rpx;line-height: 1.8;}
- .list text{color: #999;margin-right: 10rpx;}
- .li-c .lis{width: 55%;padding-right: 30rpx;box-sizing: border-box;}
- .li-c .lis:nth-child(2n){padding-right: 0;width: 45%;}
- .id{font-size: 28rpx;color: 3333;}
- .time{font-size: 26rpx;color: #999;margin-top: 10rpx;}
- .money{font-size: 32rpx;color: #333;}
- .money text{font-size: 26rpx;}
- /* 时间 */
- .ceng{position: fixed;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0,0,0,.5);z-index: 99;}
- .popup{position: fixed;left: 0;right: 0;bottom: 0;background: #fff;border-radius: 32rpx 32rpx 0 0;z-index: 100;padding: 55rpx 0 0;transition: all .3s ease;}
- .default{position: absolute;top: 55rpx;right: 60rpx;font-size: 28rpx;color: #999;}
- .default image{width: 36rpx;height: 36rpx;margin-right: 14rpx;}
- .pop-tit{font-size: 32rpx;color: #263343;font-weight: bold;margin-top: 60rpx;padding: 0 60rpx;}
- .pop-con{padding: 0 60rpx;}
- .pop-list .li{width: 189rpx;height: 70rpx;background: #F3F5F7;border-radius: 35rpx;font-size: 30rpx;color: #333;text-align: center;line-height: 70rpx;align-items: flex-start;margin: 30rpx 30rpx 0 0;}
- .pop-list .li:nth-child(3n){margin-right: 0;}
- .pop-list .li.active{background: #008ACE;color: #fff;}
- .pop-time{margin-top: 30rpx;font-size: 30rpx;color: #333;}
- .pop-time text{margin: 0 25rpx;}
- .date-ipt{width: 232rpx;height: 70rpx;background: #F3F5F7;border-radius: 35rpx;box-sizing: border-box;padding: 0 30rpx;font-size: 28rpx;color: #A5A5A5;line-height: 70rpx;}
- .pop-btn{margin-top: 80rpx;}
- .pop-btn view{width: 50%;height: 90rpx;line-height: 90rpx;font-size: 32rpx;text-align: center;box-sizing: border-box;}
- .pop-btn view:first-child{color: #666;border-top: 1rpx solid #f5f5f5;line-height: 79rpx;}
- .pop-btn view:last-child{color: #fff;background: #008ACE;}
|