Commit 4233c635 authored by 邱旭's avatar 邱旭

Merge remote-tracking branch 'origin/daily-20250721' into daily-20250721

parents f59b8183 390c20c0
......@@ -65,10 +65,10 @@
}
</script>
<script type="module" crossorigin src="https://yun.duiba.com.cn/db_games/spark/v3/1753780087233/assets/index-75YciMf8.js"></script>
<link rel="modulepreload" crossorigin href="https://yun.duiba.com.cn/db_games/spark/v3/1753780087233/assets/vendor-BiCVt3x5.js">
<link rel="stylesheet" crossorigin href="https://yun.duiba.com.cn/db_games/spark/v3/1753780087233/assets/vendor-BQh5NVNk.css">
<link rel="stylesheet" crossorigin href="https://yun.duiba.com.cn/db_games/spark/v3/1753780087233/assets/index-t9jUNFOt.css">
<script type="module" crossorigin src="https://yun.duiba.com.cn/db_games/spark/v3/1753781496611/assets/index-Dy2Zbf8G.js"></script>
<link rel="modulepreload" crossorigin href="https://yun.duiba.com.cn/db_games/spark/v3/1753781496611/assets/vendor-BiCVt3x5.js">
<link rel="stylesheet" crossorigin href="https://yun.duiba.com.cn/db_games/spark/v3/1753781496611/assets/vendor-BQh5NVNk.css">
<link rel="stylesheet" crossorigin href="https://yun.duiba.com.cn/db_games/spark/v3/1753781496611/assets/index-CYTNtdXT.css">
<script type="module">import.meta.url;import("_").catch(()=>1);(async function*(){})().next();if(location.protocol!="file:"){window.__vite_is_modern_browser=true}</script>
<script type="module">!function(){if(window.__vite_is_modern_browser)return;console.warn("vite: loading legacy chunks, syntax error above and the same error below should be ignored");var e=document.getElementById("vite-legacy-polyfill"),n=document.createElement("script");n.src=e.src,n.onload=function(){System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))},document.body.appendChild(n)}();</script>
</head>
......@@ -76,8 +76,8 @@
<body>
<div id="root"></div>
<script nomodule>!function(){var e=document,t=e.createElement("script");if(!("noModule"in t)&&"onbeforeload"in t){var n=!1;e.addEventListener("beforeload",(function(e){if(e.target===t)n=!0;else if(!e.target.hasAttribute("nomodule")||!n)return;e.preventDefault()}),!0),t.type="module",t.src=".",e.head.appendChild(t),t.remove()}}();</script>
<script nomodule crossorigin id="vite-legacy-polyfill" src="https://yun.duiba.com.cn/db_games/spark/v3/1753780087233/assets/polyfills-legacy-D0AVcSo7.js"></script>
<script nomodule crossorigin id="vite-legacy-entry" data-src="https://yun.duiba.com.cn/db_games/spark/v3/1753780087233/assets/index-legacy-CBG5r6J1.js">System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))</script>
<script nomodule crossorigin id="vite-legacy-polyfill" src="https://yun.duiba.com.cn/db_games/spark/v3/1753781496611/assets/polyfills-legacy-D0AVcSo7.js"></script>
<script nomodule crossorigin id="vite-legacy-entry" data-src="https://yun.duiba.com.cn/db_games/spark/v3/1753781496611/assets/index-legacy-CkhpgL1Y.js">System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))</script>
</body>
</html>
\ No newline at end of file
......@@ -494,7 +494,7 @@ export default [
return {
"code": null,
"data": {
"answers": ['选项选项选项选项选项选项选项选项选项选项a', "选项2", "选项3", "选项4"],
"answers": ['aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa', "选项2", "选项3", "选项4"],
"avatar": null,
"content": "题目题目题目题目题目题目题目题目题目题目题目题目题目题目题目题目题目题目题题目题目题目题目题目题目题目题目题目题目题目题目题目题目题目题目题目题目题目题目题目题目题目题目",
"fullStrength": true,
......
......@@ -36,31 +36,42 @@
position: absolute;
top: 740px;
left: 105px;
display: flex;
flex-direction: column;
row-gap: 20px;
.answer-item {
width: 540px;
height: 80px;
width: 520px;
height: auto;
text-align: left;
color: rgb(88, 88, 88);
font-size: 24px;
font-weight: bold;
margin-bottom: 6px;
line-height: 80px;
padding-left: 10px;
.sparkBg("answerPanel/normalBg.png");
line-height: 1.5;
vertical-align: middle;
word-break: break-all;
background-color: #dbdbdb;
border: 1px solid #fff;
border-radius: 10px;
padding: 10px 15px;
// .sparkBg("answerPanel/normalBg.png");
position: relative;
}
.toolong {
line-height: 1.5;
}
// .toolong {
// line-height: 1.5;
// }
.error {
.sparkBg("answerPanel/errorBg.png");
color: #fff;
background-color: #e57174;
// .sparkBg("answerPanel/errorBg.png");
}
.correct {
.sparkBg("answerPanel/correctBg.png");
color: #fff;
background-color: #5eb272;
// .sparkBg("answerPanel/correctBg.png");
}
.correct-icon {
......@@ -68,7 +79,7 @@
position: absolute;
width: 61px;
height: 60px;
right: -10px;
right: 0px;
top: -10px;
.sparkBg("answerPanel/correctIcon.png");
}
......@@ -77,7 +88,7 @@
position: absolute;
width: 58px;
height: 54px;
right: -10px;
right: 0px;
top: -10px;
display: inline-block;
.sparkBg("answerPanel/errorIcon.png");
......
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