Commit 258b8298 by 谢中龙

修改种草标签样式

parent baccaf4d
...@@ -102,26 +102,27 @@ ...@@ -102,26 +102,27 @@
} }
.tabs-list{ .tabs-list{
min-width: 64rpx; min-width: 64rpx;
height: 64rpx; height: 54rpx;
background-color: rgba(0, 0, 0, 0.65); background-color: rgba(0, 0, 0, 0.65);
position: absolute; position: absolute;
bottom: 140rpx; bottom: 140rpx;
left: 20rpx; left: 20rpx;
border-radius: 64rpx; border-radius: 54rpx;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
font-size: 24rpx;
} }
.tags-list{ .tags-list{
padding: 0 24rpx; padding: 0 16rpx;
} }
.lock-image{ .lock-image{
width: 28rpx; width: 24rpx;
height: 28rpx; height: 24rpx;
} }
.tab-image{ .tab-image{
width: 26rpx; width: 24rpx;
height: 26rpx; height: 24rpx;
} }
.tab-text{ .tab-text{
font-size: 22rpx; font-size: 22rpx;
...@@ -129,7 +130,7 @@ ...@@ -129,7 +130,7 @@
margin-left: 9rpx; margin-left: 9rpx;
} }
.tab-item{ .tab-item{
margin-left: 19rpx; margin-left: 12rpx;
display: flex; display: flex;
align-items: center; align-items: center;
} }
\ No newline at end of file
...@@ -67,12 +67,12 @@ swiper { ...@@ -67,12 +67,12 @@ swiper {
border-radius: 50rpx; border-radius: 50rpx;
display: flex; display: flex;
align-items: center; align-items: center;
font-size: 24rpx; font-size: 22rpx;
} }
.swiper-container .tags .tab-image{ .swiper-container .tags .tab-image{
width:26rpx; width:22rpx;
height:26rpx; height:22rpx;
margin-right: 6rpx; 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