Commit 0b776cb7 authored by zhengke's avatar zhengke

修改页面样式

parent e1e9bee9
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
margin-top: 20px; margin-top: 20px;
} }
.hotelmanagement .resourceList { .hotelmanagement .resourceListMan {
width: 215px; width: 215px;
height: 350px; height: 350px;
background-color: #fff; background-color: #fff;
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
float: left; float: left;
} }
.hotelmanagement .resourceList:hover { .hotelmanagement .resourceListMan:hover {
box-shadow: 0px 0px 20px rgba(191, 191, 191, 1); box-shadow: 0px 0px 20px rgba(191, 191, 191, 1);
transition: all linear 0.5s; transition: all linear 0.5s;
} }
...@@ -209,7 +209,7 @@ ...@@ -209,7 +209,7 @@
cursor: pointer; cursor: pointer;
} }
.hotelmanagement .resourceList:hover .delScien { .hotelmanagement .resourceListMan:hover .delScien {
display: block; display: block;
} }
...@@ -285,7 +285,7 @@ ...@@ -285,7 +285,7 @@
</ul> </ul>
</div> </div>
<div class="hotelResource clearfix" v-loading="loading"> <div class="hotelResource clearfix" v-loading="loading">
<div class="resourceList" v-for="(item,index) in tableData" :key="index"> <div class="resourceListMan" v-for="(item,index) in tableData" :key="index">
<div class="reTopInfo" :class="{'comCursorUrl':item.URL}" @click="OpenNewUrl(item.URL)"> <div class="reTopInfo" :class="{'comCursorUrl':item.URL}" @click="OpenNewUrl(item.URL)">
<img v-if="!item.PicPath" src="../../assets/img/bg_c3@3x.png"> <img v-if="!item.PicPath" src="../../assets/img/bg_c3@3x.png">
<img v-else :src='compressImg(item.PicPath, "filt", 213, "")' :onerror="defaultImg"> <img v-else :src='compressImg(item.PicPath, "filt", 213, "")' :onerror="defaultImg">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment