/* pages/home/service/index.wxss */ .mt-15 { margin-top: 24rpx; } .min-height350 { min-height: 350rpx; } .min-height600 { min-height: 600rpx; } .vertical-center { display: flex; align-items: center; justify-content: center; } .mg-left { margin-left: 45rpx; } .input-content { background-color: #f1f1f1; width: 100%; padding: 18rpx; font-size: 28rpx; margin-top: 24rpx; }