| 123456789101112 |
- page{background: #fff;}
- .line{height: 10rpx;background: #F5F5F5;}
- .list{padding: 0 30rpx 30rpx;}
- .list .li{box-shadow: 0 5rpx 12rpx 1rpx rgba(0,67,101,0.08);border-radius: 10rpx;margin-top: 30rpx;}
- .li-img{width: 100%;height: 360rpx;border-radius: 10rpx 10rpx 0 0;}
- .info{padding: 25rpx 30rpx 30rpx;}
- .title{font-size: 30rpx;color: #333;}
- .time{margin-top: 15rpx;font-size: 24rpx;color: #999;}
- .time image{width: 25rpx;height: 25rpx;margin-right: 11rpx;}
- .opt{margin-top: 20rpx;font-size: 24rpx;color: #999;justify-content: space-between;}
- .opt-btn{margin-left: 50rpx;}
- .opt-btn image{width: 33rpx;height: 33rpx;margin-right: 8rpx;}
|