/* pages/register/index.wxss */ page { position: relative; } .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; font-weight: bold; color: #fff; } .input-box>text { margin: 30rpx 0; color: rgba(255, 255, 255, 0.6); font-size: 24rpx; } .input-box>image { width: 12rpx; height: 22rpx; } .input-box.isActive { border-bottom: 2rpx solid #6e602f; } .input-box .placeholder { color: rgba(255, 255, 255, 0.6); } .input-box>button { padding: 0; width: 200rpx; background: none; font-size: 24rpx; color: rgba(255, 255, 255, 0.6); text-align: center; } .input-box>button::after { border: none; } .register-btn { margin-top: 200rpx; height: 80rpx; border-radius: 40rpx; background: #ffda2e; color: #252330; font-size: 26rpx; line-height: 80rpx; }