| 12345678910111213141516 |
- /* promote/withdrawal/record/record.wxss */
- .shenghe{color: slateblue; height: 30rpx; border: 1rpx solid slateblue;margin-left: 10rpx; border-radius: 18rpx;width: 100rpx;display: inline-block;text-align: center;line-height: 30rpx;font-size: 24rpx;}
- .list{background: #fff;}
- .list .li{border-bottom: 2rpx solid #f4f4f4;padding: 35rpx 35rpx;overflow: hidden;align-items: center;}
- .list .li:last-child{border-bottom: none;}
- .dizhi{overflow: hidden;}
- .dizhi view{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 28rpx;color: #333;}
- .dizhi .time{display: block;font-size: 24rpx;color: #999;margin-top: 15rpx;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
- .yue{font-size: 30rpx;color: #333;align-items: center;text-align: center;}
- .yue text{display: block;font-size: 24rpx;color: #999;margin-top: 15rpx;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
- .money{text-align: center; font-weight: bold;display: inline;}
- .success{background-color:rgb(245, 68, 146);width: 120rpx;height: 30rpx; font-size: 24rpx; display: inline-block; border-radius: 18rpx;text-align: center;line-height: 30rpx; color: #fff;margin-left: 10rpx;}
- .file{
- width: 120rpx;height: 30rpx; font-size: 24rpx; display: inline-block; border-radius: 18rpx;text-align: center;line-height: 30rpx; color: slateblue;border: 1rpx solid slateblue;margin-left: 10rpx;
- }
- .colorred{color: red;}
|