123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130 |
- body h1 {
- color: #595757;
- }
- .background .col_color {
- height: 150px;
- width: 520px;
- margin-left: 20px;
- display: table;
- box-shadow: 3px 3px 4px rgba(157,157,157,.2);
- border-radius: 5px;
- }
- .background .thumbnail_img {
- display: table-cell;
- vertical-align: middle;
- padding-right: 15px;
- padding-left: 8px;
- }
- .background img {
- width: 100%;
- }
- .row_ail {
- margin-top: 50px;
- }
- .fond {
- display: table-cell;
- width: 400px;
- vertical-align: middle;
- /* margin-left: 5px; */
- }
- .fond span{
- font-size: 22px;
- color: #000;
- }
- .fond p {
- font-size: 14px;
- color: #727171;
- margin-top: 10px;
- }
- /*动态*/
- .background .col_color:hover {
-
- transform:translateY(-5px);transition: 0.3s;
- }
- /*.background .thumbnail_img:hover .icon_img{
- display: none;
- }
- .background .thumbnail_img:hover .icon_img2{
- display: block;
- }
- .background .thumbnail_img .icon_img2{display: none;}*/
- /*<!-- 解决方案二 -->*/
- .background .fonds{
- text-align: center;
- margin: 0 auto;
- }
- .background .fonds span{
- font-size:22px;
- }
- .fonds_bank span {
- font-size: 35px;
- text-align: left;
- color: #ffffff;
- line-height: 120px;
- }
- .fonds_bank {
- width: 40%;
- margin: 140px 0 0 50px;
- }
- p {
- font-size: 14px;
- color: #666;
- margin-bottom: 10px;
- }
- .col_center .icon_img {
- margin: 5px auto;
- width: 100px;
- height: 100px;
- }
- .thumbnail_Box {
- width: 155px;
- margin: auto;
- }
- /*<!-- 解决方案三 -->*/
- .container_Six span {
- font-size: 22px;
- }
- .container_Six .pos_wz_W {
- text-align: center;
- }
- /*<!-- 解决方案四 -->*/
- .fluid {
- background: url(../img/solution3.jpg) no-repeat;
- background-size: cover;
- background-size: 100%;
- }
- .fluid .fond_bank span{
- font-size:50px;
- color: #ffffff;
- }
- /*新*/
- .Bold_lines {
- border: solid 2px #4aa1ff;
- width: 60px;
- text-align: center;
- margin: 0 auto;
- margin-top: 10px;
- }
|