123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236 |
- a{
- text-decoration: none!important;
- }
- .containerTop {
- margin: -30px auto 60px;
- }
- .Tap_one .fond {
- display: table-cell;
- width:60%;
- vertical-align: middle;
- margin-left: 5px;
- }
- .caption1 {
- text-align: center;
- margin-top: 50px;
- }
- .caption1 h1 {
- color: #595757;
- font-size: 36px;
- }
- .Tap_one .fond span{
- font-size: 20px;
- }
- .Tap_one .fond p {
- font-size: 16px;
- color: #727171;
- margin: 10px 0 20px 0;
- }
- .button {
- margin-top: 15px;
- float: left;
- }
- .button button {
- border: solid 1px #2566c0;
- border-radius: 10px;
- text-align: center;
- width: 80px;
- height: 30px;
- line-height: 30px;
- font-size: 12px;
- color: #2566c0;
- background-color: #fff;
- }
- .fond p:last-child {
- font-size: 14px;
- color: #727171;
- }
- .p_fond {
- float: left;
- margin: 10px 0 0 20px;
- }
- .button_nue {
- text-align: center;
- margin: 0 auto 20px;
- }
- .button_nue button {
- border: solid 1px #2566c0;
- border-radius: 10px;
- text-align: center;
- width: 150px;
- height: 40px;
- line-height: 40px;
- font-size: 15px;
- color: #2566c0;
- background-color: #fff;
- }
- /*<!--contents 首页内容er-->*/
- /*模板1*/
- .app-list .hover_thumbnail {
- position: relative;
- left: 0;
- top: 0;
- }
- .app-list .thumbnail img{
- margin: auto;
- position: absolute;
- top: 25%;
- left: 0;
- right: 0;
-
- }
- .app-list .thumbnail {
- position: absolute;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
- text-align: center;
- }
- .app-list .thumbnail .text1{
- margin-top:80%;
- font-size: 25px;
- color: #fff;
- letter-spacing: 3px;
- }
- /*模板2*/
- .hover-content {
- position: absolute;
- top: 10%;
- left: 0;
- right: 0;
- text-align: center;
-
- }
- .hover-content .img_left{
- display: inline-block;
- margin-left: 30px;
- margin-top: 30px;
- }
- .hover-content .P_fond{
- display: inline-block;
- color: #fff;
- font-size: 16px;
- }
- .H_fond {
- padding: 40px;
- }
- .H_fond span{
- font-size: 28px;
- color: #fff;
- margin-left:45px;
- letter-spacing: 3px;
- }
- /*动态*/
- .app-list:hover .thumbnail{
- display: none;
- }
- .app-list:hover .hover-content{
- display: block;
- }
- .app-list .hover-content{display: none;}
- /*<!--contents 首页内容三-->*/
- .fluid {
- background: url(../img/Xunfei.jpg) no-repeat;
- background-size: cover;
- /*background-size: 100%;*/
- margin-top: 120px;
- }
- .fond_bank{
- width: 40%;
- margin: 50px 0 0 50px;
- }
- /*.fond_bank span{*/
- /*font-size:35px;*/
- /*color: #fff;*/
- /*line-height: 120px;*/
- /*}*/
- .fond_bank p{
- font-size:17px;
- color: #fff;
- line-height: 30px;
- }
- .button_tow {
- /*width: 30%;*/
- /*border: 1px solid #fff;*/
- /*border-radius: 10px;*/
- /*height: 50px;*/
- /*margin-top: 40px;*/
- /*text-align: center;*/
- width: 150px;
- height: 40px;
- border: 1px solid #fff;
- border-radius: 10px;
- margin-top: 40px;
- text-align: center;
- color: #fff;
- }
- .button_tow span:last-child {
- margin: 0 auto;
- line-height: 40px;
- font-size: 15px;
- color: #fff;
- }
- .bases {
- width: 285px;
- height: 330px;
- box-shadow: 3px 3px 4px rgba(157,157,157,.3);
- border-radius: 5px;
- }
- /*<!--contents 首页内容四-->*/
- .caption1 p {
- font-size: 16px;
- color: #727171;
- margin-top: 10px;
- }
- .box {
- text-align: center;
- padding: 20px 20px 40px 20px;
- }
- .box h5{
- font-size: 22px;
- line-height: 54px;
- font-weight: 500;
- }
- .Tap_one .row {
- margin: 50px auto;
- }
- .backgroundRou .row{
- margin: 50px auto;
- }
- .box span{
- color: #727171;
- line-height: 30px;
- font-size: 15px;
- text-align: left;
- }
- .lins {
- border: 2px solid #2566c0;
- width: 45%;
- text-align: center;
- margin: 0 auto;
- margin: 20px auto;
- }
|