File: /www/wwwroot/www.scdc-marine.com/wp-content/themes/heku-cms/TempParts/Single/single.php
<?php
use Heku\HekuClass\View\FullDisplay;
/**
* 文章内容页
*/
global $is_from_show;
$is_from_show = true;
?>
<!-- / star heku_top -->
<?php get_template_part( "TempParts/Main/TopMenu/top_menu"); ?>
<?php get_template_part( "TempParts/Main/TopBanner/top_banner"); ?>
<!-- / end heku_top -->
<?php get_template_part( "TempParts/Main/FullDisplay/product_display"); ?>
<div id="product_features_line">
<div class="container">
<div class="single-info mb-0 p-0 entry-content">
<?php the_content(); ?>
</div>
</div>
</div>
<style>
#product_introduction_line{background-image:-webkit-linear-gradient(-60deg,#f7f8f8 0%,rgb(222 239 249) 100%);background-image:linear-gradient(-60deg,#f7f8f8 0%,rgb(222 239 249) 100%);}
#product_introduction_line .a{color:var(--color_eye);font-size:2rem;}
#product_introduction_line .b{color:#4c4948;font-size:1.2rem;padding-bottom:0.2rem;}
#product_introduction_line .c{font-weight:lighter;font-size:0.9rem;color:#424242;}
#product_introduction_line .introduction-img{border:10px solid rgba(255,255,255,0.24);border-radius:8px;}
#product_introduction_line .introduction-img img{width:100%;height:100%;object-fit:cover;}
#product_parameters_line .a{color: var(--color_eye);font-size:2rem;}
#product_parameters_line .b{font-weight:lighter;font-size:1rem;color:#424242;}
.parameters-table table{width: 100%; margin:8px auto;border-spacing:0;border-collapse:unset !important;max-width:100%;background:var(--background_translucent_3);border-radius:var(--radius_big);}
.parameters-table table th{line-height:2rem;}
.parameters-table table td.center{text-align: center;}
.parameters-table table td{line-height:2.2rem;border:1px solid #fff;padding: 0px 8px;}
.parameters-table table tr:first-child td:first-child{border-top-left-radius:6px;}
.parameters-table table tr:first-child td:last-child{border-top-right-radius:6px;}
.parameters-table table tr:last-child td:first-child{border-bottom-left-radius:6px;}
.parameters-table table tr:last-child td:last-child{border-bottom-right-radius:6px;}
.parameters-table table tr:nth-child(2n+1){background:var(--background_translucent);}
#product_features_line{background: #f7f7f7;}
#product_features_line .a{color: var(--color_eye);font-size:1.5rem;padding: 0.8rem 0rem 0.8rem 0rem;}
#product_features_line .c{font-size:1rem;line-height:1.7rem;font-weight:lighter;}
#product_features_line .introduction-img img{border-radius:5px;overflow:hidden;}
</style>