完成第一版
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-07-11 23:12:30 +08:00
commit e35583c254
41 changed files with 19394 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
export default definePageConfig({
navigationBarTitleText: '实况摇球机'
})

View File

@@ -0,0 +1,34 @@
// * {
// object-fit: cover;
// }
.dot {
width: 10px;
height: 10px;
border-radius: 50%;
background-color: #fff;
}
.aft::before {
content: "";
width: 2px;
height: 90px;
background-color: #dbdbdb;
position: absolute;
top: 50%;
right: -30px;
transform: translateY(-50%);
}
.nut-popover-content {
width: 150px;
font-size: 30px;
}
.popover .nut-popover-content {
width: 1000px;
height: 700px;
font-size: 30px;
overflow: auto;
border-radius: 0px;
}

1348
src/pages/index/index.vue Normal file

File diff suppressed because it is too large Load Diff