Main Page/styles.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 49: | Line 49: | ||
opacity: 0; | opacity: 0; | ||
transform: translateX(0); | transform: translateX(0); | ||
} | |||
} | |||
/*什么*/ | |||
.textbox { | |||
width: 100%; | |||
height: auto; | |||
padding: 10px 0; | |||
background-color: rgba(255, 255, 255, 0.8); | |||
display: flex; | |||
flex-wrap: wrap; | |||
} | |||
.left-child, | |||
.right-child { | |||
background-color: rgba(230, 230, 230, 0.8); | |||
flex: 1 1 100%; | |||
box-sizing: border-box; | |||
} | |||
@media (min-width: 980px) { | |||
.left-child, | |||
.right-child { | |||
flex: 1; | |||
} | |||
.left-child { | |||
border-right: 1px solid black; | |||
} | } | ||
} | } |