删减im
parent
0b6a08ae84
commit
00fb5e12d9
@ -1,55 +0,0 @@
|
||||
.ok-btn {
|
||||
color: #fff;
|
||||
background-color: rgb(20, 146, 209);
|
||||
padding: 10px;
|
||||
font-size: 16px;
|
||||
text-align: center;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
left: calc(50% - 25vw);
|
||||
width: 50vw;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.ok-btn-mp {
|
||||
color: #fff;
|
||||
background-color: rgb(20, 146, 209);
|
||||
padding: 10px;
|
||||
font-size: 16px;
|
||||
text-align: center;
|
||||
position: fixed;
|
||||
bottom: 20px;
|
||||
left: calc(50% - 25vw);
|
||||
width: 50vw;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.button-box,.button-box-mp {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
position: fixed;
|
||||
z-index: 100;
|
||||
bottom: 120px;
|
||||
right: 30px;
|
||||
}
|
||||
|
||||
.button-box {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
position: relative;
|
||||
}
|
||||
.button-box,
|
||||
.button-box-mp .button-icon {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.button-box{
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
position: fixed;
|
||||
z-index: 100;
|
||||
bottom: 70px;
|
||||
right: 30px;
|
||||
}
|
||||
@ -1,35 +0,0 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "esnext",
|
||||
"module": "esnext",
|
||||
"strict": true,
|
||||
"jsx": "preserve",
|
||||
"moduleResolution": "node",
|
||||
"experimentalDecorators": true,
|
||||
"skipLibCheck": true,
|
||||
"esModuleInterop": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"useDefineForClassFields": true,
|
||||
"sourceMap": true,
|
||||
"strictFunctionTypes": false,
|
||||
"preserveValueImports": false,
|
||||
"isolatedModules": false,
|
||||
"baseUrl": ".",
|
||||
"types": ["node", "webpack-env", "vue/types", "vue-router/types"],
|
||||
"paths": {
|
||||
"@/*": ["src/*"]
|
||||
},
|
||||
"lib": ["esnext", "dom", "dom.iterable", "scripthost"]
|
||||
},
|
||||
"files": ["*.d.ts", "**/*.ts", "**/*.tsx", "**/*.vue", "**/*.ts", "**/*.tsx"],
|
||||
"include": [
|
||||
"*.d.ts",
|
||||
"**/*.ts",
|
||||
"**/*.tsx",
|
||||
"**/*.vue",
|
||||
"**/*.ts",
|
||||
"**/*.tsx"
|
||||
],
|
||||
"exclude": ["node_modules"]
|
||||
}
|
||||
Loading…
Reference in New Issue