@charset "UTF-8"; /* 主题色 */ .content.data-v-5ff257ae { width: 100%; height: 100vh; background-color: #fff; } .login.data-v-5ff257ae { width: calc(100% - 60rpx); height: auto; background: #fff; border-radius: 20rpx; padding: 30rpx; z-index: 99; } .login .editem.data-v-5ff257ae { position: relative; display: flex; align-items: center; font-size: 28rpx; justify-content: space-between; flex-wrap: wrap; } .login .editem .item.data-v-5ff257ae { width: 100%; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; margin-bottom: 20rpx; } .login .editem .item .text.data-v-5ff257ae { width: 100%; height: 80rpx; line-height: 80rpx; font-size: 32rpx; font-weight: bold; } .login .editem .item .input.data-v-5ff257ae { width: 100%; height: 35px; line-height: 35px; display: flex; position: relative; border: #dfdfdf 1px solid; border-radius: 5px; padding: 0 20rpx; background-color: #f7f7f7; } .login .editem .item input.data-v-5ff257ae { height: 80rpx; line-height: 80rpx; position: absolute; left: 20rpx; right: 0px; z-index: 88; font-size: 28rpx; } .login .editem .item .yanzhengma input.data-v-5ff257ae { right: 180px; font-size: 32rpx; } .login .code.data-v-5ff257ae { color: #333; position: absolute; right: 0; top: 0; height: 35px; font-size: 14px; box-sizing: border-box; width: 180px; z-index: 999; } .login .btnlogin.data-v-5ff257ae { width: 100%; margin: 30rpx 0; height: 42px; line-height: 42px; background: #fea606; font-weight: 700; border-radius: 30rpx; text-align: center; color: #fff !important; }