cash-detail.wxss 1.0 KB

12345678910111213
  1. .info{ width: 100%; }
  2. .width{ width: 20%; text-align: center; }
  3. .active{ color:#ff4544; border-bottom: 4rpx #ff4544 solid; }
  4. .info .info-title{ width: 100%; height: 100rpx; padding: 0 24rpx; border-bottom: 1rpx #ccc solid; background-color: #fff; position: fixed; left: 0; top: 0; z-index: 1000; }
  5. .info .info-title .info-text{ height: 100rpx; line-height: 100rpx; }
  6. .info .info-content{ width: 100%; padding: 0 24rpx; background-color: #fff; }
  7. .info .info-content .info-label{ border-bottom: 1rpx #ccc solid; padding: 24rpx 0; width: 100%; }
  8. .info .info-content:last-child .info-label{ border: none; }
  9. .info-content .info-label .info-left{ width: 60%; }
  10. .info-content .info-label .info-left .info-up{ color: #353535; margin-bottom: 20rpx; }
  11. .info-content .info-label .info-left .info-down{ font-size: 9pt; color: #666; }
  12. .info-content .info-label .info-right{ width: 40%; text-align: right; line-height: 100rpx; color: #ff4544; }
  13. .info-no{ width: 100%; height: 90rpx; line-height: 90rpx; text-align: center; padding: 10rpx; color: #666; }