b站视频演示效果:
效果图:
完整代码:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>微宝支付申请页面</title>
<script src="https://cdn.staticfile.org/vue/2.6.14/vue.min.js"></script>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f8f8f8;
margin: 0;
padding: 0;
}
.title {
font-size: 22px;
margin-bottom: 20px;
font-weight: bold;
color: #333;
}
.container {
width: 1200px;