2023-11-27-dist

This commit is contained in:
X1627315083
2023-11-27 16:36:09 +08:00
parent 6e39ebf5ed
commit d978b75286
7 changed files with 172 additions and 156 deletions

File diff suppressed because one or more lines are too long

1
dist/css/652.277a8115.css vendored Normal file

File diff suppressed because one or more lines are too long

2
dist/index.html vendored
View File

@@ -1 +1 @@
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>AiDA</title><link rel="stylesheet" href="./css/googleapis.css"><link rel="stylesheet" href="./css/roboto.css"><script defer="defer" src="/js/chunk-vendors.9c1ca004.js"></script><script defer="defer" src="/js/app.55da1921.js"></script><link href="/css/chunk-vendors.5e9dbdc9.css" rel="stylesheet"><link href="/css/app.a9fc1da2.css" rel="stylesheet"></head><body><script src="./js/color-thief.js"></script><noscript><strong>We're sorry but aida doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html> <!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>AiDA</title><link rel="stylesheet" href="./css/googleapis.css"><link rel="stylesheet" href="./css/roboto.css"><script defer="defer" src="/js/chunk-vendors.9c1ca004.js"></script><script defer="defer" src="/js/app.fd90a75d.js"></script><link href="/css/chunk-vendors.5e9dbdc9.css" rel="stylesheet"><link href="/css/app.a9fc1da2.css" rel="stylesheet"></head><body><script src="./js/color-thief.js"></script><noscript><strong>We're sorry but aida doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1319,19 +1319,22 @@ export default defineComponent({
} }
} }
.color_setting_block{ .color_setting_block{
width: 16.5rem; width: 17.5rem;
margin: auto; margin: auto;
background: #f0eaee; background: linear-gradient(70deg, #eee4f3, #f3f4e6);
border-radius: 1rem; border-radius: 1rem;
overflow: hidden; overflow: hidden;
// box-shadow: 2px 2px 8px #000; // box-shadow: 2px 2px 8px #000;
box-shadow: 2px 2px 8px rgba(0,0,0,.3); box-shadow: 2px 2px 8px rgba(0,0,0,.3);
.vc-chrome{
background: rgba(0,0,0,0);
}
.chrome_color{ .chrome_color{
width: 16.5rem; width: 17.5rem;
// height: 16.5rem; // height: 16.5rem;
overflow: hidden; overflow: hidden;
background: linear-gradient(70deg, #eee4f3, #f3f4e6);
.vc-chrome-saturation-wrap{ .vc-chrome-saturation-wrap{
height: 100%; height: 100%;
@@ -1348,7 +1351,7 @@ export default defineComponent({
margin: 0.5rem auto; margin: 0.5rem auto;
margin: 0 auto; margin: 0 auto;
background: rgba(0,0,0,0); background: rgba(0,0,0,0);
margin-bottom: 2rem; margin-bottom: 1rem;
// display: none; // display: none;
.vc-chrome-fields-wrap{ .vc-chrome-fields-wrap{
margin-top: 5%; margin-top: 5%;
@@ -1428,6 +1431,16 @@ export default defineComponent({
border-radius: 15px; border-radius: 15px;
overflow: hidden; overflow: hidden;
} }
height: 1rem;
.vc-hue-picker{
width: 1.4rem;
height: 1.4rem;
}
.vc-alpha-picker{
width: 1.4rem;
height: 1.4rem;
transform: translate(-.6rem,-.4rem);
}
} }
.vc-chrome-hue-wrap{ .vc-chrome-hue-wrap{
margin-bottom: .5rem; margin-bottom: .5rem;

View File

@@ -669,19 +669,22 @@ export default defineComponent({
} }
} }
.color_setting_block{ .color_setting_block{
// width: 16.5rem; width: 17.5rem;
width: auto; margin: auto;
background: #f0eaee; background: linear-gradient(70deg, #eee4f3, #f3f4e6);
border-radius: 1rem; border-radius: 1rem;
overflow: hidden; overflow: hidden;
// box-shadow: 2px 2px 8px #000; // box-shadow: 2px 2px 8px #000;
box-shadow: 2px 2px 8px rgba(0,0,0,.3); box-shadow: 2px 2px 8px rgba(0,0,0,.3);
.vc-chrome{
background: rgba(0,0,0,0);
}
.chrome_color{ .chrome_color{
width: 16.5rem; width: 17.5rem;
// height: 16.5rem; // height: 16.5rem;
overflow: hidden; overflow: hidden;
background: linear-gradient(70deg, #eee4f3, #f3f4e6);
.vc-chrome-saturation-wrap{ .vc-chrome-saturation-wrap{
height: 100%; height: 100%;
@@ -698,7 +701,7 @@ export default defineComponent({
margin: 0.5rem auto; margin: 0.5rem auto;
margin: 0 auto; margin: 0 auto;
background: rgba(0,0,0,0); background: rgba(0,0,0,0);
margin-bottom: 2rem; margin-bottom: 1rem;
// display: none; // display: none;
.vc-chrome-fields-wrap{ .vc-chrome-fields-wrap{
margin-top: 5%; margin-top: 5%;
@@ -736,6 +739,9 @@ export default defineComponent({
} }
.vc-sketch-color-wrap{ .vc-sketch-color-wrap{
background-image: url(@../../../../assets/images/homePage/dropper.png); background-image: url(@../../../../assets/images/homePage/dropper.png);
// background-image: url(@../../../../assets/images/homePage/裁剪后1.jpg);
// background-image: url(@../../../../assets/images/homePage/裁剪后2.jpg);
// background-image: url(@../../../../assets/images/homePage/裁剪后3.jpg);
background-size: 1.5rem; background-size: 1.5rem;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: 50%; background-position: 50%;
@@ -797,31 +803,30 @@ export default defineComponent({
} }
} }
.sileder_color{
margin-top:1.3rem;
// .sileder_color{ .vc-slider-swatches{
// margin-top:1.3rem; display:none
}
.vc-slider-hue-warp {
width: 16.5rem;
height: 2.4rem;
border-radius: 1.2rem;
overflow: hidden;
// .vc-slider-swatches{ .vc-hue-picker{
// display:none width: 1.4rem;
// } height: 1.4rem;
// .vc-slider-hue-warp { border-radius: 50%;
// width: 16.5rem; transform: translate(-0.7rem, -0.2rem);
// height: 2.4rem; }
// border-radius: 1.2rem; }
// overflow: hidden; .vc-hue-pointer{
top: 0.5rem !important;
}
// .vc-hue-picker{ }
// width: 1.4rem;
// height: 1.4rem;
// border-radius: 50%;
// transform: translate(-0.7rem, -0.2rem);
// }
// }
// .vc-hue-pointer{
// top: 0.5rem !important;
// }
// }
.color_block{ .color_block{
// margin-top: 1rem; // margin-top: 1rem;
@@ -837,7 +842,7 @@ export default defineComponent({
align-items: center; align-items: center;
.color_right{ .color_right{
width: 11rem; width: 11rem;
font-size: 1.2rem; font-size: 1,2rem;
color: #666666; color: #666666;
.color_rgb_block{ .color_rgb_block{
display: flex; display: flex;
@@ -866,7 +871,6 @@ export default defineComponent({
height: 1.5rem; height: 1.5rem;
// margin-right: .5rem; // margin-right: .5rem;
display: flex; display: flex;
background-color: rgba(0, 0, 0, 0);
justify-content: space-between; justify-content: space-between;
} }
} }
@@ -876,7 +880,6 @@ export default defineComponent({
} }
} }
.get_color_block{ .get_color_block{
display: flex; display: flex;
flex-direction: column; flex-direction: column;