- /* mine/remind/remind.wxss */
- .list{margin: 0 20rpx;padding-bottom: 20rpx;}
- .list .li{margin: 20rpx 0 0;background: #fff;border-radius: 10rpx;}
- .list .lis{display: flex;display: -webkit-flex;align-items: center;padding: 30rpx 20rpx;border-bottom: 2rpx solid #f5f5f5;}
- .cimg{width: 180rpx;height: 180rpx;border-radius: 10rpx;margin-right: 30rpx;border: 2rpx solid #E5E5E5;box-sizing: border-box;}
- .zhinfo{flex:1;-webkit-flex: 1;overflow: hidden;position: relative;}
- .zhtit{font-size: 30rpx;color: #333;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
- .guige{font-size: 22rpx;color: #999;margin-top: 5rpx;}
- .jiage{display: flex;display: -webkit-flex;align-items: center;justify-content: space-between;margin-top: 55rpx;}
- .zhjia{font-size:28rpx;color: #FE0419;}
- .zhjia text{font-size: 36rpx;}
- .operate{align-items: center;justify-content: space-between;padding: 25rpx 20rpx;}
- .time{align-items: center;font-size: 28rpx;color: #FE0419;}
- .time view{font-size: 22rpx;margin-right: 15rpx;color: #333;}
- .time text{display: block;width: 36rpx;height: 36rpx;text-align: center;line-height: 36rpx;border-radius: 6rpx;font-size: 24rpx;color: #FE0419;margin: 0 5rpx;}
- .btn{font-size: 22rpx;color: #333;width: 136rpx;height: 46rpx;border-radius: 25rpx;border: 2rpx solid #D2D2D2;text-align: center;line-height: 46rpx;}
|