2 Star 0 Fork 2

tangze/operatorWeb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
product-detail-ftth.html 7.88 KB
一键复制 编辑 原始数据 按行查看 历史
tangze 提交于 2023-11-05 21:33 . 修改页面
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<link rel="icon" href="img/favicon.ico">
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport"
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0">
<link rel="stylesheet" href="layui/css/layui.css">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/vendor.min.css">
<link rel="stylesheet" href="css/plugins.min.css">
<link rel="stylesheet" href="css/style.min.css">
<style>
.pwdetable-box {
margin-top: 40px;
padding: 0px 30px;
}
.pwde-table {
width: 100%;
text-align: center;
border: solid 1px black;
}
.pwde-tr {
background-color: #006fb7;
}
.pwde-table tr, td, th {
height: 50px;
border: solid 1px black;
}
html{
height: 100%;
overflow-y: hidden;
}
body{
height: 100%;
overflow-y: auto;
}
.aaa{
padding:0 15px;height:35px;line-height:32px;font-size:14px;text-transform:uppercase
}
</style>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="single-product-img h-100">
<div class="swiper-container single-product-slider">
<div class="swiper-wrapper">
<div class="swiper-slide">
<a class="single-img gallery-popup" id="pic-bac">
<img class="img-full" src="./img/no.jpg" id="pic-bac2" style="width: 540px;height: 380px;">
</a>
</div>
</div>
<div class="swiper-pagination"></div>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="product-thumb-with-content row">
<div class="col-12 order-lg-1 order-2 pt-10 pt-lg-0">
<div class="single-product-content">
<h2 class="title" i18n="ftth.gqrh">光纤入户(FTTH)</h2>
<p class="short-desc mb-6" id="detail"></p>
</div>
</div>
<div class="col-12 order-lg-2 order-1 pt-10 pt-lg-0">
<div class="swiper-container single-product-thumbs">
</div>
</div>
</div>
</div>
</div>
<div class="pwdetable-box">
<caption><h3 i18n="ftth.gqrh">光纤入户FTTH</h3></caption>
<table class="pwde-table">
<thead>
<tr class="pwde-tr" style="color:white;">
<th width="33%" i18n="ftth.sudu">速度(MB)</th>
<th i18n="ftth.priceMonth">价格/月</th>
<th width="33%" i18n="main.ftth.azf">安装费</th>
</tr>
</thead>
<tbody id="test"></tbody>
</table>
</div>
</div>
<div class="product-tab-area section-space-top-100" style="padding-bottom: 50px;">
<div class="container">
<div class="row">
<div class="col-lg-12">
<ul class="nav product-tab-nav product-tab-style-2" role="tablist">
<li class="nav-item" role="presentation">
<a class="active btn aaa" id="description-tab" data-bs-toggle="tab" href="#description" role="tab" aria-controls="description" aria-selected="true" i18n="ftth.describe">
描述
</a>
</li>
<li class="nav-item" role="presentation">
<a class="btn aaa" id="reviews-tab" data-bs-toggle="tab" href="#reviews" role="tab" aria-controls="reviews" aria-selected="false" i18n="ftth.khdyyjhfwip">
客户端用于激活服务的IP
</a>
</li>
</ul>
<div class="tab-content product-tab-content">
<div class="tab-pane fade show active" id="description" role="tabpanel" aria-labelledby="description-tab">
<div class="product-description-body">
<p class="short-desc mb-0" id="product"></p>
</div>
</div>
<div class="tab-pane fade" id="reviews" role="tabpanel" aria-labelledby="reviews-tab">
<div class="product-review-body">
<p class="short-desc mb-0" id="ip"></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="js/vendor.min.js"></script>
<script src="js/plugins.min.js"></script>
<script src="js/main.min.js"></script>
<script src="layui/layui.js"></script>
<script src="js/token.js"></script>
<script src="js/config.js"></script>
<script src="js/jquery.i18n.min.js"></script>
<script src="js/multi_lang_config.js"></script>
<script>
var layer = layui.layer;
var form = layui.form;
var moduleName = "subMain";
var defaultLang = layui.data('langTab').langType;
initLangConfig({
defaultLang:defaultLang,
filePath: "js/i18n/"+moduleName+"/",
module:moduleName,
base:"js/"
})
var i18np = null;
function changeLang(lang) {
defaultLang = lang;
reloadI18n({
defaultLang:lang,
filePath: "js/i18n/"+moduleName+"/",
module:moduleName,
})
i18np.loadProperties(moduleName);
ftthDataInit();
}
layui.config({base: 'js/'})
// 继承treetable.js插件
.extend({i18np: 'i18n'}).use([ 'i18np','jquery'], function () {
i18np = layui.i18np;
i18np.loadProperties(moduleName);
});
var carousel = layui.carousel;
//建造实例
carousel.render({
elem: '#test1'
, width: '100%' //设置容器宽度
, arrow: 'always' //始终显示箭头
// ,anim: 'updown' //切换动画方式
});
$("#test1").css("height", '350px');
$(function (){
search();
})
var ftthData = {};
function ftthDataInit() {
if (defaultLang == "zh") {
$('#detail').html(ftthData.detailZh);
$('#product').html(ftthData.productZh);
$('#ip').html(ftthData.ipZh);
} else if (defaultLang == "la") {
$('#detail').html(ftthData.detailLao);
$('#product').html(ftthData.productLao);
$('#ip').html(ftthData.ipLao);
} else if (defaultLang == "en") {
$('#detail').html(ftthData.detailEn);
$('#product').html(ftthData.productEn);
$('#ip').html(ftthData.ipEn);
}
}
function search() {
$.ajax({
url: HOST+"webapi/ftth/getFtth",
type: "GET",
success: function (res) {
$("#pic-bac").attr("href",res.data.picture);
$("#pic-bac2").attr("src",res.data.picture);
ftthData = res.data;
ftthDataInit();
}
})
$.ajax({
url: HOST + "webapi/ftthcombo/getFtthCombo",
type: "GET",
success: function (res) {
var trRow = res.data;
var str1 = "";
for (var i = 0; i < trRow.length; i++) {
str1 += "<tr>" + "<td>" + trRow[i].speed + "</td>" +
"<td>" + trRow[i].price + "</td>" +
"<td>" + trRow[i].installCost + "</td>" +
"</tr>";
}
test.innerHTML = str1;
}
})
}
</script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/woos/operator-web.git
[email protected]:woos/operator-web.git
woos
operator-web
operatorWeb
master

搜索帮助