baseInfo.wxss 1.2 KB
/* pages/baseInfo/baseInfo.wxss */
.z_container{
	height: 100vh;
	overflow: hidden;
}
.top_tips{
	height: 122rpx;
	background-color: #51DBA2;
	padding: 0 60rpx;
	font-size: 30rpx;
	line-height: 45rpx;
	color: #FFF;
}
.base_subform{
	width: 640rpx;
	margin: 30rpx auto;
}
.sub_item{
	border-bottom: 1px solid #D8D8D8;
	height: 88rpx;
	display: flex;
	align-items: center;
	font-size: 34rpx;
	color: #333;
	justify-content: space-between;
}
.sub_item_input{
	text-align: right;
	font-size: 34rpx; 
	color: #999;
  margin-left: auto;
  -webkit-margin-start: auto;
}
.save_btn{
	width: 670rpx;
	margin: 0 auto;
	height: 94rpx;
	align-items: center;
	justify-content: center;
	background: #51DBA2;
	color: #FFF;
	font-size: 36rpx;
	display: flex;
	border-radius: 10rpx;
	position: fixed;
	bottom: 62rpx;
	left: 40rpx;

}
.xieyi{
	height: 44rpx;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	bottom: 225rpx; 
	font-size: 30rpx;
	color: #6DA9EB;
}
.check_box{
	width: 44rpx;
	height: 44rpx;
	border-radius: 50%;
	border: 1px solid #ccc;
	margin-right: 17rpx;
}
.check_box image{
    width: 100%;
    height: 100%;
}
.danwei{
  color: #999;
}
.shengming{   
  font-size: 28rpx;
  color: #999;
  margin: 0 74rpx;
}