You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
546 B

7 months ago
<template>
<view class="i-spot" />
</template>
<script>
export default {
name:"i-spot"
}
</script>
<style lang="scss" scoped>
// .i-spot {
// margin: 2px;
// width: 16px;
// height: 16px;
// border-radius: 50%;
// background: radial-gradient(#0f0, hsl(90, 99%, 99%));
// }
// .warning {
// background: radial-gradient(hsl(33, 88%, 55%), hsl(60, 99%, 99%));
// }
// .danger {
// background: radial-gradient(#f00, hsl(0, 99%, 99%));
// }
// .info {
// background: radial-gradient(#999, hsl(0, 0%, 88%));
// }
</style>