度盘网页版 css 样式分享

183 阅读1分钟

最大化 压缩包预览列表,增大普通列表字体:

// 增大普通列表字体 .nd-unzip-dialog__box , .nd-file-selector__body { height: 600px; }

// 增大预览列表高度

.u-dialog.u-dialog__mini { min-height: 100%; top:unset; }

// 固定化解压按钮

.nd-dialog-common-footer.nd-unzip-dialog__footer{

position: fixed;
bottom: 0;
right: 0;

}

// 增大字体

.nd-list-name__title-text { padding-left: 5px; line-height: 40px; font-size: 20px; max-width: calc(100% - 3.66032vw); }

// 增大字体

.wp-s-pan-list__file-name-title-text{

font-size: 20px;

}

尼玛,该格式化不格式化。。

不过,网页版 的 分页listview 存在bug,有时加载不完全,需要上下滚动一番