forked from 0x2620/oxjs
improve InfoList
This commit is contained in:
parent
1a4332c49c
commit
95f3d536ec
7 changed files with 105 additions and 46 deletions
|
|
@ -1012,26 +1012,18 @@ Lists
|
|||
}
|
||||
|
||||
.OxIconList .OxItem > div,
|
||||
.OxInfoList .OxIcon > div {
|
||||
.OxInfoList .OxInfoIcon > div {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.OxIconList .OxItem > .OxIcon,
|
||||
.OxIconList .OxItem > .OxText,
|
||||
.OxInfoList .OxItem > .OxIcon,
|
||||
.OxInfoList .OxItem > .OxText {
|
||||
//left: -2px;
|
||||
}
|
||||
|
||||
.OxIconList .OxItem > .OxIcon,
|
||||
.OxInfoList .OxItem > .OxIcon {
|
||||
.OxIconList .OxItem > .OxIcon {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.OxIconList .OxItem > .OxIcon > img,
|
||||
.OxIconList .OxItem > .OxIcon > .OxVideoPlayer,
|
||||
.OxInfoList .OxItem > .OxIcon > img,
|
||||
.OxInfoList .OxItem > .OxIcon > .OxVideoPlayer {
|
||||
.OxInfoList .OxInfoIcon > .OxIcon > img,
|
||||
.OxInfoList .OxInfoIcon > .OxIcon > .OxVideoPlayer {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
|
|
@ -1043,12 +1035,12 @@ Lists
|
|||
}
|
||||
|
||||
.OxIconList .OxItem > .OxReflection,
|
||||
.OxInfoList .OxItem > .OxReflection {
|
||||
.OxIconList .OxInfoIcon > .OxReflection {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.OxIconList .OxItem > .OxReflection > div,
|
||||
.OxInfoList .OxItem > .OxReflection > div {
|
||||
.OxInfoList .OxInfoIcon > .OxReflection > div {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
|
|
@ -1057,7 +1049,7 @@ Lists
|
|||
}
|
||||
|
||||
.OxIconList .OxItem > .OxReflection > img,
|
||||
.OxInfoList .OxItem > .OxReflection > img {
|
||||
.OxInfoList .OxInfoIcon > .OxReflection > img {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
|
|
@ -1066,11 +1058,11 @@ Lists
|
|||
}
|
||||
|
||||
.OxIconList .OxItem > .OxText,
|
||||
.OxInfoList .OxItem > .OxText {
|
||||
.OxInfoList .OxInfoIcon > .OxText {
|
||||
text-align: center;
|
||||
}
|
||||
.OxIconList .OxItem > .OxText > div,
|
||||
.OxInfoList .OxItem > .OxText > div {
|
||||
.OxInfoList .OxInfoIcon > .OxText > div {
|
||||
display: inline-block;
|
||||
//font-size: 9px;
|
||||
font-weight: bold;
|
||||
|
|
@ -1085,12 +1077,20 @@ Lists
|
|||
//-webkit-user-select: text;
|
||||
}
|
||||
.OxIconList .OxItem > .OxText > div > div,
|
||||
.OxIconList .OxItem > .OxText > div > div > div {
|
||||
.OxIconList .OxInfoIcon > .OxText > div > div > div {
|
||||
//font-size: 9px;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.OxInfoList .OxInfoIcon {
|
||||
text-align: center;
|
||||
//overflow: hidden;
|
||||
}
|
||||
.OxInfoList .OxInfoIcon .OxReflection {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
||||
.OxTextList {
|
||||
top: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue