/* banner */ .success-banner { width: 100%; height: 350px; background: url(../images/sucess-banner.jpg) no-repeat; -webkit-background-size: 100% 100%; background-size: 100% 100%; margin-top: 65px; } .success-banner h2 { color: #fff; padding-top: 218px; text-align: center; font-weight: 300; font-size: 40px; } body { position: absolute; left: 0; overflow-x: hidden; overflow-y: scroll; right: -17px; } /* for Chrome 只针对谷歌浏览器*/ body::-webkit-scrollbar { display: none; } .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); } /*success_list、400*/ .my-item { height: 224px; font-family: '微软雅黑'; color: #696767ed; margin: 20px; font-size: 14px; } .my-item a { float: right; margin-right: 10px; font-size: 14px; } .my-item a:hover{ color: #079FFF; text-decoration:none } .my-item p { margin: 10px; } .my-item .title{ margin: 5px; } .my-item .title a { color: #079FFF; } .my-item .title .left { font-size: 16px; color: #595959f0; font-family: 微软雅黑, sans-serif; font-weight: 400; margin: 10px 0 5px 10px; } .my-item .title .left i { color: #079FFF; margin: 5px; } .my-item .list{ margin: 10px; } .my-item .list ul{ margin-left: 25px; } .my-item .list ul li{ margin-bottom: 5px; list-style: none; } .my-item .list ul li i { color: #079FFF; margin: 5px; } /*success_view*/ .my-top-div { position: fixed; top: 0px; width: 100%; height: 30px; background-color: #ffffff; z-index: 999; font-size: 15px; font-family: '微软雅黑'; } .my-top-div p{ margin: 5px 0 5px 10px; } .my-top-div a{ float: right; margin-right: 30px; } /*500*/ .top-div { width: 100%; height: 30px; background-color: #ffffff; z-index: 999; font-size: 15px; font-family: '微软雅黑'; } .top-div span{ color:#303133; font-size:16px; } .top-div span i{ margin:5px; } .top-div a{ color:#079FFF; float: right; margin-right: 30px; text-decoration:none } .top-div a:hover{ color:#079FFF; text-decoration:none } .item-box{ padding-top: 20px; box-shadow: 0 2px 12px 0 rgba(0,0,0,.1); border: 1px solid #EBEEF5; border-radius: 4px; width: 90%; margin: 20px; } .box-div{ border-radius: 4px; background-color: #FFF; overflow: hidden; color: #303133; -webkit-transition: .3s; transition: .3s; font-size: 16px; font-family: '微软雅黑'; margin: 5px; } .box-div i { color: #079FFF } .box-div a{ float: right; margin-right: 10px; font-size: 16px; } .box-div a:hover{ color: #079FFF; text-decoration:none }