|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
<template>
|
|
|
<main>
|
|
<main>
|
|
|
- <section :class="{ 'section-full': hasUpload }">
|
|
|
|
|
|
|
+ <section>
|
|
|
<div v-for="(item, key) in data" :key="key" :style="{ background: item.background }">
|
|
<div v-for="(item, key) in data" :key="key" :style="{ background: item.background }">
|
|
|
<img :src="getAssetURL(item.img)" />
|
|
<img :src="getAssetURL(item.img)" />
|
|
|
<div :style="{ color: item.color }">
|
|
<div :style="{ color: item.color }">
|
|
@@ -366,6 +366,7 @@ main {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
|
|
+ margin-top: auto;
|
|
|
|
|
|
|
|
>div {
|
|
>div {
|
|
|
display: inline-flex;
|
|
display: inline-flex;
|