模板:Imm/test.css:修订间差异
来自RIA | Wiki
更多操作
无编辑摘要 |
无编辑摘要 |
||
| 第47行: | 第47行: | ||
flex-wrap: wrap; | flex-wrap: wrap; | ||
flex-direction: row; | flex-direction: row; | ||
} | |||
.leftbox-body-header-text { | |||
display: flex; | |||
flex-direction: column; | |||
align-items: center; | |||
margin-left: 20px; | |||
margin-right: 20px; | |||
width: calc(100% - 480px); | |||
min-width: 270px; | |||
} | |||
.welcome-img-right { | |||
align-items: center; | |||
display: flex; | |||
} | |||
.welcome-img-left { | |||
display: flex; | |||
} | } | ||
2023年6月20日 (二) 00:57的版本
@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;
}
.leftbox-body-header-text {
display: flex;
flex-direction: column;
align-items: center;
margin-left: 20px;
margin-right: 20px;
width: calc(100% - 480px);
min-width: 270px;
}
.welcome-img-right {
align-items: center;
display: flex;
}
.welcome-img-left {
display: flex;
}