share-team.wxss 1.6 KB

123456789101112131415161718192021
  1. .info{ width: 100%; }
  2. .width{ width: 33.33333333%; text-align: center; }
  3. .width-50{ width: 50%; text-align: center; }
  4. .info .info-title .info-text.active{ color:#ff4544; border-bottom: 4rpx #ff4544 solid; }
  5. .info .info-title{ width: 100%; height: 100rpx; padding: 0 24rpx; border-bottom: 1rpx #e3e3e3 solid; font-size: 13pt; background-color: #fff; line-height: 80rpx; position: fixed; top: 0; left: 0; }
  6. .info-title .info-text{ height: 100rpx; line-height: 100rpx; }
  7. .info .info-content{ width: 100%; margin-bottom: 12rpx; padding-top: 100rpx; }
  8. .info .info-content .info-label{ width: 100%; background-color: #fff; padding: 0 24rpx; height: 240rpx; margin-bottom: 20rpx; }
  9. .info-label .info-up{ width: 100%; height: 160rpx; border-bottom: 1rpx #eeeeee solid; }
  10. .info-label .info-down{ width: 100%; height: 80rpx; color: #666; }
  11. .info-label .info-up .info-img{ margin-right: 24rpx; }
  12. .info-up .info-img .img{ width: 100rpx; height: 100rpx; }
  13. .info-up .info-text .info-name{ color: #353535; margin-bottom: 16rpx; }
  14. .info-up .info-text .info-time{ font-size: 9pt; color:#666666; }
  15. .info-down .info-left{ width: 50%; height: 80rpx; line-height: 80rpx; }
  16. .info-down .info-right{ float: right; height: 80rpx; width: 50%; line-height: 80rpx; text-align: right; }
  17. .info .info-footer{ color: #bbb; text-align: center; width: 100%; padding: 0 100rpx; height: 60rpx; line-height: 60rpx; }
  18. .info .info-footer .info-t{ height: 60rpx; margin: 0 20rpx; }
  19. .info .info-footer .info-before{ width: 168rpx; height: 60rpx; }
  20. .info .info-footer .info-after{ width: 168rpx; height: 60rpx; }
  21. .info .info-footer .info-border{ border-bottom: 1rpx #e3e3e3 solid; padding-bottom: 30rpx; }