You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

89 lines
1.7 KiB
CSS

body {
margin:0;
background-image:none;
position:static;
left:auto;
width:auto;
text-align:left;
}
.rightTitleDiv{
font-weight: 700;
color: #FFFFFF;
}
/**
* 内容背景颜色
*/
.content-wrapper{
background-color: #fff!important;
}
/**
* 字内容div背景颜色
*/
.content-header{
background-color: #ecf0f5!important;
padding: 0 !important;
}
.header{
width: 100%;
height: 300px;
text-align: center;
display: flex;
justify-content: space-around;
}
.iconContext{
width:148px;
height:135px;
margin: auto;
}
.backgroupImgDiv{
border: none;
border-radius: 20px;
align-content: center;
justify-content: center;
-moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.backgroupImgDiv:hover{
-moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}
.iconContext .backgroupImgDiv:active{
-moz-box-shadow: 5px 10px 5px rgba(153, 153, 153, 1), 0px 5px 5px 0px rgba(0, 0, 0, 0.349019607843137) inset;
-webkit-box-shadow: 5px 10px 5px rgba(153, 153, 153, 1), 0px 5px 5px 0px rgba(0, 0, 0, 0.349019607843137) inset;
box-shadow: 5px 10px 5px rgba(153, 153, 153, 1), 0px 5px 5px 0px rgba(0, 0, 0, 0.349019607843137) inset;
}
.rightDefaultImg{
margin-top: 15px;
width: 102px;
height: 86px;
}
.rightDefaultImg_bg{
margin:auto;
width: 100%;
height: 100%;
}
.rightImgDiv{
padding-top: 30px;
}
.blue{
background-color: rgba(54, 169, 206, 1);
}
.green{
background-color: rgba(0, 128, 0, 1);
}
.orange{
background-color: rgba(255, 102, 0, 1);
}
.shallowOrange{
background-color:orange;
}
.violet{
background-color:#9F009A;
}