|
|
|
@ -467,7 +467,8 @@ |
|
|
|
</view> |
|
|
|
</view> --> |
|
|
|
<!-- 弹出区域选择 --> |
|
|
|
<uni-popup ref="areaPopup" class="home-popup-layer" :is-mask-click="areaPopupCanClose" background-color="transparent" @change="onAreaPopupChange"> |
|
|
|
<uni-popup ref="areaPopup" class="home-popup-layer area-popup-layer" :is-mask-click="areaPopupCanClose" |
|
|
|
background-color="transparent" borderRadius="42rpx" @change="onAreaPopupChange"> |
|
|
|
<view class="campus-area-popup" @touchmove.stop> |
|
|
|
<view class="area-popup-glow area-popup-glow-a"></view> |
|
|
|
<view class="area-popup-glow area-popup-glow-b"></view> |
|
|
|
@ -2575,6 +2576,12 @@ |
|
|
|
z-index: 1200 !important; |
|
|
|
} |
|
|
|
|
|
|
|
.area-popup-layer .uni-popup__wrapper { |
|
|
|
overflow: hidden; |
|
|
|
border-radius: 42rpx !important; |
|
|
|
background: transparent !important; |
|
|
|
} |
|
|
|
|
|
|
|
.home-ad-popup-layer { |
|
|
|
z-index: 1300 !important; |
|
|
|
} |
|
|
|
@ -4463,6 +4470,7 @@ |
|
|
|
padding: 38rpx 30rpx 30rpx; |
|
|
|
border: 1rpx solid rgba(255, 255, 255, 0.78); |
|
|
|
border-radius: 42rpx; |
|
|
|
-webkit-mask-image: -webkit-radial-gradient(#fff, #000); |
|
|
|
background: |
|
|
|
radial-gradient(circle at 16% 8%, rgba(227, 255, 150, 0.34), rgba(227, 255, 150, 0) 220rpx), |
|
|
|
radial-gradient(circle at 92% 18%, rgba(166, 255, 234, 0.44), rgba(166, 255, 234, 0) 260rpx), |
|
|
|
|