.contactinfor { margin-top: 20px; h1 { font-size: 35px; text-align: center; } .people { display: flex; flex-wrap: wrap; margin-top: 20px; justify-content: space-between; font-size: 15px; li { display: block; width: 350px; margin-bottom: 10px; padding: 10px; border: 1px solid #eeeeee; border-radius: 10px; background-color: #fff; // box-shadow:2px 2px 5px #9cecfb; .title { border-bottom: 1px solid #eeeeee; font-size: 25px; } .pname { margin-top: 5px; // font-size: 25px; } .incharge { h1 { text-align: left; text-indent: 20px; font-size: 15px; font-weight: normal; } } .email { margin-top: 5px; // margin-left: -3px; .icon { font-size: 19px; } } .qq { margin-top: 5px; margin-left: -4px; font-size: 15px; .icon { font-size: 25px; } } .wechat { margin-top: 5px; margin-left: -1px; font-size: 20px; } } } }