diff --git a/pages/home/index.vue b/pages/home/index.vue index 8eacd2e..e3554a5 100644 --- a/pages/home/index.vue +++ b/pages/home/index.vue @@ -41,15 +41,25 @@ display:flex; align-items: center; padding-top:20rpx; - .u-transition{ - &+.u-transition{ - margin-left:15rpx; - } - .plant-xiaopangchetupianjiazaishibai{ - &:before{ - color:#999; - margin:0; + &>.plant{ + flex-grow: 1; + display:flex; + align-items: center; + .u-transition{ + &+.u-transition{ + margin-left:15rpx; } + .plant-xiaopangchetupianjiazaishibai{ + &:before{ + color:#999; + margin:0; + } + } + } + .link{ + color:#999; + margin-left:10rpx; + font-size:30rpx ; } } text{ @@ -230,10 +240,13 @@