/* pages/login/index.wxss */ page { background-color: white; } .bg-img { width: 100vw; height: 100vh; position: absolute; z-index: -1; } .form { display: flex; align-items: center; justify-content: center; width: 100vw; height: 100vh; } .item { margin: 0 5%; width: 90%; padding: 30rpx 16rpx; background: rgba(255, 255, 255, 0.7); box-shadow: 0px 0px 12rpx 1rpx #b6c7e4; border-radius: 20rpx; margin-top: 30rpx; } .item .title { font-size: 38rpx; color: #222222; font-weight: bold; margin-bottom: 50rpx; } .item .in-bg { background: #F5F7FB; border-radius: 90rpx; height: 90rpx; width: 90%; margin-top: 34rpx; padding: 0 20rpx; } .item .in-bg input { width: 100%; height: 100%; } .item .in-bg image { width: 40rpx; height: 35rpx; margin-right: 20rpx; } .btn { display: flex; align-items: center; justify-content: center; color: #FFFFFF; height: 90rpx; width: 100%; background: linear-gradient(161deg, #377DEE 0%, #047BFF 100%); border-radius: 110rpx; margin-top: 72rpx; } .btn:active { opacity: 0.8; } .tag { font-size: 28rpx; margin: 10rpx 0; } .wx-login { font-size: 30rpx; color: #666666; text-decoration: underline; } .pop .btn { width: 90%; margin: 20rpx 5%; } .pop .pop-content { min-height: 200rpx; font-size: 30rpx; color: #666666; display: flex; align-items: center; justify-content: center; }