UNIAPP----tabs横向滑动选择效果

效果   ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓   可横向滑动,内容自己可填,点击变色

 


			
				
					{{item.name}}
				
			
		
.dangantabs_wai {
	height: 90rpx;
	background-color:#F2F2F2;
	display: flex;
	font-size: 32rpx;
	color: #323232;
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	position: relative;
}
.dangantabs {
	left: 0px;
	top: 0px;
	position: absolute;
	height: 90rpx;
	white-space: nowrap;
	display: flex;
}
.active1{
	color: #00CE88;
	font-size: 36rpx;
	font-weight: bold;
}

data里

   active1:" ",

JS

dianji(index){
				this.active1=index				
},

v-for的tap数组是自己的

你可能感兴趣的:(笔记,css,html5,javascript)