body { margin:0; background-image:none; position:static; left:auto; width:auto; text-align:left; } .menuDiv{ margin: 0 auto; display: grid; justify-content: center; height: 70px; margin-top: 43px; } .imgDiv{ display: flex; align-items: center; justify-items: center; width: 70px; height: 50px; } .img{ margin: 0 auto; } .titleDiv{ width: 70px; height: 19px; font-family: 'Arial Negreta', 'Arial'; font-weight: 700; font-style: normal; font-size: 16px; color: #FFFFFF; text-align: center; } .textDiv{ width: 70px; word-wrap: break-word; } .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: 120px; text-align: center; display: flex; justify-content: space-evenly; } .iconContext{ width:118px; height:100%; } .backgroupImgDiv{ border: none; border-radius: 20px; display: grid; 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-top: 7px; width: 118px; height: 105px; } .rightImgDiv{ margin-bottom: 5px; } .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; }