collect.css 943 B

123456789101112
  1. /* mine/collect/collect.wxss */
  2. .list{background: #fff;padding: 0 20rpx;margin: 20rpx 0 0;}
  3. .list .li{display: flex;display: -webkit-flex;align-items: center;padding: 30rpx 10rpx;border-bottom: 2rpx solid #f5f5f5;}
  4. .list .li:last-child{border-bottom: none;}
  5. .cimg{width: 180rpx;height: 180rpx;border-radius: 10rpx;margin-right: 30rpx;border: 2rpx solid #E5E5E5;box-sizing: border-box;}
  6. .zhinfo{flex:1;-webkit-flex: 1;overflow: hidden;position: relative;}
  7. .zhtit{font-size: 30rpx;color: #333;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
  8. .guige{font-size: 22rpx;color: #999;margin-top: 5rpx;}
  9. .jiage{display: flex;display: -webkit-flex;align-items: center;justify-content: space-between;margin-top: 55rpx;}
  10. .zhjia{font-size:28rpx;color: #FE0419;}
  11. .zhjia text{font-size: 36rpx;}
  12. .btn{font-size: 22rpx;color: #333;width: 136rpx;height: 46rpx;border-radius: 25rpx;border: 2rpx solid #D2D2D2;text-align: center;line-height: 46rpx;}