打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

目前wiki关闭了自行注册账号的功能,如需注册账号,请查阅Help:注册账号

模板:Imm/test.css

来自RIA | Wiki
Immutable留言 | 贡献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;
}