/* pages/loginIndex/index.wxss */ .container { min-height: calc(100vh - 230rpx); padding: 230rpx 124rpx 0 124rpx; } .input-box { display: flex; justify-content: space-between; align-items: center; margin-top: 30rpx; border-bottom: 2rpx solid #3f3e49; } .input-box>input { flex: 1; margin: 20rpx 0; font-size: 24rpx; color: #fff; } .input-box.isActive { border-bottom: 2rpx solid #6e602f; } .input-box .placeholder { color: rgba(255, 255, 255, 0.6); } .input-box>button { padding: 0; width: 120rpx; background: none; font-size: 24rpx; color: rgba(255, 255, 255, 0.6); text-align: center; } .input-box>button::after { border: none; } .agreement { display: flex; align-items: center; margin-top: 30rpx; font-size: 22rpx; color: rgba(255, 255, 255, 0.6); } .agreement>button { padding: 0; margin: 0; color: #b1992f; font-size: 22rpx; line-height: 22rpx; background: none; } .agreement>button::after { border: none; } .login-btn { margin-top: 100rpx; height: 80rpx; border-radius: 40rpx; background: #ffda2e; color: #252330; font-size: 26rpx; line-height: 80rpx; }