Compare commits

...

5 Commits

Author SHA1 Message Date
xxx
6e920d8ea1 移除hls.min.js 2024-01-08 16:14:11 +08:00
unknown
8154ee3130 登录封面替换 2024-01-08 12:02:31 +08:00
xxx
e056775fc0 Merge branch 'fix/1116' into dev 2023-11-16 14:57:44 +08:00
unknown
f5b4a70741 首页学习时间不显示天数 2023-11-16 14:57:38 +08:00
unknown
e1bca31883 课程详情tab优化 2023-11-16 14:55:26 +08:00
3 changed files with 4 additions and 9 deletions

View File

@ -13,10 +13,5 @@
<body> <body>
<div id="root"></div> <div id="root"></div>
<script type="module" src="/src/main.tsx"></script> <script type="module" src="/src/main.tsx"></script>
<script
crossorigin="anonymous"
integrity="sha512-oHrfR/z2wkuRuaHrdZ9NhoT/o/1kteub+QvmQgVzOKK7NTvIKQMvnY9+/RR0+eW311o4lAE/YzzLXXmP2XUvig=="
src="https://lib.baomitu.com/hls.js/1.1.4/hls.min.js"
></script>
</body> </body>
</html> </html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 64 KiB

View File

@ -101,7 +101,7 @@
align-items: center; align-items: center;
position: relative; position: relative;
.tab-item { .tab-item {
width: 64px; min-width: 64px;
height: 48px; height: 48px;
margin-right: 50px; margin-right: 50px;
transition: all 0.2s; transition: all 0.2s;
@ -114,7 +114,7 @@
} }
} }
.tit { .tit {
width: 64px; width: 100%;
height: 40px; height: 40px;
font-size: 16px; font-size: 16px;
font-weight: 400; font-weight: 400;
@ -123,7 +123,7 @@
} }
} }
.tab-active-item { .tab-active-item {
width: 64px; min-width: 64px;
height: 48px; height: 48px;
cursor: pointer; cursor: pointer;
margin-right: 50px; margin-right: 50px;
@ -133,7 +133,7 @@
opacity: 0.8; opacity: 0.8;
} }
.tit { .tit {
width: 64px; width: 100%;
height: 40px; height: 40px;
font-size: 16px; font-size: 16px;
font-weight: 500; font-weight: 500;