1 Star 0 Fork 0

zxytwg/二阶段

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
zhifu1.html 3.03 KB
一键复制 编辑 原始数据 按行查看 历史
Your Name 提交于 2021-10-23 09:25 . first commit
<!DOCTYPE html>
<html>
<head>
<title>小郑同学</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="maximum-scale=1.0,minimum-scale=1.0,user-scalable=0,width=device-width,initial-scale=1.0" />
<!-- <link rel="stylesheet" href="./css/zhifu.css"> -->
<link rel="stylesheet" href="./css/jieqi/iconfont.css">
<style>
.guantu{
width: 100%;
height: 356px;
background-image: url(./images/jie1.webp);
background-repeat: no-repeat;
background-size: 100%;
}
.biaoti1{
width: 1024px;
height: 127px;
text-align: center;
margin: 0 auto;
margin-top: 20px;
}
.biaoti1>span{
display: block;
color: #666666;
font-weight: 700;
}
.biaoti1>span:nth-child(1){
font-size: 24px;
font-family: "宋体";
line-height: 1.5em;
}
.biaoti1>span:nth-child(2){
font-family: georgia;
}
.biaoti1>span:nth-child(3){
font-size: 30px;
font-weight: 700;
margin-top: 19px;
}
.neirong1{
width: 1024px;
height: 286px;
margin: 0 auto;
padding-top: 20px;
border-top: 1px solid #bfbfbf;
border-bottom: 1px solid #bfbfbf;
}
.neirong1>strong{
display: block;
font-size: 14px;
font-family: "微軟正黑體";
color: #696969;
}
.neirong1>p{
height: 25px;
line-height: 25px;
font-size: 14px;
font-family: "微軟正黑體";
color: #696969;
/* margin-top: 10px; */
}
</style>
</head>
<body>
<header></header>
<section>
<div class="guantu">
</div>
<p class="biaoti1">
<span>在线支付</span>
<span>Online Payment</span>
<span class="iconfont icon-shousuoxiajiantou"></span>
</p>
<div class="neirong1" style="border-bottom: none;margin-bottom: 80px;">
<strong>支付宝卡使用秘籍</strong>
<p style="margin-top: 15px;">1、 支付宝卡可以与其他支付方式一起使用吗?</p>
<p>可以和银行卡、集分宝、红包等一起使用。 若发生退货时,使用支付宝卡支付的资金退回卡帐户,不予提现。退款顺序为:银行卡、余额、预付卡、红包、集分宝。
</p>
<br>
<p style="margin-top: 15px;"> 2、是否可以添加多张支付宝卡?</p>
<p>一个支付宝帐户可以添加多张支付宝卡,无数量限制。</p>
<br>
<p style="margin-top: 15px;"> 3、支付宝购物卡和支付宝卡的区别是什么?</p>
<p> 支付宝购物卡是支付宝在海外发行的预付卡。 卡号前六位为800000、800100、800200、800300的为支付宝购物卡,卡号前六位非此号段的为支付宝。</p>
</div>
</section>
<footer></footer>
</body>
</html>
<script src="./js/jQuery.js"></script>
<script>
$("header").load("header.html");
$("footer").load("foot.html");
</script>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zxytwg/second-stage.git
git@gitee.com:zxytwg/second-stage.git
zxytwg
second-stage
二阶段
master

搜索帮助