Commit e3fb7930 by libai

测试

parent 5b5a625c
.banner { .banner {
width: 10rem; width: 10rem;
height: 15.98rem; height: 15.98rem;
background: url(../images/banner.png) no-repeat; background: url(../images/banner.jpg) no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
position: relative; position: relative;
margin: 0 auto; margin: 0 auto;
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
.banner2 { .banner2 {
width: 10rem; width: 10rem;
height: 15.98rem; height: 15.98rem;
background: url(../images/banner2.png?v=20210324) no-repeat; background: url(../images/banner2.jpg?v=20210324) no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
position: relative; position: relative;
margin: 0 auto; margin: 0 auto;
......
.banner{ .banner{
width: 10rem; width: 10rem;
height: 15.98rem; height: 15.98rem;
background:url(../images/banner.png)no-repeat; background:url(../images/banner.jpg)no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
position: relative; position: relative;
margin: 0 auto; margin: 0 auto;
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
.banner2{ .banner2{
width: 10rem; width: 10rem;
height: 15.98rem; height: 15.98rem;
background:url(../images/banner2.png?v=20210324)no-repeat; background:url(../images/banner2.jpg?v=20210324)no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
position: relative; position: relative;
margin: 0 auto; margin: 0 auto;
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<script src="lib/fsize.js"></script> <script src="lib/fsize.js"></script>
<link rel="stylesheet" href="css/base.css"> <link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/layer.css"> <link rel="stylesheet" href="css/layer.css">
<link rel="stylesheet" href="css/phone.css"> <link rel="stylesheet" href="css/phone.css?v=2021050901">
<style> <style>
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
} }
</style> </style>
</head> </head>
<body style="background: #FEF09D;"> <body style="background: #B0CED8;">
<div class="banner"> <div class="banner">
<a href="login.html"><span class="Recharge">充值<span style="font-weight: 700;font-family:'黑体'">&gt;&gt;</span></span></a> <a href="login.html"><span class="Recharge">充值<span style="font-weight: 700;font-family:'黑体'">&gt;&gt;</span></span></a>
<div id="downloadButton" class="btn"></div> <div id="downloadButton" class="btn"></div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment