/* pages/Components/campusBinding/campusBinding.wxss */ .main { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #fff; display: flex; flex-direction: column; align-items: center; z-index: 2; } .background { position: fixed; z-index: -1; top: 0; left: 0; width: 750rpx; height: 1125rpx; } .logo{ margin-top: 208rpx; margin-bottom: 20rpx; width: 390rpx; height: 390rpx; z-index: 3; } .button { /* margin: 0; */ padding: 0; position: fixed; left: 50%; transform: translateX(-50%); bottom: 120rpx; width: 400rpx; height: 82rpx; line-height: 82rpx; text-align: center; background: rgba(255, 255, 255, 1); border: 2rpx solid #005033; box-shadow: 0rpx 4rpx 12rpx #005033; border-radius: 42rpx; font-size: 32rpx; color: #005033; font-weight: 600; } .login-view{ position: fixed; width: 500rpx; bottom: 240rpx; margin: 0 auto ; font-size: 32rpx; } .userName-view{ display: flex; margin-bottom: 40rpx; } .isTitle{ line-height: 60rpx; } .login-view input{ border: 1px solid #ccc; width: 300rpx; margin-left: 10rpx; height: 40rpx; line-height: 40rpx; padding: 5px 15px; } .pwd-view{ display: flex; } .tip{ font-size: 26rpx; margin: 20rpx auto; color: red; text-align: center; }