css xunlei_lixian_custom.css
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css xunlei_lixian_custom.css相关的知识,希望对你有一定的参考价值。
/* box layout */
.pop_rwbox {
/*
top: 20%;
left: 20%;
transform: translate(-20%, -20%);
*/
left: 8%;
right: 8%;
top: 5%;
bottom: 5%;
}
.p_rw_pop {
width: 100%;
height: 100%;
}
/* box inner layout */
.p_rw_pop .padinfo02.prw_info {
height: calc(100% - 64px);
box-sizing: border-box;
display: flex;
flex-direction: column;
}
.p_rw_pop .prw_info .prw_list {
}
.prw_list {
display: flex;
flex-direction: column;
}
#rulelist_box {
display: flex;
flex-direction: column;
}
#rulelist_box .rw_title {
flex-shrink: 0;
}
.rw_listbox {
display: flex;
flex-direction: column;
}
.rw_listbox .rw_con {
height: auto !important;
flex-shrink: 1;
}
.prw_list > li {
flex-shrink: 0;
}
.prw_list > li:nth-child(3) {
flex-shrink: 1;
}
.prw_list > li:first-child {
display: flex;
}
/* box inner */
.prw_list > li:first-child > label {
}
.prw_list > li:first-child > input {
flex-grow: 1;
}
.prw_list > li:nth-child(2) {
display: flex;
}
.prw_list > li:nth-child(2) > label {
}
.prw_list > li:nth-child(2) > input {
flex-grow: 1;
}
.p_rw_pop .prw_info .infoname {
padding: 0;
}
.kongbox.savekong {
width: auto;
background: #ddd;
border-radius: 3px;
margin-bottom: 0;
}
.p_rw_pop .prw_list .rw_pad {
padding-left: 0;
}
.p_rw_pop .prw_list .rw_btm {
margin: 0;
padding: 0;
}
.p_rw_pop .prw_list .rw_btm button:last-child {
margin-right: 0;
}
/* box inner file-list */
.rwli > .colbt.bt_name, .rw_title > .tname.bt_name {
flex-grow: 1;
}
.rwli > .colbt.bt_type, .rw_title > .tname.bt_type {
padding-right: 8px;
}
.rwli > .colbt.bt_type, .rwli > .colbt.bt_size {
font-family: Consolas, Couriter, monospace;
}
.rwli > .colbt.bt_type {
width: 35px;
}
.rwli, .rw_title {
display: flex;
}
/* for fixing window scroll bar width problem, force scroll bar to show up in both title and list */
.rw_title, .rw_con {
overflow-y: scroll;
}
以上是关于css xunlei_lixian_custom.css的主要内容,如果未能解决你的问题,请参考以下文章
如何在CSS中调用公用css
css [css:fadeout / fadein] css示例。 #css
css基础 CSS 组合选择符CSS 伪类CSS 伪元素
css 深度提示#css中的css base builder CSS
css基础 CSS 媒体类型CSS 属性 选择器CSS 表单CSS 计数器
什么是css