Commit ddae74c3 by libai

测试

parent 65af36cc
Showing with 10 additions and 0 deletions
...@@ -46,6 +46,7 @@ ...@@ -46,6 +46,7 @@
</style> </style>
<body> <body>
<div class="bg"> <div class="bg">
<div style="height: 1rem;"></div> <div style="height: 1rem;"></div>
<div class="input-box"> <div class="input-box">
<input placeholder="请输入您的ID,点击确认" type="number"> <div class="ok-click">确认</div> <input placeholder="请输入您的ID,点击确认" type="number"> <div class="ok-click">确认</div>
......
...@@ -33,10 +33,19 @@ ...@@ -33,10 +33,19 @@
width: 10rem; width: 10rem;
} }
.Recharge {
position: absolute;
font-size: 0.45rem;
color: #994A17;
right: 0.3rem;
font-weight: 700;
top: 0.2rem;
}
</style> </style>
</head> </head>
<body style="background: #FEF09D;"> <body style="background: #FEF09D;">
<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>
<div class="btn"></div> <div class="btn"></div>
</div> </div>
<div class="Safari"> <div class="Safari">
......
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