本网站正在建设中(~ ̄▽ ̄)~

  • 你好~!欢迎来到中文歌声合成个人收集站-VCPedia.cn!
  • 若发现页面信息有误投稿至本站,请联系管理员。

Template:Musiccard/styles.css

VCPedia.cn ——关于中文歌声合成的一切。
跳到导航 跳到搜索
  1. .music_card {
  2. display: inline-flex;
  3. border-radius: 9px;
  4. margin: .5em 1em .5em 0;
  5. width: 450px;
  6. box-shadow: #454f54 5px 5px 7px -3px;
  7. overflow: hidden;
  8. }
  9. .music_card-img {
  10. width: 10em;
  11. height: 8em;
  12. overflow: hidden;
  13. }
  14. .music_card-img-cut {
  15. width:auto;
  16. position: relative;
  17. }
  18. .music_card-img img {
  19. width: auto;
  20. height: 100%;
  21. }
  22. .music_card-desc {
  23. width: 100%;
  24. position: relative;
  25. }
  26. .music_card-title {
  27. max-width: calc(450px - 9em);
  28. overflow: hidden;
  29. white-space: nowrap;
  30. }
  31. .music_card-info {
  32. display: flex;
  33. flex-direction: column;
  34. color: white;
  35. height: 100%;
  36. padding-left: 1.25em;
  37. margin-left: -.75em;
  38. border-radius: 9px 0 0 9px;
  39. justify-content: center;
  40. position: relative;
  41. z-index: 1;
  42. }
  43. .music_card-info a {
  44. color: white;
  45. }
  46. .music_card-info a:visited {
  47. color: white;
  48. }
  49. .music_card-info a:hover {
  50. text-decoration: underline;
  51. }
  52. .music_card-info-space {
  53. height: .75em;
  54. }
  55. .music_card-link {
  56. margin: 0 .25em;
  57. }
  58. .music_card-link:last-child {
  59. margin: 0 .5em 0 .25em;
  60. }
  61. .music_card-background {
  62. position: absolute;
  63. width: 100%;
  64. height: 100%;
  65. top: 0;
  66. overflow: hidden;
  67. background: red;
  68. }
  69. .music_card-background-mask {
  70. position: absolute;
  71. }
  72. .music_card-background img {
  73. width: 100%;
  74. min-width: 360px;
  75. min-height: 120px;
  76. height: auto;
  77. }
  78. .music_card-global-bold {
  79. font-weight: bold;
  80. }
  81. /* [[分类:在模板名字空间下的CSS页面]] */