diff --git a/pages/topicDetail/index.wxml b/pages/topicDetail/index.wxml index ff766d2..d6c17f1 100644 --- a/pages/topicDetail/index.wxml +++ b/pages/topicDetail/index.wxml @@ -3,7 +3,7 @@ {{data.name}} @@ -16,7 +16,7 @@ - + @@ -44,6 +44,6 @@ - + \ No newline at end of file diff --git a/pages/topicDetail/index.wxss b/pages/topicDetail/index.wxss index 5a8bf8a..0c414f6 100644 --- a/pages/topicDetail/index.wxss +++ b/pages/topicDetail/index.wxss @@ -169,7 +169,7 @@ padding-top: 4rpx; } -navigator { +.navigator { display: block; margin-bottom: 24rpx; width: 344rpx; @@ -183,11 +183,11 @@ navigator { .active{ opacity: .6; } -navigator:nth-of-type(2n) { +.navigator:nth-of-type(2n) { float: right; } -navigator:nth-of-type(2n+1) { +.navigator:nth-of-type(2n+1) { float: left; } @@ -345,6 +345,7 @@ navigator:nth-of-type(2n+1) { border-radius: 16rpx; padding-bottom: 21rpx; overflow: hidden; + height: 491rpx; } /* .coupons1-border { @@ -459,6 +460,7 @@ navigator:nth-of-type(2n+1) { text-overflow: ellipsis; width: 300rpx; color: #999; + height: 38rpx; letter-spacing: 0; }