父节点
当前提交
e4ae1578b9
共有 6 个文件被更改,包括 15 次插入15 次删除
  1. 二进制
      images/bg_industry.jpg
  2. 二进制
      images/bg_service.png
  3. 二进制
      images/section_triangle_black.png
  4. 2
    2
      services/apiDevelopmentIntegration.php
  5. 1
    1
      style.css
  6. 12
    12
      styles/custom.css

二进制
images/bg_industry.jpg 查看文件


二进制
images/bg_service.png 查看文件


二进制
images/section_triangle_black.png 查看文件


+ 2
- 2
services/apiDevelopmentIntegration.php 查看文件

<?php include '../header.php'; ?> <?php include '../header.php'; ?>
<!-- end header --> <!-- end header -->
<div class="service-type-wrapper" style="background-image:url('../images/bg_industry.jpg');background-position:center center;position: relative;z-index: 2;">
<div class="service-type-wrapper" style="background-image:url('../images/bg_service.png');background-position:center bottom;"> <!-- background-position:center center;position: relative;z-index: 2;-->
<div class="service_type clearfix general-section " > <div class="service_type clearfix general-section " >
<div class="section-title"> <div class="section-title">
<h1>Custom API development and integration services</h1> <h1>Custom API development and integration services</h1>
</div> </div>
</div><!-- end Services Intro --> </div><!-- end Services Intro -->
<div class="section-triangle-grey" style="position: absolute;bottom: -36px;top: unset;"></div>
</div> </div>
</div> </div>
<!--service info--> <!--service info-->

+ 1
- 1
style.css 查看文件

margin-left: -61.5px; margin-left: -61.5px;
} }
.section-triangle-dark { .section-triangle-dark {
background: url(images/section_triangle_dark.png) no-repeat;
background: url(images/section_triangle_black.png) no-repeat;
height: 41px; height: 41px;
top: -5px; top: -5px;
} }

+ 12
- 12
styles/custom.css 查看文件

height: 36px; height: 36px;
left: 50%; left: 50%;
bottom: -36px; bottom: -36px;
/* border-style: solid; */
/* border-width: 36px 63px 0px 63px; */
border-style: solid;
border-width: 36px 63px 0px 63px;
z-index: 1; z-index: 1;
transform: translateX(-50%); transform: translateX(-50%);
opacity: 0.9; opacity: 0.9;
} */
/* .service-type-wrapper.dark:after
}
.service-type-wrapper.dark:after
{ {
border-color: #000 transparent transparent transparent; border-color: #000 transparent transparent transparent;
background-image: url('../images/section_triangle_dark.png');
} */
} */
/* .service-type-wrapper:before /* .service-type-wrapper:before
{ {
content: ""; content: "";
width: 100%; width: 100%;
box-shadow: 3px 3px 10px 12px #232323; box-shadow: 3px 3px 10px 12px #232323;
} }
.service-type-wrapper:not(.dark):after
/* .service-type-wrapper:not(.dark):after
{ {
border-color: #ccc transparent transparent transparent; border-color: #ccc transparent transparent transparent;
}
.service-type-wrapper:not(.dark)
} */
/* .service-type-wrapper:not(.dark)
{ {
box-shadow: 3px 3px 10px 15px #ccc; box-shadow: 3px 3px 10px 15px #ccc;
filter: brightness(245%) saturate(140%); filter: brightness(245%) saturate(140%);
}
.service-type-wrapper:not(.dark)::before
} */
/* .service-type-wrapper:not(.dark)::before
{ {
content: ""; content: "";
position: absolute; position: absolute;
width: 100%; width: 100%;
background-color: gray; background-color: gray;
opacity: 0.6; opacity: 0.6;
}
} */




.service-info-icon .service-info-icon

正在加载...
取消
保存