/* pages/person/updpwd.wxss */ .container { padding: 20rpx; } .title { font-size: 36rpx; font-weight: bold; text-align: center; margin-bottom: 40rpx; } .input-group { margin-bottom: 20rpx; } input { width: 100%; height: 80rpx; border: 1rpx solid #ccc; border-radius: 10rpx; padding: 0 20rpx; } button { width: 100%; height: 80rpx; background-color: #1aad19; color: white; border-radius: 10rpx; }