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

View File

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