You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
140 lines
3.2 KiB
140 lines
3.2 KiB
.title{ |
|
margin: 0; |
|
text-align: center; |
|
font-size: 18px; |
|
font-weight: 600; |
|
} |
|
.metas{ |
|
display: flex; |
|
justify-content: center; |
|
padding-bottom: 24px; |
|
margin: 24px 0; |
|
border-bottom: 1px solid rgba(0, 0, 0, 0.06); |
|
.name{ |
|
font-size: 12px; |
|
color: #717171; |
|
} |
|
.val{ |
|
font-size: 12px; |
|
color: #929292; |
|
} |
|
} |
|
.tab{ |
|
display: flex; |
|
justify-content: center; |
|
align-items: center; |
|
li{ |
|
position: relative; |
|
padding: 0 16px; |
|
margin-right: 24px; |
|
font-size: 14px; |
|
line-height: 30px; |
|
text-align: center; |
|
color: rgba(0, 0, 0, 0.65); |
|
border: 1px solid rgba(0, 0, 0, 0.15); |
|
border-radius: 4px; |
|
cursor: pointer; |
|
&:hover{ |
|
opacity: .8; |
|
} |
|
&.active{ |
|
color: #CC221C; |
|
border: 1px solid #CC221C; |
|
} |
|
} |
|
} |
|
.wrap{ |
|
height: calc(100vh - 413px); |
|
margin-top: 24px; |
|
overflow: auto; |
|
.item{ |
|
margin-bottom: 30px; |
|
border: 1px solid rgba(0, 0, 0, 0.06); |
|
border-radius: 8px; |
|
.type{ |
|
padding: 0 24px; |
|
margin-top: -1px; |
|
color: rgba(0, 0, 0, 0.85); |
|
line-height: 52px; |
|
font-size: 14px; |
|
background-color: #F6FFED; |
|
border: 1px solid #B7EB8F; |
|
border-top-left-radius: 8px; |
|
border-top-right-radius: 8px; |
|
&.wrong{ |
|
border: 1px solid #FFA39E; |
|
background: #FFF1F0; |
|
} |
|
&.yet{ |
|
border: 1px solid rgba(0, 0, 0, 0.06); |
|
background: rgba(0, 0, 0, 0.04); |
|
} |
|
span{ |
|
margin-right: 24px; |
|
} |
|
} |
|
.inner{ |
|
padding: 24px; |
|
} |
|
.name{ |
|
font-size: 14px; |
|
color: #555555; |
|
} |
|
.meta{ |
|
margin-bottom: 16px; |
|
} |
|
.key{ |
|
margin-bottom: 8px; |
|
color: rgba(0, 0, 0, 0.85); |
|
font-size: 16px; |
|
} |
|
.val{ |
|
color: rgba(0, 0, 0, 0.65); |
|
font-size: 14px; |
|
p{ |
|
img{ |
|
max-width: 100%; |
|
} |
|
} |
|
} |
|
.meta-mul{ |
|
display: flex; |
|
margin-bottom: 15px; |
|
.info{ |
|
margin-right: 32px; |
|
} |
|
input{ |
|
width: 60px; |
|
height: 28px; |
|
padding: 0 5px; |
|
margin-right: 5px; |
|
border: 1px solid rgba(0, 0, 0, 0.15); |
|
border-radius: 4px; |
|
&:focus{ |
|
outline: none; |
|
} |
|
&:disabled{ |
|
background-color: rgba(0, 0, 0, 0.04); |
|
color: rgba(0, 0, 0, 0.25); |
|
cursor: not-allowed; |
|
} |
|
} |
|
} |
|
.point{ |
|
.meta{ |
|
margin: 0; |
|
} |
|
} |
|
} |
|
} |
|
.over{ |
|
top: 5000px; |
|
} |
|
.player{ |
|
position: absolute; |
|
top: 50%; |
|
left: 50%; |
|
transform: translate(-50%,-50%); |
|
width: 1200px !important; |
|
height: 600px !important; |
|
} |