.AZtable>table {
width: 42em;
max-width: 100%;
background-color: rgba(235,248,255,0.3);
border-collapse: separate;
border-style: solid;
border-color: #6D9EF0;
border-width: 0.15em;
border-radius: 0.3em;
margin-bottom: 0.5em;
}
.flex-container>.AZradar {
margin-left: 1em;
margin-top: -0.3em;
}
.flex-container>.AZqianting {
margin-left: 1em;
margin-top: -0.3em;
}
.AZpaint>table {
width: 100%;
max-width: 43.75em;
}
.Azurlanetech {
position:relative;
left:-11px;
}
.AZboxtitle {
overflow: hidden;
position: relative;
}
.AZbuling {
width: 15px;
height: 120px;
top: -40px;
left: 10px;
background-color:#fff;
position: absolute;
transform: rotate(45deg);
animation: duang 3s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
.AzurCharDateTipsTitle{
position:relative;
}
.AzurCharDateTips{
display:none;
position:absolute;
background:#f9fafc;
border:1px solid black;
width:800%;
left:-100%;
}
.AzurCharDateTipsTitle:hover>.AzurCharDateTips{
display:block;
}
@media screen and (max-width:425px){
.AZtable>table {
width:100%!important;
}
.flex-container>.AZradar {
margin-left: 0!important;
margin-top: 0.5em!important;
margin-bottom: 0.5em;
}
.flex-container>.AZqianting {
margin-left: 0!important;
margin-top: 0.5em!important;
margin-bottom: 0.5em!important;
}
.AZpaint>table {
max-width: 100%!important;
}
}
@keyframes duang {
0% {
left: 0;
opacity: 0;
}
50% {
opacity: 0.5;
}
100% {
left: 600px;
opacity: 0;
}
}
/* [[Category:在模板名字空间下的CSS页面]][[Category:碧蓝航线角色条目模板]] */