/* pages/user/nickname/index.wxss */ .btn { margin:60rpx auto; margin-top: 100rpx; width: 360rpx; height: 80rpx; line-height: 80rpx; background: #0B898E; border-radius: 40rpx; color: #fff; text-align: center; font-size: 30rpx; font-weight: 500; } .item { height: 120rpx; display: flex; align-items: center; margin: 0 30rpx; border-bottom: 1rpx solid #ccc; } .item input { display: block; flex: 1; font-size: 30rpx; color: #333; }