@@ -3,8 +3,9 @@
<mynavbar :barData='navbar'/>
<!-- <authview id="authView" :showPhoneModel="showPhoneModel"></authview> -->
<div class="contentBox">
- <div class="bg1"></div>
+ <!-- <div class="bg1"></div> -->
<div class="bg2"></div>
+ <div class="bg3"></div>
<div class="role-info" v-if="roleList && roleList.length>0">{{roleList[currImgIdx].text}}</div>
<!-- 角色图片轮播区域 -->
<div class="master-pic" v-if="roleList && roleList.length>0">
@@ -34,6 +34,17 @@ page {
background: linear-gradient(180.00deg, #aeb6c1 0%, #adb7c3 16.75%, #d1c8b9 78%, #d7cebf 100%);
// z-index: 2;
}
+ .bg3{
+ position: absolute;
+ left: 0px;
+ top: 0px;
+ width: 100vw;
+ height: 100vh;
+ background-image: url('https://dm.static.elab-plus.com/miniProgram/role_bg.png');
+ background-size:contain;
+ background-repeat: no-repeat;
+ // z-index: 2;
+ }
.role-info{
position: absolute;
height: 44px;