diff --git a/src/lib/templates/theme/fluid.css b/src/lib/templates/theme/fluid.css new file mode 100644 index 0000000..e6a559a --- /dev/null +++ b/src/lib/templates/theme/fluid.css @@ -0,0 +1,47 @@ +.bangumi-tabs { + margin-bottom:15px; + margin-top:15px; + display: flex; + justify-content: center; +} + +.bangumi-item { + position:relative; + clear:both; + padding:25px 0; + min-height:180px +} + +.bangumi-meta { + font-size:12px; + margin-top:15px; + padding-right:10px; + height:45px +} + +.bangumi-title { + display: flex; + justify-content: center; + font-size:18px +} + +.bangumi-info-items { + font-size:12px; + padding-top:10px; + line-height:1; + display: flex; + width:100%; + justify-content: center; +} + +.bangumi-comments { + font-size:12px; + margin-top:30px +} + +.bangumi-picture { + position:absolute; + left:0; + top:15px; + width:110px +} \ No newline at end of file