setPassword.wxss 997 字节

page{
		background: #FEFEFE;
		padding-bottom: 128rpx;
		box-sizing: border-box;
}
.box{
		margin-top: 10rpx;
		padding: 0 32rpx;
		box-sizing: border-box;
}
.item{
		height: 110rpx;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		        align-items: center;
		border-bottom: 1px solid #EAEAEA;
}
.title{
		width: 112rpx;
		font-size:28rpx;
		font-family:PingFangSC-Medium,PingFang SC;
		font-weight:500;
		color:rgba(61,69,76,1);
		margin-right: 16rpx;
}
.fill{
		width: 400rpx;
		font-size:28rpx;
		font-family:PingFangSC-Medium,PingFang SC;
		font-weight:500;
		color:rgba(189,196,206,1);
}
.submit{
		width:686rpx;
		height:88rpx;
		background: #C29445;
		border-radius: 10rpx;
		font-size:32rpx;
		font-family:PingFangSC-Medium,PingFang SC;
		font-weight:500;
		color:rgba(254,254,254,1);
		line-height:88rpx;
		text-align: center;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 20rpx;
		margin: auto;
}