模板:Imm/test.css:修订间差异
来自RIA | Wiki
更多操作
无编辑摘要 |
无编辑摘要 标签:手工回退 |
||
| 第102行: | 第102行: | ||
flex-direction: column; | flex-direction: column; | ||
width: 350px; | width: 350px; | ||
float: | float: right; | ||
} | } | ||
2023年4月28日 (五) 20:59的版本
.leftbox {
display: block;
border: solid black 1px;
margin-bottom: 20px;
width: auto;
min-width: 350px;
}
.leftbox-header {
display: block;
background-color: #ffd3c7;
color: #ffffff;
}
.leftbox-body {
margin: 0px;
padding: 1em;
display: block;
}
.leftbox-body-text {
display: flex;
align-items: center;
}
.leftbox-header h2 {
text-align: left;
margin: 0;
padding: 0.3em;
display: block;
}
.rightbox {
display: block;
border: solid black 1px;
margin-bottom: 20px;
width: 350px;
min-width: auto;
flex-flow: wrap;
flex-direction: row;
margin-left: 20px;
}
.rightbox-header {
display: block;
background-color: #ffd3c7;
color: #ffffff;
}
.rightbox-body {
margin: 0;
padding: 1em;
display: block;
}
.rightbox-body-text {
display: flex;
align-items: center;
}
.rightbox-header h2 {
text-align: center;
margin: 0;
padding: 0.3em;
display: block;
}
.picture-text-item {
box-sizing: content-box;
display: inline-block;
margin: 1px;
padding: 1em;
text-align: left;
vertical-align: top;
white-space: normal;
}
.picture-item {
width: auto;
background-color: transparent;
margin-bottom: 0.5em;
text-align: center;
}
.picture-text-item .text-box {
font-size: 12px;
line-height: 1.5;
margin: 8px 0 5px;
}
.main-area {
display: flex;
flex-wrap: wrap;
flex-direction: row;
width: auto;
}
.right-area {
display: flex;
flex-wrap: wrap;
flex-direction: column;
width: 350px;
float: right;
}
.left-area {
display: flex;
flex-wrap: wrap;
flex-direction: column;
width: calc(100% - 370px);
box-sizing: border-box;
min-width: 320px;
}