Commit 06709c86 authored by liujiangnan's avatar liujiangnan

feat: 背景图片

parent dcf4883a
...@@ -7,15 +7,15 @@ $my_width: percentage(4/12); ...@@ -7,15 +7,15 @@ $my_width: percentage(4/12);
right: calc((100% - 100vh * 1.36)/ 2); right: calc((100% - 100vh * 1.36)/ 2);
bottom: 5vh; bottom: 5vh;
text-align: center; text-align: center;
// box-shadow: 0 2px 12px 0 rgba(0,0,0,.3);
box-shadow: 0 2px 12px 0 rgba(0,0,0,.3); border-radius: 11px;
border-radius: 4px; border: 20px solid #23b1c2;
border: 1px solid #ebeef5;
background-color: #fff; background-color: #fff;
overflow: hidden; overflow: hidden;
color: #303133; color: #303133;
transition: .3s; transition: .3s;
} }
.question-container { .question-container {
display: flex; display: flex;
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<script type="text/javascript" src="https://staging-teach.cdn.ireadabc.com/h5template/h5-static-lib/js/air.js"></script> <script type="text/javascript" src="https://staging-teach.cdn.ireadabc.com/h5template/h5-static-lib/js/air.js"></script>
</head> </head>
<body> <body style="background-image: url('./assets/player-bg.jpg')">
<app-root></app-root> <app-root></app-root>
</body> </body>
</html> </html>
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 to comment