forked from 0x2620/oxjs
add InfoList (draft)
This commit is contained in:
parent
f464e82541
commit
676cb72101
5 changed files with 202 additions and 32 deletions
|
|
@ -995,21 +995,27 @@ Lists
|
|||
opacity: 1;
|
||||
}
|
||||
|
||||
.OxIconList .OxItem > div {
|
||||
.OxIconList .OxItem > div,
|
||||
.OxInfoList .OxIcon > div {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.OxIconList .OxItem > .OxIcon,
|
||||
.OxIconList .OxItem > .OxText {
|
||||
.OxIconList .OxItem > .OxText,
|
||||
.OxInfoList .OxItem > .OxIcon,
|
||||
.OxInfoList .OxItem > .OxText {
|
||||
//left: -2px;
|
||||
}
|
||||
|
||||
.OxIconList .OxItem > .OxIcon {
|
||||
.OxIconList .OxItem > .OxIcon,
|
||||
.OxInfoList .OxItem > .OxIcon {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.OxIconList .OxItem > .OxIcon > img,
|
||||
.OxIconList .OxItem > .OxIcon > .OxVideoPlayer {
|
||||
.OxIconList .OxItem > .OxIcon > .OxVideoPlayer,
|
||||
.OxInfoList .OxItem > .OxIcon > img,
|
||||
.OxInfoList .OxItem > .OxIcon > .OxVideoPlayer {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
|
|
@ -1020,11 +1026,13 @@ Lists
|
|||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.OxIconList .OxItem > .OxReflection {
|
||||
.OxIconList .OxItem > .OxReflection,
|
||||
.OxInfoList .OxItem > .OxReflection {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.OxIconList .OxItem > .OxReflection > div {
|
||||
.OxIconList .OxItem > .OxReflection > div,
|
||||
.OxInfoList .OxItem > .OxReflection > div {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
|
|
@ -1032,7 +1040,8 @@ Lists
|
|||
margin: auto;
|
||||
}
|
||||
|
||||
.OxIconList .OxItem > .OxReflection > img {
|
||||
.OxIconList .OxItem > .OxReflection > img,
|
||||
.OxInfoList .OxItem > .OxReflection > img {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
|
|
@ -1040,10 +1049,12 @@ Lists
|
|||
margin: auto;
|
||||
}
|
||||
|
||||
.OxIconList .OxItem > .OxText {
|
||||
.OxIconList .OxItem > .OxText,
|
||||
.OxInfoList .OxItem > .OxText {
|
||||
text-align: center;
|
||||
}
|
||||
.OxIconList .OxItem > .OxText > div {
|
||||
.OxIconList .OxItem > .OxText > div,
|
||||
.OxInfoList .OxItem > .OxText > div {
|
||||
display: inline-block;
|
||||
font-size: 9px;
|
||||
font-weight: bold;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue