mirror of
https://github.com/PlayEdu/frontend.git
synced 2025-07-28 17:29:36 +08:00
Compare commits
5 Commits
f1985d0b8f
...
6e920d8ea1
Author | SHA1 | Date | |
---|---|---|---|
|
6e920d8ea1 | ||
|
8154ee3130 | ||
|
e056775fc0 | ||
|
f5b4a70741 | ||
|
e1bca31883 |
@ -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 |
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user