顶部认证图片
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="list-item">
|
<div class="list-item">
|
||||||
<div class="authentication-box dis-f al-item">
|
<div class="authentication-box dis-f al-item" v-if="data&&data.verified == 1">
|
||||||
<img src="../../assets/homeImage/authenticationLogo.png" class="logo" alt="">
|
<img src="../../assets/homeImage/authenticationLogo.png" class="logo" alt="">
|
||||||
<img src="../../assets/homeImage/topAuthenticationBg.svg" class="bg" alt="">
|
<img src="../../assets/homeImage/topAuthenticationBg.svg" class="bg" alt="">
|
||||||
<img src="../../assets/homeImage/authenticationText.png" class="text-img" alt="">
|
<img src="../../assets/homeImage/authenticationText.png" class="text-img" alt="">
|
||||||
@@ -156,6 +156,7 @@ img {
|
|||||||
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.0784313725490196);
|
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.0784313725490196);
|
||||||
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.0784313725490196);
|
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.0784313725490196);
|
||||||
position: relative;
|
position: relative;
|
||||||
|
margin-bottom:20px;
|
||||||
|
|
||||||
.mg-t-10 {
|
.mg-t-10 {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
|
|||||||
Reference in New Issue
Block a user