/* pages/black/black.wxss */ page{ padding: 20rpx; } navigator{ margin-bottom: 20rpx; } navigator image{ width: 50rpx; height:50rpx; border-radius: 50%; } navigator text{ display: inline-block; line-height: 50rpx; margin-left: 20rpx; font-size: 28rpx; padding-bottom: 20rpx; position: relative; top: -10rpx; width: 80%; border-bottom: 1px solid #f2f2f2; } .end{ text-align: center; color: #999; line-height: 50rpx; font-size: 28rpx; }