|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<div class="painting-detail-list">
|
|
|
- <div class="bg-left" />
|
|
|
+ <!-- <div class="bg-left" /> -->
|
|
|
<Swiper
|
|
|
class="painting-list"
|
|
|
:initial-slide="Number(route.query.idx)"
|
|
@@ -103,8 +103,10 @@ const isShowOperationTip = ref(true)
|
|
|
top: 0;
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
- backdrop-filter: blur(calc(20 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef')));
|
|
|
- background: linear-gradient(rgba(123,145,107,0.62) 0%, rgba(0,0,0,0.3) 100%);
|
|
|
+ // backdrop-filter: blur(calc(20 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef')));
|
|
|
+ // background: linear-gradient(rgba(123,145,107,0.62) 0%, rgba(0,0,0,0.3) 100%);
|
|
|
+ background-image:url(@/assets/images/shuanggou-detail.jpg);
|
|
|
+ background-size: 100% 100%;
|
|
|
.swiper-slide{
|
|
|
>.painting-item{
|
|
|
position: relative !important;
|