158 lines
2.5 KiB
CSS
Executable File

/* Custom Stylesheet */
/**
* Use this file to override Materialize files so you can update
* the core Materialize files in the future
*
* Made By MaterializeCSS.com
*/
nav ul a,
nav .brand-logo {
color: #444;
}
p {
line-height: 2rem;
}
.button-collapse {
color: #ffffff;
}
.infograph {
border: 0;
padding: 0;
display: block;
margin: 0 0 0em 0;
}
.parallax-container {
min-height: 480px;
line-height: 0;
height: auto;
color: rgba(255,255,255,.9);
}
.parallax-container .section {
width: 100%;
}
.parallax-container.tall{
height:600px;
}
@media only screen and (max-width : 992px) {
.parallax-container .section {
position: absolute;
top: 40%;
}
#index-banner .section {
top: 10%;
}
.parallax-container.tall{
height:500px;
}
}
@media only screen and (max-width : 600px) {
#index-banner .section {
top: 0;
}
.parallax-container.tall{
height:300px;
}
}
.icon-block {
padding: 0 15px;
}
footer.page-footer {
margin: 0;
}
.w100 {
width:100%;
}
.dynamicheight{
}
.breadcrumb {
font-size:18px;
color:#f5f5f5;
line-height:64px;
}
.breadcrumb i,.breadcrumb [class^="mdi-"],.breadcrumb [class*="mdi-"],.breadcrumb i.material-icons {
display:inline-block;
float:left;
font-size:18px
}
.breadcrumb:before {
content:'\E5CC';
color:#f5f5f5;
vertical-align:top;
display:inline-block;
font-family:'Material Icons';
font-weight:normal;
font-style:normal;
font-size:25px;
margin:0 10px 0 8px;
-webkit-font-smoothing:antialiased
}
.breadcrumb:first-child:before {
display:none
}
.breadcrumb:last-child {
color:#ffffff
}
.input-row {
display: flex;
align-items: center;
justify-content: flex-start;
}
.input-row label {
margin-right: 10px;
}
.output-row {
margin-top: 10px;
}
.box {
border: 1px solid #ccc; /* 添加包含层的边框样式 */
padding: 20px; /* 添加包含层的内边距 */
width: 80%; /* 设置包含层的宽度为父容器的80% */
margin: 0 auto; /* 水平居中 */
border-radius: 10px; /* 设置圆角大小 */
box-shadow: 2px 8px 20px rgba(0, 0, 0, 0.2);
}
.card-container {
display: flex;
}
.card {
border-radius: 10px; /* 设置圆角大小 */
flex: 1;
margin-right: 20px;
padding:20px;
}
.card:last-child {
margin-right: 0;
}
.label1 {
font-size: 15px;
color:#e63d3d
}
.form-group {
padding-left:20px;
}