css0_6.wxss 1.3 KB

1234567891011121314
  1. .get-card { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2000; background-color: rgba(0, 0, 0, 0.5); }
  2. .card-block { margin-top: -140rpx; position: relative; }
  3. .card-info { width: 559rpx; border-radius: 0 0 30rpx 30rpx; background-color: #fff; margin-top: -20rpx; padding: 20rpx 0 50rpx 0; }
  4. .card-one { width: 100%; height: 164rpx; margin-bottom: 10rpx; }
  5. .card-bg { width: 514rpx; height: 164rpx; border-radius: 10rpx; box-shadow: 2rpx 2rpx 30rpx #ddd; padding: 14rpx; }
  6. .card-bg-1 { width: 100%; height: 100%; border: 2rpx #ff4544 dashed; border-radius: 10rpx; padding: 0 20rpx; }
  7. .card-del { position: absolute; right: 34rpx; top: 224rpx; width: 90rpx; height: 90rpx; }
  8. .card-del wx-image{ width: 30rpx; height: 30rpx; }
  9. .card-text { color: #707070; margin-top: 24rpx; margin-bottom: 34rpx; font-size: 9pt; }
  10. .card-text::before { content: ' '; margin-right: 32rpx; width: 50rpx; height: 1rpx; background-color: #707070; overflow: hidden; margin-top: 21rpx; }
  11. .card-text::after { content: ' '; margin-left: 32rpx; width: 50rpx; height: 1rpx; background-color: #707070; overflow: hidden; margin-top: 21rpx; }
  12. .card-btn { position: relative; }
  13. .card-btn wx-image { width: 374rpx; height: 96rpx; }
  14. .card-get{ margin-top: 4rpx; margin-bottom: 20rpx; color: #ff4544; font-size: 13pt; }