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

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

模板:Imm/test.css:修订间差异

来自RIA | Wiki
Immutable留言 | 贡献
无编辑摘要
Immutable留言 | 贡献
无编辑摘要
第166行: 第166行:
     flex-direction: row;
     flex-direction: row;
     margin-bottom: 10px;
     margin-bottom: 10px;
     width: calc(100% - 120px);
     width: calc(100% - 50px);
     min-width: 250px;
     min-width: 250px;
     margin-left: 15px;
     margin-left: 15px;

2023年7月1日 (六) 21:38的版本

@charset "utf-8";
/* CSS Document */

.h2 {
    font-family: "微软雅黑";
    color: #FFFFFF;
    text-align: left;
}

.welcome {
	display: block;
    border: 1px solid #BB3E3D;
    margin-bottom: 20px;
    width:calc(100% - 20px);
    margin-left: 10px;
}

.welcome-head {
    display: block;
    text-align: center;
    background-color: #BB3E3D;
    color: #ffffff;
}

.welcome-head h2 {
    text-align: center;
    margin: 0;
    padding: 0.3em;
    display: block;
    font-family: "微软雅黑";
    color: #FFFFFF;
}

.welcome-body {
	margin: 0;
    padding-right: 1em;
    padding-left: 1em;
    padding-bottom: 1em;
    display: block;
    flex-direction: row;
}

.welcome-text {
	display: flex;
	align-items: center;
	margin-top: 15px;
	flex-wrap: wrap;
	flex-direction: row;
}

.welcome-body-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 20px;
    margin-right: 10px;
    width: calc(100% - 450px);
    min-width: 270px;
}

.welcome-img-left {
    display: flex;
    width: 120px;
}


.welcome-img-right {
    align-items: center;
    display: flex;
    width: 300px;
    flex-wrap: wrap;
    flex-direction: column;
    margin-left: 0px;
}

.main-area {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: auto;
}

.left-area {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: calc(100% - 370px);
    box-sizing: border-box;
    min-width: 350px;
}

.right-area {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 350px;
    float: left;
}

.leftbox {
    display: block;
    border: 1px solid #BB3E3D;
    margin-bottom: 20px;
    width:calc(100% - 12px);
    margin-left: 10px;
    margin-right: 40px;
}


.leftbox-header {
    display: block;
    border: 1px solid #BB3E3D;
    text-align: center;
    color: #BB3E3D;
    border-width: medium;
    border-style: solid;
}

.leftbox-header h2 {
    text-align: center;
    margin: 0;
    padding: 0.3em;
    display: block;
    font-family: "微软雅黑";
    color: #BB3E3D;
}

.leftbox-body {
    margin: 0;
    padding-right: 1em;
    padding-left: 1em;
    padding-bottom: 1em;
    display: block;
    flex-direction: row;
}

.leftbox-body-text {
    display: flex;
    flex-direction: column;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
}

.nomral-entry{
    display: flex;
    flex-flow: wrap;
    flex-direction: row;
    margin-top: 10px;
    margin-bottom: 10px;
}

.nomral-entry-unit{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

.nomral-entry-body{
    margin-top: 10px;
    /* display: flex; */
    flex-flow: wrap;
    flex-direction: row;
    margin-bottom: 10px;
    width: calc(100% - 50px);
    min-width: 250px;
    margin-left: 15px;
}

.nomral-entry-body-header {
    margin-top: 0px;
    color: #BB3E3D;
    font-weight: bold;
}

.nomral-entry-body-text {
    color: #000000;
    font-size: small;
    padding-left: 1px;
    text-align: left;
    display: flex;
    margin-top: 5px;
    margin-bottom: 5px;
}

.nomral-entry-body-more {
    color: #BB3E3D;
    font-size: small;
    display: block;
    font-weight: bold;
}