Commit 258b8298 by 谢中龙

修改种草标签样式

parent baccaf4d
......@@ -102,26 +102,27 @@
}
.tabs-list{
min-width: 64rpx;
height: 64rpx;
height: 54rpx;
background-color: rgba(0, 0, 0, 0.65);
position: absolute;
bottom: 140rpx;
left: 20rpx;
border-radius: 64rpx;
border-radius: 54rpx;
display: flex;
align-items: center;
justify-content: center;
font-size: 24rpx;
}
.tags-list{
padding: 0 24rpx;
padding: 0 16rpx;
}
.lock-image{
width: 28rpx;
height: 28rpx;
width: 24rpx;
height: 24rpx;
}
.tab-image{
width: 26rpx;
height: 26rpx;
width: 24rpx;
height: 24rpx;
}
.tab-text{
font-size: 22rpx;
......@@ -129,7 +130,7 @@
margin-left: 9rpx;
}
.tab-item{
margin-left: 19rpx;
margin-left: 12rpx;
display: flex;
align-items: center;
}
\ No newline at end of file
......@@ -67,12 +67,12 @@ swiper {
border-radius: 50rpx;
display: flex;
align-items: center;
font-size: 24rpx;
font-size: 22rpx;
}
.swiper-container .tags .tab-image{
width:26rpx;
height:26rpx;
width:22rpx;
height:22rpx;
margin-right: 6rpx;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment