丰都先提交一下

This commit is contained in:
aixianling
2023-10-18 14:59:52 +08:00
parent 8df77fb17a
commit da422ec320
3 changed files with 148 additions and 27 deletions

View File

@@ -1,6 +1,6 @@
<template>
<section class="fdCard">
<div class="label flex">
<div class="label">
<label class="fill" v-text="label"/>
<slot v-if="$slots.right" name="right"/>
</div>
@@ -20,9 +20,10 @@ export default {
<style scoped lang="scss">
.fdCard {
backdrop-filter: blur(8px);
background: #7583900f;
.label {
display: block;
display: flex;
color: white;
background-image: url("../assets/card-label-icon.png"), url("../assets/card-bottom.png");
background-repeat: no-repeat;