|
@@ -1,6 +1,6 @@
|
|
<template>
|
|
<template>
|
|
<div v-if="!options.text" @click="click" class="image mb-6 last:mb-0 mx-auto">
|
|
<div v-if="!options.text" @click="click" class="image mb-6 last:mb-0 mx-auto">
|
|
- <img :style="options.style" :src="options.image" />
|
|
|
|
|
|
+ <img :style="options.style" :src="options.image" @click="handleClick" />
|
|
<div v-if="options.marks" class="mark flex justify-center items-center">
|
|
<div v-if="options.marks" class="mark flex justify-center items-center">
|
|
<span :style="options.marksStyle" v-html="options.marks"></span>
|
|
<span :style="options.marksStyle" v-html="options.marks"></span>
|
|
</div>
|
|
</div>
|
|
@@ -49,7 +49,7 @@ export default {
|
|
right: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
bottom: 0;
|
|
color: #fff;
|
|
color: #fff;
|
|
- font-family: 'STXinwei', Times, serif;
|
|
|
|
|
|
+ // font-family: 'STXinwei', Times, serif;
|
|
font-size: 20px;
|
|
font-size: 20px;
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
letter-spacing: 2px;
|
|
letter-spacing: 2px;
|