detail.css 823 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. /**
  2. * 内容
  3. */
  4. .base .item .item-icon {
  5. width: 35rpx;
  6. height: 35rpx !important;
  7. }
  8. .base .item .status {
  9. color: #999;
  10. }
  11. .base .item .status-0 {
  12. color: #0e90d2;
  13. }
  14. .base .item .status-1 {
  15. color: #5eb95e;
  16. }
  17. .base .item .status-2 {
  18. color: #F37B1D;
  19. }
  20. /**
  21. * 导航
  22. */
  23. .nav {
  24. position: fixed;
  25. left: 0;
  26. bottom: 20rpx;
  27. height: 80rpx;
  28. }
  29. .nav button {
  30. height: 100% !important;
  31. line-height: 76rpx !important;
  32. }
  33. .nav button image {
  34. width: 32rpx;
  35. height: 32rpx !important;
  36. }
  37. .nav button.share-friend-submit,
  38. .nav button.share-poster-submit {
  39. width: calc(30% - 20rpx);
  40. }
  41. .nav button.share-friend-submit {
  42. background: #1bad18;
  43. }
  44. .nav button.share-poster-submit {
  45. background: #6367f0;
  46. }
  47. .nav button.player-submit {
  48. width: calc(40% - 40rpx);
  49. background: #d2364c;
  50. }