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> <style scoped>
.techy-box { .techy-box {
background: transparent; background: rgba(255, 255, 255, 0.0168);
box-shadow: inset 0 0 16px 1px rgba(255, 255, 255, 0.5); box-shadow: inset 0 0 17px 0 rgba(255, 255, 255, 0.168);
display: inline-block; display: inline-block;
height: 100%; height: 100%;
width: 100%; width: 100%;
border-radius: .25rem; border-radius: 4px;
backdrop-filter: blur(2px);
} }
</style> </style>

View File

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