/* subpackage/user/change-password/change-password.wxss */ page{ background-color: rgb(247, 247, 247); } .page-content{ background-color: rgb(247, 247, 247); background: linear-gradient(190deg, #49a5fc 0%, #f7f7f7 45%, #f7f7f7 100%); padding: 0 30rpx; box-sizing: border-box; min-height: 100vh; } .card{ border-radius: 20rpx; box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.04); background: rgb(255, 255, 255); display: flex; justify-content: space-between; align-items: center; padding: 0 40rpx; box-sizing: border-box; height: 140rpx; } .card-one{ margin-top: 40rpx; margin-bottom: 20rpx; } .action{ margin-top: 10rpx; margin-bottom: 30rpx; color: #F82121CC; font-size: 20rpx; text-align: center; } .sure{ margin: 40rpx 60rpx; border-radius: 20px; background: rgba(38, 165, 246, 0.1); color: #26A5F6; font-size: 34rpx; display: flex; align-items: center; justify-content: center; height: 80rpx; } .left{ display: flex; align-items: center; } input{ font-size: 28rpx; margin-top: 8rpx; padding-left: 16rpx; width: 500rpx; }