| Server IP : 43.130.17.34 / Your IP : 216.73.217.6 Web Server : nginx/1.28.0 System : Linux VM-4-12-opencloudos 6.6.92-34.1.oc9.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jun 25 21:32:13 CST 2025 x86_64 User : www ( 1000) PHP Version : 8.0.26 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /www/wwwroot/yespkg.com/wp-content/themes/twentytwentysix/ |
Upload File : |
<?php get_header();
$page_banne = get_field( 'page_banner' );
?>
<section class="sys_sub_head">
<div class="head_bn_item">
<div class="bn_item_img"><img src="<?php echo $page_banne['url']; ?>" alt="banner-About Us"/> </div>
</div>
<section class="path_bar">
<div class="layout">
<ul>
<li> <a itemprop="breadcrumb" href="/">Home</a></li><li> <a href="#"><?php wp_title(); ?></a></li>
</ul>
</div>
</section>
</section>
<!-- page-layout start -->
<section class="web_main page_main clearfix">
<div class="layout">
<h1 class="page_title"><?php wp_title(); ?></h1>
<!-- main start -->
<section class="wow fadeInUpA">
<div class="entry blog-article">
<?php while ( have_posts() ) : the_post(); ?>
<?php the_content(); ?>
<?php endwhile; ?>
</div>
<style>
/* 表单容器 */
.wpforms-container {
margin: 0 auto;
background: #fff;
padding: 30px;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
/* 表单标题 */
.wpforms-field-container {
margin-bottom: 20px;
}
/* 表单字段 */
.wpforms-field {
margin-bottom: 20px;
}
/* 标签样式 */
.wpforms-field-label {
display: block;
margin-bottom: 8px;
font-weight: bold;
color: #555;
}
/* 输入框样式 */
input[type="text"],
input[type="email"],
textarea {
width: 100%;
padding: 12px;
border: 1px solid #ddd;
border-radius: 4px;
font-size: 16px;
transition: border-color 0.3s ease;
}
/* 输入框聚焦效果 */
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
outline: none;
border-color: #4CAF50;
box-shadow: 0 0 0 2px rgba(76, 175, 80, 0.1);
}
/* 文本域样式 */
textarea {
resize: vertical;
min-height: 120px;
}
/* 提交按钮样式 */
.wpforms-submit-container {
text-align: center;
}
.wpforms-submit {
background-color: #4CAF50;
color: white;
border: none;
padding: 12px 30px;
font-size: 16px;
border-radius: 4px;
cursor: pointer;
transition: background-color 0.3s ease;
}
/* 提交按钮悬停效果 */
.wpforms-submit:hover {
background-color: #45a049;
}
/* 提交按钮加载状态 */
.wpforms-submit-spinner {
margin-left: 10px;
vertical-align: middle;
}
/* 隐藏字段 */
.wpforms-field[data-field-type="text"] {
display: none;
}
/* 响应式设计 */
@media (max-width: 768px) {
.wpforms-container {
padding: 20px;
}
input[type="text"],
input[type="email"],
textarea {
padding: 10px;
}
.wpforms-submit {
padding: 10px 20px;
}
}
</style>
<?php echo do_shortcode("[wpforms id=\"210\"]"); ?>
</section>
<!--// main end -->
</div>
</section>
<?php get_footer(); ?>