/* pages/staff/password/index.wxss */ .user-cell { width:100%; height:100rpx; display: flex; flex-direction:row; align-items: center; } .user-title { width:130rpx; font-size:26rpx; color:#525666; margin-left:32rpx; } .user_input { width:374rpx; height:48rpx; font-size:26rpx; padding-left:20rpx; } .sepline { margin-left:32rpx; margin-right:32rpx; height:2rpx; background-color:#E6E6E6; } .password-commit { margin-top:60rpx; text-align:center; font-size:30rpx; color:white; background-color:#558DE0; height: 80rpx; margin-left:32rpx; margin-right:32rpx; border-radius:12rpx; line-height:80rpx; }