This commit is contained in:
3
src/pages/index/index.config.js
Normal file
3
src/pages/index/index.config.js
Normal file
@@ -0,0 +1,3 @@
|
||||
export default definePageConfig({
|
||||
navigationBarTitleText: '实况摇球机'
|
||||
})
|
||||
34
src/pages/index/index.scss
Normal file
34
src/pages/index/index.scss
Normal 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
1348
src/pages/index/index.vue
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user