|
|
|
@ -65,7 +65,7 @@ |
|
|
|
|
<ul class="list"> |
|
|
|
|
<li :class="{checked: checkList.includes(1)}" @click="checkData(1)"> |
|
|
|
|
<el-image |
|
|
|
|
style="margin-top: -10" |
|
|
|
|
style="margin-top: -10px" |
|
|
|
|
:src="elImg[0]" |
|
|
|
|
:fit="elImgFit" |
|
|
|
|
></el-image> |
|
|
|
@ -309,6 +309,10 @@ export default { |
|
|
|
|
|
|
|
|
|
<style lang="scss" scoped> |
|
|
|
|
.wrap{ |
|
|
|
|
background: rgb(245,246,248); |
|
|
|
|
width:100%; |
|
|
|
|
//min-height:900px; |
|
|
|
|
overflow:hidden; |
|
|
|
|
.sth{ |
|
|
|
|
position: absolute; |
|
|
|
|
&.cp{ |
|
|
|
@ -334,9 +338,8 @@ export default { |
|
|
|
|
} |
|
|
|
|
.manager{ |
|
|
|
|
top: 68px; |
|
|
|
|
// top: 0; |
|
|
|
|
left: 0; |
|
|
|
|
width: 100%; |
|
|
|
|
left: 10%; |
|
|
|
|
width: 80%; |
|
|
|
|
height: calc(100% - 68px); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
@ -353,13 +356,14 @@ export default { |
|
|
|
|
display: flex; |
|
|
|
|
justify-content: space-between; |
|
|
|
|
li{ |
|
|
|
|
width: 280px; |
|
|
|
|
width: 200px; |
|
|
|
|
margin-right: 50px; |
|
|
|
|
text-align: center; |
|
|
|
|
color: #fff; |
|
|
|
|
font-size: 32px; |
|
|
|
|
line-height: 94px; |
|
|
|
|
background: url(../../../assets/img/lobby-btn-bg.png) 0 0/cover no-repeat; |
|
|
|
|
background-size: 100% 100%; |
|
|
|
|
cursor: pointer; |
|
|
|
|
&:last-child{ |
|
|
|
|
margin-right: 0; |
|
|
|
@ -387,13 +391,14 @@ export default { |
|
|
|
|
cursor: pointer; |
|
|
|
|
background-color: rgba(216,216,216,0.10); |
|
|
|
|
&:first-child{ |
|
|
|
|
margin: 0 50px 50px 0; |
|
|
|
|
margin: 0 0px 50px 0; |
|
|
|
|
} |
|
|
|
|
&:last-child{ |
|
|
|
|
margin-left: 50px; |
|
|
|
|
} |
|
|
|
|
img{ |
|
|
|
|
width: 40%; |
|
|
|
|
width: 30%; |
|
|
|
|
margin: 0; |
|
|
|
|
//height: 154px; |
|
|
|
|
//margin: 0 45px; |
|
|
|
|
} |
|
|
|
@ -402,6 +407,7 @@ export default { |
|
|
|
|
color: #000; |
|
|
|
|
text-align: center; |
|
|
|
|
font-weight: bold; |
|
|
|
|
padding: 0 20px; |
|
|
|
|
} |
|
|
|
|
&.checked{ |
|
|
|
|
background: rgba(97,145,255,0.10) url(../../../assets/svg/checked.svg) 96% 7%/auto no-repeat; |
|
|
|
@ -439,7 +445,8 @@ export default { |
|
|
|
|
overflow: hidden; |
|
|
|
|
padding: 10px; |
|
|
|
|
&>img { |
|
|
|
|
max-width: 90%; |
|
|
|
|
width: 100%; |
|
|
|
|
//max-width: 90%; |
|
|
|
|
} |
|
|
|
|
&>.el-image { |
|
|
|
|
width: 90%; |
|
|
|
|