You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.1 KiB
38 lines
1.1 KiB
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>组件库</title>
|
|
<link rel="stylesheet" href="css/common.css">
|
|
<link rel="stylesheet" href="css/conponent.css">
|
|
</head>
|
|
<body>
|
|
<div class="conponent_fixed">
|
|
<!-- 客服 -->
|
|
<div class="conponent_fixed_item phone">
|
|
<div class="item">
|
|
<span class="icon"></span>
|
|
<span class="text">客服电话</span>
|
|
<!-- <span class="text word_2">客服</span> -->
|
|
</div>
|
|
<div class="pop">
|
|
<div class="msg"><span>0551-6668888</span></div>
|
|
<!-- <div class="img"><img src="img/icon-phone_1.png" alt=""></div> -->
|
|
</div>
|
|
</div>
|
|
<!-- 置顶 -->
|
|
<div class="conponent_fixed_item totop">
|
|
<div class="item">
|
|
<span class="icon"></span>
|
|
<span class="text">返回顶部</span>
|
|
<!-- <span class="text word_2">置顶</span> -->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<script src="js/conponents.js"></script>
|
|
<script>
|
|
// var fixed = new Fixed();
|
|
// fixed.init();
|
|
</script>
|
|
</body>
|
|
</html>
|
|
|