/* pages/home/home.wxss */ .bg { position: absolute; width: 100%; height: 100%; z-index: -1; } .logo { width: 314rpx; height: 221rpx; margin-top: 74rpx; } .fromBox { width: 600rpx; height: 676rpx; background-color: rgba(255, 255, 255, 0.9); border-radius: 30rpx; margin-top: 116rpx; } .fromBox input { width: 522rpx; height: 98rpx; background-color: rgba(0, 0, 0, 0.28); margin: 0 auto 40rpx auto; border-radius: 49rpx; padding: 0 34rpx; box-sizing: border-box; } .inputPlaceholder { color: #fff; font-size: 30rpx; } .query { width: 522rpx; height: 98rpx; background: linear-gradient(-72deg, rgba(235, 97, 0, 1), rgba(255, 137, 42, 1)); border-radius: 49rpx; color: #ffffff; text-align: center; line-height: 98rpx; box-sizing: border-box; margin: 26rpx auto 0 auto; } .query.select{ background: #cccccc; }