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