/* banner */ .product-banner { width: 100%; height: 350px; background: url(../images/product-banner.jpg) no-repeat; -webkit-background-size: 100% 100%; background-size: 100% 100%; margin-top: 65px; } .product-banner h2 { color: #fff; padding-top: 218px; text-align: center; font-weight: 300; font-size: 40px; } .parten { transition: all .1s ease; -webkit-transition: all .1s ease; /* Safari 和 Chrome */ } .parten :hover { transform: scale(1.06); } .parten :hover p { transform: scale(1); } .parten :hover ul { transform: scale(1); } .parten :hover li { transform: scale(1); } .ut-card { height: 224px; } .item { font-family: '微软雅黑'; color: #696767ed; margin: 20px; font-size: 14px; } .span-title { font-size: 20px; color: #595959f0; font-family: 微软雅黑, sans-serif; font-weight: 400; margin: 10px 0 5px 10px; } .span-title i { color: #079FFF; margin: 5px; } .item-body-div { padding: 10px; background: #fafafa; height: 100%; } .item-body { margin: 10px; /* text-indent: 1.8em; */ } .item li { margin-bottom: 5px; margin-left: 25px; list-style: none; } .foot-btn { background: #fff; width: 100%; height: 40px; border-top: 1px solid #eef1f4; position: relative; bottom: 80px; font-size: 14px; text-align: center; line-height: 40px; color: #079FFF; }