/* pages/login/login.wxss */ /* pages/login/login.wxss */ page{ background: -webkit-linear-gradient(top,#27adb0,#b6f0f0,#f8f8f8); padding-top: 250rpx; } .text{ display: flex; /* background-color: #f1f1f1; */ border-radius: 20rpx; width: 600rpx; margin: 0 auto; padding: 20rpx; align-items: center; } .text label{ font-weight: 900; font-size: 30rpx; color: #333; } .text input{ font-size: 28rpx; background-color: #f5f5f5; width: 70%; height: 60rpx; padding: 0 20rpx; border-radius: 20rpx; } .btn{ border-radius: 20rpx; height: 60rpx; display: flex; align-items: center; justify-content: center; font-size: 30rpx; font-weight: 500; background-color: #259c9e; color: #fff; margin-top: 30rpx; width: 300rpx !important; }