微信小程序之横向列表展示

效果图

参考微信小程序可看

代码:

<view class="lbtClass">
	<view class="swiper-container">
		<scroll-view class="swiper" scroll-x="true" :scroll-left="scrollLeft">
		  <block v-for="(six,index) in TypeSixList" :key="index">
			        <view class="swiper-item">
			          <image :src="six.pic" class="slide-image"></image>
					  <view class="Mengc">
					  	{{six.name}}
					  </view>
			        </view>
			      </block>
			    </scroll-view>
			</view>
		</view>

js:

export default {
 
       data(){
             return {
				  TypeSixList:[],//图片集合
                  scrollLeft:0,
                    typeId:"2"

			  }
         },
       onLoad() {
		 
			this.loadSixType();//加载图片方法
		},
 
        methods: {
          
                loadSixType(){
	                this.$api.getCpSixType({
					    parentid:this.typeId  //图片分类ID
				            }).then(res => {
					 //处理返回数据  
					 var data = res.data;
					 this.TypeSixList = data;//得到图片集合
				})
                }
            
          }
   }

CSS

.lbtClass{
		float: left;
		width: 100%;
		height: 60px;
	}
	.swiper-container {
	  overflow: hidden;
	  white-space: nowrap;
	}
	.swiper {
	  display: flex;
	}
	.swiper-item {
	  position: relative;
	  display: inline-block;
	  width: 30%;
	  height: 150px;
	  margin-top: 10px;
	  margin-left: 2%;
	  border-radius: 5px;
	  overflow: hidden;
	}
	.slide-image {
	  width: 100%;
	  display: block;
	}
	.Mengc{
		position: absolute;
		display: block;
		margin-top: 50%;
		float: left;
		color: #333;
		width: 100%;
		height: 15%;
		font-size: 15px;
		bottom: 0;
		left: 0;
		right: 0;
		text-align: center;
		padding-top: 3px;
		letter-spacing: 0;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
		background-color:rgba(255, 255, 255, 0.7);
	}
相关推荐
三木吧3 小时前
开发微信小程序的过程与心得
人工智能·微信小程序·小程序
Kika写代码3 小时前
【微信小程序】3|首页搜索框 | 我的咖啡店-综合实训
微信小程序·小程序
金金金__3 小时前
微信小程序:解决顶部被遮挡的问题
微信小程序·小程序
zhulangfly14 小时前
Wux weapp 组件库的 bug—— wux-picker选择器组件无法正确初始化到选定的value
小程序·wux weapp
兔C15 小时前
微信小程序的轮播图学习报告
学习·微信小程序·小程序
用户480622604141516 小时前
使用uniapp开发微信小程序-框架搭建
微信小程序·uni-app
嘟嘟实验室16 小时前
微信小程序xr-frame透明视频实现
微信小程序·ffmpeg·音视频·xr
Cc_Debugger16 小时前
小程序将对象通过url传递到下个页面
小程序
低代码布道师17 小时前
从用户视角出发:用例图分析家政预约小程序
低代码·小程序
说私域17 小时前
社交媒体形象打造中的“号设化”与开源AI智能名片商城小程序的应用
人工智能·小程序·媒体