/* pages/search_1/search_1.wxss */ @import "/mycss/stylesheet.wxss"; @import "/mycss/iconfont.wxss"; .search { background: #fff; padding: 12rpx 40rpx; } .search .soso { width: 100%; height: 56rpx; line-height: 56rpx; background: #f5f5f5; padding: 0 20rpx; text-align: left; border-radius: 32rpx; color: #8c8c8c; box-sizing: border-box; } .search .soso icon { color: #999; line-height: 56rpx; margin-right: 12rpx; font-size: 32rpx; margin-top: -10rpx; } .search .soso icon.style1 { float: right; }