|
|
|
@ -1,9 +1,10 @@ |
|
|
|
|
<template> |
|
|
|
|
<view class="oppo-box"> |
|
|
|
|
<view class="topposst"> |
|
|
|
|
<view class="top"> |
|
|
|
|
相册 |
|
|
|
|
</view> |
|
|
|
|
<image style="width: 100%;height: 282rpx;position: fixed;z-index: 9;" src="https://sports.njrenzhou.cn/static/bg (2).png"></image> |
|
|
|
|
<image class="topimg" style="width: 100%;height: 282rpx;position: fixed;z-index: 9;" src="https://sports.njrenzhou.cn/static/bg (2).png"></image> |
|
|
|
|
<view class="home-search"> |
|
|
|
|
<view class="box" style="margin-top: 20rpx;"> |
|
|
|
|
<image class="search" @click="get_api_cage_list(1)" src="https://sports.njrenzhou.cn/static/sousuo@2x.png"></image> |
|
|
|
@ -11,7 +12,7 @@ |
|
|
|
|
<image class="arrow" @click="get_api_cage_list(1)" src="https://sports.njrenzhou.cn/static/jiantou@2x.png"></image> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="" style="height:282rpx;"></view> |
|
|
|
|
</view> |
|
|
|
|
<view class="content3" style="margin-top: 30upx;" v-for="(item,index) in list" :key="index"> |
|
|
|
|
<view class="content31" @click="detailxiangce(item)"> |
|
|
|
|
<!-- <image class="img31" :src="item.home_img.url" mode="scaleToFill"></image> --> |
|
|
|
@ -64,6 +65,13 @@ |
|
|
|
|
</script> |
|
|
|
|
|
|
|
|
|
<style lang="scss" scoped> |
|
|
|
|
.topposst{ |
|
|
|
|
height: 300rpx; |
|
|
|
|
.topimg{ |
|
|
|
|
position: fixed; |
|
|
|
|
z-index: 10; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.top { |
|
|
|
|
position: absolute; |
|
|
|
|
top: 117upx; |
|
|
|
|