subtle adjust

This commit is contained in:
lb 2022-11-08 17:01:12 +08:00
parent 0db0f98791
commit 387bbcb45a
2 changed files with 11 additions and 5 deletions

View File

@ -10,11 +10,12 @@ export default {}
<style scoped>
.techy-box {
background: transparent;
box-shadow: inset 0 0 16px 1px rgba(255, 255, 255, 0.5);
background: rgba(255, 255, 255, 0.0168);
box-shadow: inset 0 0 17px 0 rgba(255, 255, 255, 0.168);
display: inline-block;
height: 100%;
width: 100%;
border-radius: .25rem;
border-radius: 4px;
backdrop-filter: blur(2px);
}
</style>

View File

@ -258,7 +258,7 @@ export default {
.techy-body-part__middle__inner {
height: 100%;
padding: 12px;
padding: 16px;
display: flex;
flex-direction: column;
justify-content: space-between;
@ -276,11 +276,16 @@ export default {
position: relative;
padding-left: 16px;
}
.techy-body-part__middle__inner p > span.round-dot {
padding-left: 28px;
}
.round-dot::before {
content: '';
position: absolute;
top: 4px;
left: 2px;
left: 16px;
width: 8px;
height: 8px;
background-color: rgb(82, 231, 82);